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 #53

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 <USB-port-with-ESP8266> write_flash 0x100000 <NodeMCU-firmware-directory>/bin/nodemcu_[integer|float]_<Git-branch>.bin

marcelstoer commented 5 years ago

Dup of #50