reboot exception when porting micropython to latest esp-idf version
Posted: Tue Jun 26, 2018 2:04 pm
HW: ESP32-WROVER-KIT
ESP_IDF GIT VERSION: 43b6c76 or greater
after make micropython and deploy, the system cannot boot success and throw a exception:
Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3e (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:0x3fff0018,len:4
load:0x3fff001c,len:4664
load:0x40078000,len:1020
load:0x40080000,len:13072
entry 0x40083254
Fatal exception (28): LoadProhibited
epc1=0x4008067e, epc2=0x00000000, epc3=0x00000000, excvaddr=0xcea1a570, depc=0x00000000
it seems that the bootloader expand feature cause the issue. can someone give me some hints about this issue?
ESP_IDF GIT VERSION: 43b6c76 or greater
after make micropython and deploy, the system cannot boot success and throw a exception:
Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3e (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:0x3fff0018,len:4
load:0x3fff001c,len:4664
load:0x40078000,len:1020
load:0x40080000,len:13072
entry 0x40083254
Fatal exception (28): LoadProhibited
epc1=0x4008067e, epc2=0x00000000, epc3=0x00000000, excvaddr=0xcea1a570, depc=0x00000000
it seems that the bootloader expand feature cause the issue. can someone give me some hints about this issue?