I have a lot of ESP32s due to the courses I give at a University of Applied Sciences. However, 4 of them behave rather bad. They do accept upload, but then enter a boot loop with this output:
Code: Select all
rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:10944
load:0x40080400,len:6388
entry 0x400806b4
ets Jun 8 2016 00:22:57
I have found many sites where people issue instrustions on this but none so that I could actually understand how to do it.
All information much appreciated - thank you!