Boot error after upgrade to esp-idf 4.4.3
Posted: Thu Dec 01, 2022 10:39 am
Hi, we developed some years ago a product based on ESP32-WROOM_32D, initially using ESP-IDF 4.0.1. It has been working successfully until now. We have initiated a migration process aimed at ESP-IDF 4.4.3 (last stable release). After changing everything related to tcpip_adapter and solving an issue due to a call to adc_gpio_init (now deprecated), I was able to successfully build the project. However, after flashing, the board won´t start and we are receiving the following error:
rst:0x1 (POWERON_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:2
load:0x3fff00b8,len:2316
ho 0 tail 12 room 4
load:0x40078000,len:17668
load:0x40080400,len:3272
entry 0x40080608
Could you please help me?
Thanks
rst:0x1 (POWERON_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:2
load:0x3fff00b8,len:2316
ho 0 tail 12 room 4
load:0x40078000,len:17668
load:0x40080400,len:3272
entry 0x40080608
Could you please help me?
Thanks