marcelstoer / nodemcu-pyflasher

Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
MIT License
1.47k stars 400 forks source link

NodeMCU-PyFlasher-Catalina.dmg 5.0.0- how to download at 0x010000 for ESP32 #87

Closed Mrszcup closed 2 years ago

Mrszcup commented 2 years ago

default at 0x000000,This makes ESP32 unable to run

marcelstoer commented 2 years ago

It supports "aggregated" binaries that also contain bootloader and partition table for flashing at address 0x000000. See e.g. https://github.com/marcelstoer/nodemcu-custom-build/blob/master/ESP32/script.sh#L21 for an example how to create such files.