Hello,
I’m using VisualGDB to programm an ESP8266 module with 16mbit of flash memory, with the latest SDK (2.1.0).
I’m trying to make an OTA firmware, i’ve read all the tuto of this page https://visualgdb.com/tutorials/esp8266/ota/
But, my first problem is that VisualGDB ask me a file boot_v1.5.bin, and this file doesn’t exist. I’ve rename the file boot_v1.7.bin to correct this error.
The example is based on a 8mbit flash module, with 2 different linker script for the bin file 1 and 2.
But in my case, with 16mbit of flash, there is only one linker script…
And I can’t use the ESPImageTool, it crash when I try to start it…
Can someone help me to do an OTA firmware with my ESP8266 + 16mbit of flash ?
Thanks to all !