esptool.py dump_mem
Posted: Sat Nov 14, 2015 2:25 pm
I want to save to disk the firmware that comes with a brand new ESP8266-12 before I put nodeMCU on the chip, because I like the original version. So, per the author's instructions (https://github.com/themadinventor/esptool):
./esptool.py dump_mem 0x40000000 65536 iram0.bin
That works, but how exactly do I back up the whole thing? That is, which address and what size?
How do I know if there's more than one file?
Thanks!
./esptool.py dump_mem 0x40000000 65536 iram0.bin
That works, but how exactly do I back up the whole thing? That is, which address and what size?
How do I know if there's more than one file?
Thanks!