micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

README.md Please provide a firmware installation "howto". #168

Closed peterhinch closed 7 years ago

peterhinch commented 7 years ago

Firmware installation has caused problems to forum users, in particular the 0x1000 offset which seems to be undocumented. A one-liner in README.md recommending an esptool invocation would save a lot of confusion :)

MrSurly commented 7 years ago

If you're building it from this repo, the README states to use make deploy, which does work. Running this with V=1 set will show the actual esptool command being used.

The download page for the ESP32 shows the 0x1000 offset on the command for flashing.

peterhinch commented 7 years ago

Fair enough. It arose with users installing the standard build and as you say the download page is clear enough. I'll point it out if it arises again in the forum.