You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
打印出的日志:
PS E:\esp32s3\esp-adf\examples\checks\check_display_led> $env:IDF_PATH = 'E:\software\Espressif\esp_idf5.4\v5.4\esp-idf';
PS E:\esp32s3\esp-adf\examples\checks\check_display_led> & 'E:\software\Espressif\tools\python_env\idf5.4_py3.11_env\Scripts\python.exe' 'E:\software\Espressif\esp_idf5.4\v5.4\esp-idf\tools\idf_monitor.py' -p COM107 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 'e:\esp32s3\esp-adf\examples\checks\check_display_led\build\check_display_led.elf'
--- Warning: GDB cannot open serial ports accessed as COMx
--- Using \.\COM107 instead...
--- esp-idf-monitor 1.5.0 on \.\COM107 115200
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2810,len:0x15a0
load:0x403c8700,len:0x4
load:0x403c8704,len:0xd20
load:0x403cb700,len:0x2ee4
entry 0x403c8928
I (27) boot: ESP-IDF v5.4 2nd stage bootloader
I (27) boot: compile time Jan 17 2025 09:35:32
I (27) boot: Multicore bootloader
I (27) boot: chip revision: v0.2
I (30) boot: efuse block revision: v1.3
I (33) boot.esp32s3: Boot SPI Speed : 80MHz
I (37) boot.esp32s3: SPI Mode : DIO
I (41) boot.esp32s3: SPI Flash Size : 16MB
I (45) boot: Enabling RNG early entropy source...
I (49) boot: Partition Table:
I (52) boot: ## Label Usage Type ST Offset Length
I (58) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (65) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (71) boot: 2 factory factory app 00 00 00010000 00100000
I (78) boot: End of partition table
I (81) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=0abf8h ( 44024) map
I (96) esp_image: segment 1: paddr=0001ac20 vaddr=3fc92f00 size=02b98h ( 11160) load
I (99) esp_image: segment 2: paddr=0001d7c0 vaddr=40374000 size=02858h ( 10328) load
I (105) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=18af4h (101108) map
I (129) esp_image: segment 4: paddr=00038b1c vaddr=40376858 size=0c5d0h ( 50640) load
I (140) esp_image: segment 5: paddr=000450f4 vaddr=600fe100 size=0001ch ( 28) load
I (146) boot: Loaded app from partition at offset 0x10000
I (146) boot: Disabling RNG early entropy source...
I (158) cpu_start: Multicore app
I (167) cpu_start: Pro cpu start user code
I (167) cpu_start: cpu freq: 160000000 Hz
I (167) app_init: Application information:
I (167) app_init: Project name: check_display_led
I (172) app_init: App version: 1.0
I (175) app_init: Compile time: Jan 17 2025 13:38:50
I (180) app_init: ELF file SHA256: 48533415e...
I (184) app_init: ESP-IDF: v5.4
I (188) efuse_init: Min chip rev: v0.0
I (188) efuse_init: Min chip rev: v0.0
I (192) efuse_init: Max chip rev: v0.99
I (196) efuse_init: Chip rev: v0.2
I (192) efuse_init: Max chip rev: v0.99
I (196) efuse_init: Chip rev: v0.2
I (196) efuse_init: Chip rev: v0.2
I (200) heap_init: Initializing. RAM available for dynamic allocation:
I (200) heap_init: Initializing. RAM available for dynamic allocation:
I (206) heap_init: At 3FC964B0 len 00053260 (332 KiB): RAM
I (211) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (206) heap_init: At 3FC964B0 len 00053260 (332 KiB): RAM
I (211) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (211) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (216) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (222) heap_init: At 600FE11C len 00001ECC (7 KiB): RTCRAM
I (228) spi_flash: detected chip: gd
I (230) spi_flash: flash io: dio
W (233) ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
I (241) sleep_gpio: Configure to isolate all GPIO pins in sleep state
I (247) sleep_gpio: Enable automatic switching of GPIO sleep configuration
I (254) main_task: Started on CPU0
I (284) main_task: Calling app_main()
I (284) CHECK_DISPLAY_LED: [ 1 ] Create display service instance
E (284) CHECK_DISPLAY_LED: audio_board_led_init fail
I (284) main_task: Returned from app_main()
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp32s3-kervo-2 v3开发板运行check_display_led初始化失败
esp32s3-kervo-2 v3开发板运行check_display_led初始化失败 (AUD-6003)
Jan 17, 2025
操作:
使用esp32s3-kervo-2 v3开发板在esp-idf v5.4.0环境下运行check_display_led,运行的时候显示E (284) CHECK_DISPLAY_LED: audio_board_led_init fail
问题:
请问一下该示例是可以在esp32s3-kervo-2 v3开发板编译烧录运行的,那为什么还会初始化失败,这种情况可以怎么解决?谢谢
打印出的日志:
PS E:\esp32s3\esp-adf\examples\checks\check_display_led> $env:IDF_PATH = 'E:\software\Espressif\esp_idf5.4\v5.4\esp-idf';
PS E:\esp32s3\esp-adf\examples\checks\check_display_led> & 'E:\software\Espressif\tools\python_env\idf5.4_py3.11_env\Scripts\python.exe' 'E:\software\Espressif\esp_idf5.4\v5.4\esp-idf\tools\idf_monitor.py' -p COM107 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 'e:\esp32s3\esp-adf\examples\checks\check_display_led\build\check_display_led.elf'
--- Warning: GDB cannot open serial ports accessed as COMx
--- Using \.\COM107 instead...
--- esp-idf-monitor 1.5.0 on \.\COM107 115200
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2810,len:0x15a0
load:0x403c8700,len:0x4
load:0x403c8704,len:0xd20
load:0x403cb700,len:0x2ee4
entry 0x403c8928
I (27) boot: ESP-IDF v5.4 2nd stage bootloader
I (27) boot: compile time Jan 17 2025 09:35:32
I (27) boot: Multicore bootloader
I (27) boot: chip revision: v0.2
I (30) boot: efuse block revision: v1.3
I (33) boot.esp32s3: Boot SPI Speed : 80MHz
I (37) boot.esp32s3: SPI Mode : DIO
I (41) boot.esp32s3: SPI Flash Size : 16MB
I (45) boot: Enabling RNG early entropy source...
I (49) boot: Partition Table:
I (52) boot: ## Label Usage Type ST Offset Length
I (58) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (65) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (71) boot: 2 factory factory app 00 00 00010000 00100000
I (78) boot: End of partition table
I (81) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=0abf8h ( 44024) map
I (96) esp_image: segment 1: paddr=0001ac20 vaddr=3fc92f00 size=02b98h ( 11160) load
I (99) esp_image: segment 2: paddr=0001d7c0 vaddr=40374000 size=02858h ( 10328) load
I (105) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=18af4h (101108) map
I (129) esp_image: segment 4: paddr=00038b1c vaddr=40376858 size=0c5d0h ( 50640) load
I (140) esp_image: segment 5: paddr=000450f4 vaddr=600fe100 size=0001ch ( 28) load
I (146) boot: Loaded app from partition at offset 0x10000
I (146) boot: Disabling RNG early entropy source...
I (158) cpu_start: Multicore app
I (167) cpu_start: Pro cpu start user code
I (167) cpu_start: cpu freq: 160000000 Hz
I (167) app_init: Application information:
I (167) app_init: Project name: check_display_led
I (172) app_init: App version: 1.0
I (175) app_init: Compile time: Jan 17 2025 13:38:50
I (180) app_init: ELF file SHA256: 48533415e...
I (184) app_init: ESP-IDF: v5.4
I (188) efuse_init: Min chip rev: v0.0
I (188) efuse_init: Min chip rev: v0.0
I (192) efuse_init: Max chip rev: v0.99
I (196) efuse_init: Chip rev: v0.2
I (192) efuse_init: Max chip rev: v0.99
I (196) efuse_init: Chip rev: v0.2
I (196) efuse_init: Chip rev: v0.2
I (200) heap_init: Initializing. RAM available for dynamic allocation:
I (200) heap_init: Initializing. RAM available for dynamic allocation:
I (206) heap_init: At 3FC964B0 len 00053260 (332 KiB): RAM
I (211) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (206) heap_init: At 3FC964B0 len 00053260 (332 KiB): RAM
I (211) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (211) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (216) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (222) heap_init: At 600FE11C len 00001ECC (7 KiB): RTCRAM
I (228) spi_flash: detected chip: gd
I (230) spi_flash: flash io: dio
W (233) ADC: legacy driver is deprecated, please migrate to
esp_adc/adc_oneshot.h
I (241) sleep_gpio: Configure to isolate all GPIO pins in sleep state
I (247) sleep_gpio: Enable automatic switching of GPIO sleep configuration
I (254) main_task: Started on CPU0
I (284) main_task: Calling app_main()
I (284) CHECK_DISPLAY_LED: [ 1 ] Create display service instance
E (284) CHECK_DISPLAY_LED: audio_board_led_init fail
I (284) main_task: Returned from app_main()
The text was updated successfully, but these errors were encountered: