C3-2M版本,刷机命令
esptool.py --chip esp32c3 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_freq 40m --flash_size detect 0x0000 bootloader_dout_40m.bin 0x8000 partitions_2M.bin 0xe000 boot_app0.bin 0x10000 xxx.bin
不停重启,显示如下信息,看起来是分区大小不对?请问有何建议没?
[12:59:43]ESP-ROM:esp32c3-api1-20210207
[12:59:43]Build:Feb 7 2021
[12:59:43]rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
[12:59:43]Saved PC:0x403d1188
[12:59:43]SPIWP:0xee
[12:59:43]mode:DOUT, clock div:2
[12:59:43]load:0x3fcd6100,len:0x108c
[12:59:43]load:0x403ce000,len:0x860
[12:59:43]load:0x403d0000,len:0x27c4
[12:59:43]entry 0x403ce000
[12:59:43]I (35) boot: ESP-IDF v4.4-dev-1852-g209a0d389 2nd stage bootloader
[12:59:43]I (35) boot: compile time 09:24:01
[12:59:43]I (35) boot: chip revision: 3
[12:59:43]I (35) boot_comm: chip revision: 3, min. bootloader chip revision: 0
[12:59:43]I (42) boot.esp32c3: SPI Speed : 40MHz
[12:59:43]I (45) boot.esp32c3: SPI Mode : DOUT
[12:59:43]I (49) boot.esp32c3: SPI Flash Size : 2MB
[12:59:43]I (53) boot: Enabling RNG early entropy source...
[12:59:43]E (57) flash_parts: partition 3 invalid - offset 0x1e0000 size 0x1d0000 exceeds flash chip size 0x200000
[12:59:43]E (67) boot: Failed to verify partition table
[12:59:43]E (71) boot: load partition table error!
|