-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32s3-box 运行显示touch not found (AEGHB-995) #183
Comments
Hello, your device is esp-box-3 or esp-box ? |
my device is esp32s3-box |
Hello, you should reselect HMI_Board in menuconfig |
which one should I select? |
yes,I did choose this one,but,still run failed with aboved error |
ok , I try again.thanke you!! |
I can't get any valid information. Please try to re-burn the firmware or try this fw |
ok. |
when I use esp32s3-box test speech_recogintion under adf-framework, idf.py menuconfig choose esp32s3-box,open VOICE2FILE,compile ok, but run failed. |
This is an adf demo? I think you'd better open another issue in the corresponding repository. |
Checklist
How often does this bug occurs?
always
Expected behavior
ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x4200c022
--- 0x4200c022: bsp_init_main_button at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__esp-box-3/esp-box-3.c:635 (discriminator 1)
file: "../managed_components/espressif__esp-box-3/esp-box-3.c" line 635
func: bsp_init_main_button
expression: bsp_touch_new(((void *)0), &tp)
abort() was called at PC 0x40381ecf on core 0
--- 0x40381ecf: _esp_error_check_failed at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/esp_err.c:49
Backtrace: 0x40379e56:0x3fca41f0 0x40381ed9:0x3fca4210 0x403897f5:0x3fca4230 0x40381ecf:0x3fca42a0 0x4200c022:0x3fca42d0 0x420151e2:0x3fca42f0 0x4200c05d:0x3fca4320 0x4200c2be:0x3fca4340 0x4200c443:0x3fca4370 0x4200b17c:0x3fca4390 0x420384f7:0x3fca4410 0x40382a1d:0x3fca4440
--- 0x40379e56: panic_abort at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/panic.c:463
0x40381ed9: esp_system_abort at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/port/esp_system_chip.c:92
0x403897f5: abort at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/newlib/abort.c:38
0x40381ecf: _esp_error_check_failed at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/esp_err.c:49
0x4200c022: bsp_init_main_button at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__esp-box-3/esp-box-3.c:635 (discriminator 1)
0x420151e2: iot_button_create at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__button/iot_button.c:471
0x4200c05d: bsp_iot_button_create at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__esp-box-3/esp-box-3.c:652
0x4200c2be: bsp_btn_init at /home/zhuaijun/Desktop/esp/esp-box/components/bsp/src/boards/esp32_bsp_board.c:92
0x4200c443: bsp_board_init at /home/zhuaijun/Desktop/esp/esp-box/components/bsp/src/boards/esp32_bsp_board.c:247
0x4200b17c: app_main at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../main/main.c:64
0x420384f7: main_task at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/freertos/app_startup.c:208
0x40382a1d: vPortTaskWrapper at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:134, 本身显示屏不带触摸功能
Actual behavior (suspected bug)
W (691) i2c: This driver is an old driver, please migrate your application code to adapt
driver/i2c_master.h
I (701) sleep: Configure to isolate all GPIO pins in sleep state
I (708) sleep: Enable automatic switching of GPIO sleep configuration
I (715) main_task: Started on CPU0
I (725) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (728) main_task: Calling app_main()
I (732) gpio: GPIO[12]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (743) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1751) gpio: GPIO[48]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1751) ili9341: LCD panel create success, version: 1.2.0
W (1875) ili9341: The 36h command has been used and will be overwritten by external initialization sequence
W (1875) ili9341: The 3Ah command has been used and will be overwritten by external initialization sequence
I (1885) ESP-BOX-3: Setting LCD backlight: 100%
I (1897) button: IoT Button Version: 3.5.0
I (1897) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (1904) button: IoT Button Version: 3.5.0
I (1909) gpio: GPIO[1]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (1918) button: IoT Button Version: 3.5.0
E (4923) ESP-BOX-3: Touch not found
ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x4200c022
--- 0x4200c022: bsp_init_main_button at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__esp-box-3/esp-box-3.c:635 (discriminator 1)
file: "../managed_components/espressif__esp-box-3/esp-box-3.c" line 635
func: bsp_init_main_button
expression: bsp_touch_new(((void *)0), &tp)
abort() was called at PC 0x40381ecf on core 0
--- 0x40381ecf: _esp_error_check_failed at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/esp_err.c:49
Backtrace: 0x40379e56:0x3fca41f0 0x40381ed9:0x3fca4210 0x403897f5:0x3fca4230 0x40381ecf:0x3fca42a0 0x4200c022:0x3fca42d0 0x420151e2:0x3fca42f0 0x4200c05d:0x3fca4320 0x4200c2be:0x3fca4340 0x4200c443:0x3fca4370 0x4200b17c:0x3fca4390 0x420384f7:0x3fca4410 0x40382a1d:0x3fca4440
--- 0x40379e56: panic_abort at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/panic.c:463
0x40381ed9: esp_system_abort at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/port/esp_system_chip.c:92
0x403897f5: abort at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/newlib/abort.c:38
0x40381ecf: _esp_error_check_failed at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/esp_system/esp_err.c:49
0x4200c022: bsp_init_main_button at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__esp-box-3/esp-box-3.c:635 (discriminator 1)
0x420151e2: iot_button_create at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__button/iot_button.c:471
0x4200c05d: bsp_iot_button_create at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../managed_components/espressif__esp-box-3/esp-box-3.c:652
0x4200c2be: bsp_btn_init at /home/zhuaijun/Desktop/esp/esp-box/components/bsp/src/boards/esp32_bsp_board.c:92
0x4200c443: bsp_board_init at /home/zhuaijun/Desktop/esp/esp-box/components/bsp/src/boards/esp32_bsp_board.c:247
0x4200b17c: app_main at /home/zhuaijun/Desktop/esp/esp-box/examples/usb_headset/build/../main/main.c:64
0x420384f7: main_task at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/freertos/app_startup.c:208
0x40382a1d: vPortTaskWrapper at /home/zhuaijun/Desktop/esp/esp-adf/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:134
Error logs or terminal output
Steps to reproduce the behavior
编译运行examples/factory_demo这个项目
Project release version
master
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
esp-adf a2ab6cefd8f9618a0470fd3f549c913fdf7ca1b8
Shell
ZSH
Additional context
No response
The text was updated successfully, but these errors were encountered: