I’ve been using VisualGDB for a couple of years for the ESP8266 – stand alone mode. I use ESPImageTool to extract two bin files from the compiler’s bin file so I can flash them external to your program.
I now want to use a custom BootLoader I’ve written. I have a custom FOTA that I wish to implement.
I don’t use your tools to actually perform the flashing operations – I have my own.
I would really like your tool to make elf files available which I could then produce my own bin files — but I can’t find a way to do that.
I need to compile my bootloader and load it at address zero. Will your ESPImageTool allow me to do that without trying to force the standard bootloader image?
Thanks.