Firmware Bootloader can't start
Posted: Wed Aug 29, 2018 1:12 pm
Hello everybody
I've encountered problem with ESP-WROOM-32U and ESP-WROOM-32 modules I've bought recently. I have a self designed board mounted with previously mentioned modules. The bootloader tries to start in a loop and prints
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:8
load:0xffffffff,len:-1
I've tried erasing the flash memory and reflashing it with new bootloader from esp-idf v 3.0.3. No success. I have also mounted one of the boards with an ESP-WROOM-32 module I bought over a year ago and there is no problem with booting.
So far the only difference between these modules I've found is the difference in CHIP_VERSION.
ESP-WROOM32U - ESP32D0WDQ5 (revision 1)
new ESP-WROOM32 - ESP32D0WDQ6 (revision (unknown 0xa))
old ESP-WROOM32 - ESP32D0WDQ6 (revision 0)
Any idea what might be the reason?
I've encountered problem with ESP-WROOM-32U and ESP-WROOM-32 modules I've bought recently. I have a self designed board mounted with previously mentioned modules. The bootloader tries to start in a loop and prints
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:8
load:0xffffffff,len:-1
I've tried erasing the flash memory and reflashing it with new bootloader from esp-idf v 3.0.3. No success. I have also mounted one of the boards with an ESP-WROOM-32 module I bought over a year ago and there is no problem with booting.
So far the only difference between these modules I've found is the difference in CHIP_VERSION.
ESP-WROOM32U - ESP32D0WDQ5 (revision 1)
new ESP-WROOM32 - ESP32D0WDQ6 (revision (unknown 0xa))
old ESP-WROOM32 - ESP32D0WDQ6 (revision 0)
Any idea what might be the reason?