|
发表于 2021-10-26 02:11:32
|
显示全部楼层
楼主你好,我刷了固件后的疯狂的输出一下信息,能帮忙看看吗?
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x403d1198
SPIWP:0xee
modeIO, clock div:2
load:0x3fcd6100,len:0x12f4
load:0x403ce000,len:0x93c
load:0x403d0000,len:0x292c
entry 0x403ce000
I (35) boot: ESP-IDF v4.4-dev-2313-gc69f0ec32 2nd stage bootloader
I (35) boot: compile time 12:10:59
I (35) boot: chip revision: 3
I (35) boot_comm: chip revision: 3, min. bootloader chip revision: 0
I (42) boot.esp32c3: SPI Speed : 40MHz
I (45) boot.esp32c3: SPI Mode : DIO
I (49) boot.esp32c3: SPI Flash Size : 2MB
I (53) boot: Enabling RNG early entropy source...
E (57) flash_parts: partition 3 invalid - offset 0x1d0000 size 0x1c0000 exceeds flash chip size 0x200000
E (66) boot: Failed to verify partition table
E (70) boot: load partition table error!
始终无法使用
这个是固件的刷写过程
[33mWARNING Calling ESPHome with the configuration before the command is deprecated and will be removed in the future. [0m
[33mWARNING Please instead use:[0m
[33mWARNING esphome upload C:\Users\l4\Desktop\flash\config_yaml\esp32_c3_ddsu666.yaml[0m
[32mINFO Reading configuration C:\Users\l4\Desktop\flash\config_yaml\esp32_c3_ddsu666.yaml...[0m
[32mINFO Detected timezone 'Asia/Shanghai'[0m
Found multiple options, please choose one:
[1] COM3 (USB-SERIAL CH340 (COM3))
[2] Over The Air (esp32-c3-ddsu666.local)
(number): 1
esptool.py v3.1
Serial port COM3
Connecting...
Chip is unknown ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: 84:f7:03:3b:30:98
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00010000 to 0x00100fff...
Flash will be erased from 0x00000000 to 0x00004fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Compressed 986112 bytes to 540155...
Wrote 986112 bytes (540155 compressed) at 0x00010000 in 16.2 seconds (effective 486.5 kbit/s)...
Hash of data verified.
Compressed 17840 bytes to 11144...
Wrote 17840 bytes (11144 compressed) at 0x00000000 in 0.6 seconds (effective 240.4 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 144...
Wrote 3072 bytes (144 compressed) at 0x00008000 in 0.1 seconds (effective 320.7 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 532.2 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
[32mINFO Successfully uploaded program.[0m
请按任意键继续. . .
所用工具是ESPHome Portable v0.1.2.1 x64,固件编译都是正常的,但刷后无法正常运行。 |
|