Clarify required MicroPython port (README.md)

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
master
Steffen Pankratz 2021-11-16 21:07:36 +01:00
parent ddade182ce
commit 4b71b63179
2 changed files with 3 additions and 4 deletions

View File

@ -17,8 +17,7 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
### Getting started with micropython on Inkplate
- Flash MicroPython firmware supplied, or from http://micropython.org/download/esp32/ .
- Flash MicroPython firmware for **ESP32 with SPIRAM** from https://micropython.org/download/esp32spiram/
- Port name/number vary on different devices
- Run
```
@ -31,10 +30,10 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
to erase esp32 flash and then
```
//Linux/Mac
esptool.py --chip esp32 --port /dev/cu.usbserial-1420 write_flash -z 0x1000 esp32spiram-20210418-v1.15.bin
esptool.py --chip esp32 --port /dev/cu.usbserial-1420 write_flash -z 0x1000 esp32spiram-20210902-v1.17.bin
//Windows
esptool.py --chip esp32 --port COM5 write_flash -z 0x1000 esp32spiram-20210418-v1.15.bin
esptool.py --chip esp32 --port COM5 write_flash -z 0x1000 esp32spiram-20210902-v1.17.bin
```
to flash supplied firmware. Use esp flash from this repository since it's tested with Inkplate.

Binary file not shown.