ESP32-WROOM-32烧录后一直复位
Posted: Fri Oct 25, 2019 7:43 am
烧录完程序后一直打印如下信息:
ets Jun 8 2016 00:22:57
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:2
load:0x3fff0018,len:4
load:0x3fff001c,len:6428
load:0x40078000,len:11460
load:0x40080400,len:6664
entry 0x40080764
I (56) boot: ESP-IDF v4.0-dev-1018-gbbafd50-dirty 2nd stage bootloader
I (56) boot: compile time 08:40:59
I (58) boot: Enabling RNG early entropy source...
I (64) boot: SPI Speed : 40MHz
I (68) boot: SPI Mode : DIO
I (72) boot: SPI Flash Size : 4MB
E (76) flash_parts: partition 0 invalid magic number 0x0
E (82) boot: Failed to verify partition table
E (87) boot: load partition table error!
请问这是怎么回事?我烧录的时候烧了3个文件:bootloader.bin,partitions_singleapp.bin,smart_config.bin
ets Jun 8 2016 00:22:57
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:2
load:0x3fff0018,len:4
load:0x3fff001c,len:6428
load:0x40078000,len:11460
load:0x40080400,len:6664
entry 0x40080764
I (56) boot: ESP-IDF v4.0-dev-1018-gbbafd50-dirty 2nd stage bootloader
I (56) boot: compile time 08:40:59
I (58) boot: Enabling RNG early entropy source...
I (64) boot: SPI Speed : 40MHz
I (68) boot: SPI Mode : DIO
I (72) boot: SPI Flash Size : 4MB
E (76) flash_parts: partition 0 invalid magic number 0x0
E (82) boot: Failed to verify partition table
E (87) boot: load partition table error!
请问这是怎么回事?我烧录的时候烧了3个文件:bootloader.bin,partitions_singleapp.bin,smart_config.bin