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

spiffsimg build doesn't appear to work #22

Closed mikep01 closed 7 years ago

mikep01 commented 7 years ago

Adding files to the ../local/fs directory doesn't seem to do anything, the file system remains empty. Should the file section already be included in the bin output?

If I burn the bin files (00000,10000 individually the ESP goes into a loop with a bad file system.

Burning the file system bin to the indicated location seems to push the file system to a new address.

marcelstoer commented 7 years ago

Adding files to the ../local/fs directory doesn't seem to do anything

I don't expect this to work because it's what #5 requests.

mikep01 commented 7 years ago

Thanks for the reference! I realized to late this is a build thing so nothing to do with this docker.