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
128 stars 63 forks source link

Explain output filenames in Readme #82

Closed mk-pmb closed 4 years ago

mk-pmb commented 4 years ago

Hi! Could you please explain the output filenames, and also the IMAGE_NAME option? I assume that

but assuming is not knowing. :-)

marcelstoer commented 4 years ago

Yes, they are what the firmware project make produces. More precisely, this project's build scripts reproduce what the firmware CI build does.

Yes -> https://github.com/marcelstoer/docker-nodemcu-build#output. Also take note of the IMAGE_NAME option as per https://github.com/marcelstoer/docker-nodemcu-build#options.

It contains the relative offsets of functions.

Please also consider the "Support" section in the README, thanks.

mk-pmb commented 4 years ago

Indeed I did read the "output" section. When I noticed it doesn't mention the IMAGE_NAME option yet, I considered that a docs bug, so I filed this issue, as suggested in the "support" section.

Anyway, thanks for clarifying the missing parts! Now I can prepare a PR to help improve the docs.

HHHartmann commented 4 years ago
  • 0x10000.bin is just the SPIFFS,

Ate you sure about this? My SPIFFS never gets overwritten when I flash an image although the 0x10000.bin is included in the image. And there is #5