Chat about current Lua tools and IDEs

User avatar
By brutzler
#26197 Looks like the nodemcu firmware programmer can only make downloads to the flash of an ESP8266
Any possibility to make it the other way round? Read out an area of the flash into a hex-file?

regards/brutzler
User avatar
By martinayotte
#26268 Yes, with esptool.py, you can create backups of firmware before overwriting them.

@brutzler, is it because you want to backup the SPIFFS area we've discussed in other thread ?
Of course, the backup can be done. But "mkspiffs" wont be able to unpack files until new functionalities are added.
User avatar
By brutzler
#26281
martinayotte wrote:@brutzler, is it because you want to backup the SPIFFS area we've discussed in other thread?


Hi Martin,
partly yes. I like the idea, to make the content of a flash-area visible. To control (from different side) what happened.
Not only for SPIFFS.
Looks like I have to install Python on my Windows7-PC to upread flash areas.
Or use my Dump-Sketch, I talked in the ESP/Arduino-Thread.

I am a little spoiled from the myAVR-ProgTool. This is a combination of Download/Upread with Hex-Editor.
Was in hope that the NodeMcu firmware programmer could do similiar.