esptool: dump SPI flash?
Posted: Wed Jan 07, 2015 2:35 am
I can dump to boot ROM's content with esptool.py's dump_mem option on address 0x40000000. However, I tried the same thing on the SPI flash address (0x40200000 according to https://github.com/esp8266/esp8266-wiki/wiki/Memory-Map) and all I got was zeros back, even though I know there's something in the flash. Is there some special trick to dumping out the SPI flash? I'm most interested in looking at the content of flash offset 0x7E000, to see how the saved WiFi parameters are stored.