Re: Problem with SDK and esp8266ex (version 2, v90 board)

mcgr3g0r wrote:Since the esptool wipes the entire flash before flashing (not only the region for specific file) it's better to flash one big file instead.
Where do you get the idea from that the tool erases the whole flash? I assume you speak about either the esptool.py or my esptool, right? None of which erase the whole flash when uploading data. They send a "start flash" command to the bootloader, including the size of the data to be uploaded. The bootloader then erases that amount of flash at the given address, gives a response to the tool once done, and then the tool uploads the data.
Greetings,
Chris