marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
129 stars 63 forks source link

instructions for "Flashing the built binary" with SPIFFS_FIXED_LOCATION #52

Closed loadedtech closed 5 years ago

loadedtech commented 5 years ago

I think the instructions for "Flashing the built binary" might / should reference the setting:

define SPIFFS_FIXED_LOCATION 0x100000

Presumably the section should include something like: If you set your build to a fixed location using something like:

define SPIFFS_FIXED_LOCATION 0x100000

then the command to flash the image will become esptool.py --port writeflash 0x100000 /bin/nodemcu[integer|float]_.bin