- Fri Sep 05, 2014 2:28 pm
#206
At least the on chip memory can be read by the tool in the vm XTCOM_UTILITY.
But doing this for larger memory ranges might be impractical since every offset change must be made manually to the gui and the read byte copied somewhere. I'm sure the protocol to command the readouts is simple making it a programming experience to write a little script to automate the read out. But since spi is unlikely memory mapped, that's a limited option
Getting the XTCOM_UTILITY to work is an important step as this can be used to load applications to ram without having to write the spi flash. This leads to a second option: writing a small programm that just streams out the spi flash content via uart.
With a raspberry pi at hand you could use flashrom to read out the spi flash while the esp8266 is kept at power down state. But without rpi and clips/soldering this might be impractical.
Can you tell us about your experience with the XTCOM_UTILITY?
Does the included dll offer more functionality than the gui makes accessible?