Add micropython install instructions

This commit is contained in:
Jimmy 2025-02-06 22:36:29 +13:00
parent b681ff02d8
commit 31081d98ee
1 changed files with 10 additions and 1 deletions

View File

@ -8,9 +8,18 @@ https://pipenv.pypa.io/en/latest/installation.html
```pipenv sync ```
## Install Micropython
https://micropython.org/resources/firmware/ESP32_GENERIC_C3-20241129-v1.24.1.bin
```
pipenv run esptool.py --port PORTNAME erase_flash
pipenv run esptool.py --port PORTNAME --baud 460800 write_flash 0 ESP32_GENERIC_C3-20241129-v1.24.1.bin
```
## Upload libraries and src
```pipenv run ./dev.py <PORT> lib src```
```pipenv run ./dev.py PORTNAME lib src```
## Upload src, reset and follow