Update README.md

Added an additional instruction for Windows users when flashing the firmware, as pointed out in: https://github.com/SolderedElectronics/Inkplate-micropython/issues/33
master
Robert Sorić 2024-01-16 07:54:14 +01:00 committed by GitHub
parent 0c0406f929
commit a84b3c11bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,12 @@ python3 esptool.py --port /dev/cu.usbserial-1420 erase_flash
// Windows
python esptool.py --port COM5 erase_flash
```
If you're having problems on Windows, use:
```
esptool --port COM5 erase_flash
```
**NOTE:** You should change the serial port listed here to the one which corresponds to your connected Inkplate device.
Now it's possible to flash MicroPython firmware. Do so by running this command:
@ -122,4 +128,4 @@ Inkplate boards are available for purchase via:
- [Crowd Supply](https://www.crowdsupply.com/soldered)
- [Mouser](https://hr.mouser.com/Search/Refine?Keyword=inkplate)
For all questions and issues please reach us via [e-mail](mailto:hello@soldered.com) or our [contact form](https://soldered.com/contact/).
For all questions and issues please reach us via [e-mail](mailto:hello@soldered.com) or our [contact form](https://soldered.com/contact/).