-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
Running `espflash flash --monitor --chip esp32 target\xtensa-esp32-none-elf\debug\esp_01
[2025-11-19T16:00:57Z INFO ] Serial port: 'COM6'
[2025-11-19T16:00:57Z INFO ] Connecting...
[2025-11-19T16:01:01Z INFO ] Using flash stub
Error: × ESP-IDF App Descriptor (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/
│ app_image_format.html#application-description) missing in your`esp-hal` application.
│
│ You may need to add the `esp_bootloader_esp_idf::esp_app_desc!()` macro to your application, see https://
│ docs.espressif.com/projects/rust/esp-bootloader-esp-idf/latest for more information.
error: process didn't exit successfully: `espflash flash --monitor --chip esp32 target\xtensa-esp32-none-elf\debug\esp_01` (exit code: 1)`
`PS E:\esp_01> espflash flash esp_01
[2025-11-19T16:04:11Z WARN ] Monitor options were provided, but `--monitor/-M` flag isn't set. These options will be ignored.
[2025-11-19T16:04:11Z INFO ] Serial port: 'COM6'
[2025-11-19T16:04:11Z INFO ] Connecting...
[2025-11-19T16:04:15Z INFO ] Using flash stub
Error: × 系统找不到指定的文件。 (os error 2)`
`PS E:\esp_01> espflash monitor
[2025-11-19T16:05:24Z INFO ] Serial port: 'COM6'
[2025-11-19T16:05:24Z INFO ] Connecting...
[2025-11-19T16:05:27Z INFO ] Using flash stub
Commands:
CTRL+R Reset chip
CTRL+C Exit
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x12 (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:0x3fff0030,len:7104
load:0x40078000,len:15576
load:0x40080400,len:4
ho 8 tail 4 room 4
load:0x40080404,len:3876
entry 0x4008064c
I (31) boot: ESP-IDF v5.1-beta1-378-gea5e0ff298-dirt 2nd stage bootloader
I (31) boot: compile time Jun 7 2023 07:48:23
I (33) boot: Multicore bootloader
I (37) boot: chip revision: v3.0
I (41) boot.esp32: SPI Speed : 40MHz
I (46) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 4MB
I (55) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (64) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (79) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (86) boot: 2 factory factory app 00 00 00010000 003f0000
I (94) boot: End of partition table
I (98) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=05aa4h ( 23204) map
I (115) esp_image: segment 1: paddr=00015acc vaddr=3ffc0000 size=00b5ch ( 2908) load
I (116) esp_image: segment 2: paddr=00016630 vaddr=3ffd7ce4 size=000bch ( 188) load
I (123) esp_image: segment 3: paddr=000166f4 vaddr=40080000 size=013cch ( 5068) load
I (134) esp_image: segment 4: paddr=00017ac8 vaddr=00000000 size=08550h ( 34128)
I (152) esp_image: segment 5: paddr=00020020 vaddr=400d0020 size=096a8h ( 38568) map
I (167) boot: Loaded app from partition at offset 0x10000
I (167) boot: Disabling RNG early entropy source...
INFO - Embassy initialized!
INFO - Hello 中国!`
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done