Hi ESP_sprite,ESP_Sprite wrote: ↑Thu Nov 23, 2023 3:11 amNote that there are two bootloaders: the first stage lives in ROM and cannot be flashed ever, the 2nd stage lives in the SPI flash and you generally flash that automatically along with your application.
Thank you for giving this information. If you don't mind, Could please some more information regarding the BOOTLOADER FLASHING STAGES on ROM and SPI FLASH.
And I need your support as well on bellow mentioned queries;
I can able to see, there are two different function available; flash_binary(); and load_ram_binary(); By using these function call for flashing to ESP32, which way of function I have to follow?
And currently I'm using flash_binary(); function, but I'm not getting proper output because in middle of process ESP32 BOOT PIN automatically fluctuating to HIGH & LOW.