ESP32 LyratV4.3运行dueros例程没反应

liuyongliuyong
Posts: 12
Joined: Tue May 26, 2020 5:01 am

ESP32 LyratV4.3运行dueros例程没反应

Postby liuyongliuyong » Mon Jun 15, 2020 5:56 am

运行dueros例程,没反应,一点声音都没有,已申请百度duer的profile,日志如下,希望有大神帮忙指出里面的运行错误日志需要怎么解决,感激不尽啊,折腾好久了,没搞通。
ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x3f (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x3f (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:1
load:0x3fff0018,len:4
load:0x3fff001c,len:6636
load:0x40078000,len:11136
load:0x40080400,len:6004
entry 0x40080704
I (61) boot: Chip Revision: 1
I (64) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (39) boot: ESP-IDF v3.3.2-107-g722043f73 2nd stage bootloader
I (39) boot: compile time 19:31:15
I (53) boot: Enabling RNG early entropy source...
I (53) boot: SPI Speed : 80MHz
I (53) boot: SPI Mode : DIO
I (56) boot: SPI Flash Size : 4MB
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00300000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x76084 (483460) map
I (248) esp_image: segment 1: paddr=0x000860ac vaddr=0x3ffb0000 size=0x04230 ( 16944) load
I (253) esp_image: segment 2: paddr=0x0008a2e4 vaddr=0x40080000 size=0x00400 ( 1024) load
I (255) esp_image: segment 3: paddr=0x0008a6ec vaddr=0x40080400 size=0x05924 ( 22820) load
I (271) esp_image: segment 4: paddr=0x00090018 vaddr=0x400d0018 size=0x131210 (1249808) map
I (620) esp_image: segment 5: paddr=0x001c1230 vaddr=0x40085d24 size=0x15f2c ( 89900) load
I (667) boot: Loaded app from partition at offset 0x10000
I (667) boot: Disabling RNG early entropy source...
I (668) psram: This chip is ESP32-D0WD
I (672) spiram: Found 32MBit SPI RAM device
I (677) spiram: SPI RAM mode: flash 80m sram 80m
I (682) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (689) cpu_start: Pro cpu up.
I (693) cpu_start: Application information:
I (698) cpu_start: Project name: esp_dueros
I (703) cpu_start: App version: v2.0-86-g0f2fa97-dirty
I (709) cpu_start: Compile time: Jun 15 2020 19:31:11
I (715) cpu_start: ELF file SHA256: b8f5a092c79f1cac...
I (721) cpu_start: ESP-IDF: v3.3.2-107-g722043f73
I (728) cpu_start: Starting app cpu, entry point is 0x40081590
I (0) cpu_start: App cpu up.
I (1208) spiram: SPI SRAM memory test OK
I (1208) heap_init: Initializing. RAM available for dynamic allocation:
I (1208) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (1214) heap_init: At 3FFBB8D0 len 00024730 (145 KiB): DRAM
I (1221) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1227) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1234) heap_init: At 4009BC50 len 000043B0 (16 KiB): IRAM
I (1240) cpu_start: Pro cpu start user code
I (1245) spiram: Adding pool of 4096K of external SPI memory to heap allocator
I (147) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (148) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (183) DUEROS: ADF version is v2.0-86-g0f2fa97-dirty
I (184) gpio: GPIO[36]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
I (187) gpio: GPIO[39]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
W (221) PERIPH_TOUCH: _touch_init
I (222) SDCARD: Trying to mount with base path=/sdcard
I (315) SDCARD: CID name SU02G!

I (697) gpio: GPIO[19]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
E (697) gpio: gpio_install_isr_service(412): GPIO isr service already installed
I (726) gpio: GPIO[21]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (727) ES8388_DRIVER: init,out:02, in:00
I (735) ESP_AUDIO_TASK: media_ctrl_task running...,0x3f80697c

----------------------------- ESP Audio Platform -----------------------------
| |
| ESP_AUDIO-v1.6.0 |
| Compile date: May 12 2020-16:15:01 |
------------------------------------------------------------------------------
I (775) ESP_AUDIO_CTRL: Func:media_ctrl_create, Line:308, MEM Total:4377924 Bytes, Inter:261036 Bytes, Dram:243744 Bytes

I (787) AUDIO_HAL: Codec mode is 3, Ctrl:1
I (810) MP3_DECODER: MP3 init
I (812) I2S: DMA Malloc info, datalen=blocksize=1200, dma_buf_count=3
I (812) I2S: DMA Malloc info, datalen=blocksize=1200, dma_buf_count=3
I (819) I2S: APLL: Req RATE: 48000, real rate: 47999.961, BITS: 16, CLKM: 1, BCK_M: 8, MCLK: 12287990.000, SCLK: 1535998.750000, diva: 1, divb: 0
I (831) LYRAT_V4_3: I2S0, MCLK output by GPIO0
I (853) AUDIO_WRAPPER: Func:setup_player, Line:161, MEM Total:4365076 Bytes, Inter:244512 Bytes, Dram:227220 Bytes

I (854) AUDIO_WRAPPER: esp_audio instance is:0x3f80697c
I (881) wifi:wifi driver task: 3ffd34b4, prio:23, stack:3584, core=0
I (881) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (885) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (912) wifi:wifi firmware version: 5f8804c
I (912) wifi:config NVS flash: enabled
I (912) wifi:config nano formating: disabled
I (912) wifi:Init dynamic tx buffer num: 32
I (916) wifi:Init data frame dynamic rx buffer num: 32
I (921) wifi:Init management frame dynamic rx buffer num: 32
I (926) wifi:Init management short buffer num: 32
I (931) wifi:Init static tx buffer num: 16
I (935) wifi:Init static rx buffer size: 1600
I (939) wifi:Init static rx buffer num: 16
I (942) wifi:Init dynamic rx buffer num: 32
I (1043) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 0
I (1044) wifi:mode : sta (24:0a:c4:9c:fc:00)
I (1166) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (1167) wifi:state: init -> auth (b0)
I (1170) wifi:state: auth -> assoc (0)
I (1174) wifi:state: assoc -> run (10)
I (1585) wifi:connected with Smart, aid = 9, channel 1, BW20, bssid = 70:57:bf:b2:7a:70
I (1586) wifi:security type: 3, phy: bgn, rssi: -32
I (1676) wifi:pm start, type: 1

I (1676) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (1713,tid:3ffc4be8) lightduer_session.c( 44):random = 75933
I (1885) WIFI_SERV: Connect to wifi ssid: Smart, pwd: SDsmart10
W (1888) I2S: I2S driver already installed
I (1889) LYRAT_V4_3: I2S0, MCLK output by GPIO0
I (1892) AUDIO_PIPELINE: link el->rb, el:0x3f8087e0, tag:i2s, rb:0x3f808b1c
I (1899) AUDIO_PIPELINE: link el->rb, el:0x3f80890c, tag:filter, rb:0x3f80ab5c
I (1907) AUDIO_ELEMENT: [i2s-0x3f8087e0] Element task created
I (1913) AUDIO_THREAD: The filter task allocate stack on external memory
E (1920) AUDIO_THREAD: Not found right xTaskCreateRestrictedPinnedToCore. Please apply the $ADF_PATH/idf_patches/idf_v3.3_freertos.patch first
E (1934) AUDIO_THREAD: Error creating RestrictedPinnedToCore filter
E (1941) AUDIO_ELEMENT: [filter] audio_thread_create failed
I (1947) AUDIO_ELEMENT: [raw-0x3f8089f0] Element task created
I (1953) AUDIO_PIPELINE: Func:audio_pipeline_run, Line:358, MEM Total:4273080 Bytes, Inter:146680 Bytes, Dram:129388 Bytes

I (1965) AUDIO_ELEMENT: [i2s] AEL_MSG_CMD_RESUME,state:1
W (1971) AUDIO_ELEMENT: [filter] Element has not create when AUDIO_ELEMENT_RESUME
I (1971) I2S_STREAM: AUDIO_STREAM_READER,Rate:48000,ch:2
E (1979) AUDIO_PIPELINE: audio_pipeline_resume failed
I (1987) I2S: APLL: Req RATE: 48000, real rate: 47999.961, BITS: 16, CLKM: 1, BCK_M: 8, MCLK: 12287990.000, SCLK: 1535998.750000, diva: 1, divb: 0
W (1991) AUDIO_PIPELINE: Without stop, st:6
W (2010) AUDIO_PIPELINE: Without wait stop, st:6
W (2018) AUDIO_ELEMENT: [filter] Element has not create when AUDIO_ELEMENT_TERMINATE
I (2023) DUEROS: Recorder has been created
Quantized wakeNet5: wakeNet5_v1_hilexin_5_0.95_0.90, mode:0 (Nov 20 2019 14:34:43)
I (2036) REC_ENG: ESP SR Engine, chunksize is 480, FRAME_SIZE:960, frequency:16000
E (2044) REC_ENG: Recorder Engine Running ..., vad_window=9, wakeup=10000 ms, vad_off=800 ms, threshold=90 ms, sensitivity=0
I (2056) REC_ENG: state idle
I (2685) event: sta ip: 10.72.8.80, mask: 255.255.255.0, gw: 10.72.8.1
I (2686) WIFI_SERV: Got ip:10.72.8.80
W (2686) WIFI_SERV: STATE type:2, pdata:0x0, len:0
I (2708) DUEROS: PERIPH_WIFI_CONNECTED [215]
E (2708) DISPLAY: /home/liuyong/ESP32_IDF/esp-adf/components/display_service/display_service.c:68 (display_service_set_pattern): Got NULL Pointer
E (2708) DUEROS: Recv Que DUER_CMD_LOGIN
I (2720) DUEROS: duer_start, len:1

W (2725) DUEROS: duer_callback: type:0, source:0x3f807934 data:2, data_len:0
I (2578,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F808648, length:1, profile:3F80B74C
E (2594,tid:3ffc4be8) lightduer_ca.c( 645): create the configuation failed...
I (2601,tid:3ffc4be8) lightduer_ds_log_cache.c( 45):cached tracecode: 0x12010301
I (2609,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 1[DUER_EVT_START], status: -18
E (2617,tid:3ffc4be8) lightduer_connagent.c( 207):start fail! status:-18
E (2623,tid:3ffc4be8) lightduer_connagent.c( 286):Action failed: event: 1, status: -18
W (2631,tid:3ffc4be8) lightduer_engine.c( 812):duer_engine_stop has stopped
I (2638,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 5[DUER_EVT_STOP], status: -18
I (2646,tid:3ffc4be8) lightduer_connagent.c( 257):connect stopped, status:-18!!
E (2801) DUEROS: event: 1
E (2804) DUEROS: event: DUER_EVENT_STOPPED
W (2809) DUEROS: duer_callback: type:0, source:0x3f807934 data:1, data_len:0
W (2662,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB4D4, timespent = 85
W (2817) DUEROS: reason:0
I (2829) DUEROS: Dueros DUER_CMD_QUIT reconnect, retry_num:2
E (4836) DUEROS: Func:retry_login_timer_cb
E (4836) DUEROS: Recv Que DUER_CMD_LOGIN
I (4836) DUEROS: duer_start, len:1

W (4839) DUEROS: duer_callback: type:0, source:0x3f807934 data:2, data_len:0
I (4691,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F808648, length:1, profile:3F80B74C
E (4708,tid:3ffc4be8) lightduer_ca.c( 645): create the configuation failed...
I (4715,tid:3ffc4be8) lightduer_ds_log_cache.c( 45):cached tracecode: 0x12010301
I (4722,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 1[DUER_EVT_START], status: -18
E (4731,tid:3ffc4be8) lightduer_connagent.c( 207):start fail! status:-18
E (4737,tid:3ffc4be8) lightduer_connagent.c( 286):Action failed: event: 1, status: -18
W (4745,tid:3ffc4be8) lightduer_engine.c( 812):duer_engine_stop has stopped
I (4752,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 5[DUER_EVT_STOP], status: -18
I (4760,tid:3ffc4be8) lightduer_connagent.c( 257):connect stopped, status:-18!!
E (4915) DUEROS: event: 1
E (4918) DUEROS: event: DUER_EVENT_STOPPED
W (4923) DUEROS: duer_callback: type:0, source:0x3f807934 data:1, data_len:0
W (4777,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB4D4, timespent = 86
W (4931) DUEROS: reason:0
I (4943) DUEROS: Dueros DUER_CMD_QUIT reconnect, retry_num:4
E (8949) DUEROS: Func:retry_login_timer_cb
E (8949) DUEROS: Recv Que DUER_CMD_LOGIN
I (8949) DUEROS: duer_start, len:1

I (8804,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F808648, length:1, profile:3F80B74C
W (8952) DUEROS: duer_callback: type:0, source:0x3f807934 data:2, data_len:0
E (8814,tid:3ffc4be8) lightduer_ca.c( 645): create the configuation failed...
I (8828,tid:3ffc4be8) lightduer_ds_log_cache.c( 45):cached tracecode: 0x12010301
I (8836,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 1[DUER_EVT_START], status: -18
E (8844,tid:3ffc4be8) lightduer_connagent.c( 207):start fail! status:-18
E (8850,tid:3ffc4be8) lightduer_connagent.c( 286):Action failed: event: 1, status: -18
W (8858,tid:3ffc4be8) lightduer_engine.c( 812):duer_engine_stop has stopped
I (8865,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 5[DUER_EVT_STOP], status: -18
I (8873,tid:3ffc4be8) lightduer_connagent.c( 257):connect stopped, status:-18!!
E (9028) DUEROS: event: 1
E (9031) DUEROS: event: DUER_EVENT_STOPPED
W (9036) DUEROS: duer_callback: type:0, source:0x3f807934 data:1, data_len:0
W (8889,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB4D4, timespent = 85
W (9044) DUEROS: reason:0
I (9056) DUEROS: Dueros DUER_CMD_QUIT reconnect, retry_num:8
E (17062) DUEROS: Func:retry_login_timer_cb
E (17062) DUEROS: Recv Que DUER_CMD_LOGIN
I (17062) DUEROS: duer_start, len:1

I (16917,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F808648, length:1, profile:3F80B74C
E (16927,tid:3ffc4be8) lightduer_ca.c( 645): create the configuation failed...
I (16934,tid:3ffc4be8) lightduer_ds_log_cache.c( 45):cached tracecode: 0x12010301
W (17065) DUEROS: duer_callback: type:0, source:0x3f807934 data:2, data_len:0
I (16942,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 1[DUER_EVT_START], status: -18
E (16957,tid:3ffc4be8) lightduer_connagent.c( 207):start fail! status:-18
E (16964,tid:3ffc4be8) lightduer_connagent.c( 286):Action failed: event: 1, status: -18
W (16971,tid:3ffc4be8) lightduer_engine.c( 812):duer_engine_stop has stopped
I (16978,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 5[DUER_EVT_STOP], status: -18
I (16987,tid:3ffc4be8) lightduer_connagent.c( 257):connect stopped, status:-18!!
E (17142) DUEROS: event: 1
E (17145) DUEROS: event: DUER_EVENT_STOPPED
W (17150) DUEROS: duer_callback: type:0, source:0x3f807934 data:1, data_len:0
W (17003,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB4D4, timespent = 86
W (17158) DUEROS: reason:0
I (17170) DUEROS: Dueros DUER_CMD_QUIT reconnect, retry_num:16
E (33177) DUEROS: Func:retry_login_timer_cb
E (33177) DUEROS: Recv Que DUER_CMD_LOGIN
I (33177) DUEROS: duer_start, len:1

I (33032,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F808648, length:1, profile:3F80B74C
W (33180) DUEROS: duer_callback: type:0, source:0x3f807934 data:2, data_len:0
E (33043,tid:3ffc4be8) lightduer_ca.c( 645): create the configuation failed...
I (33057,tid:3ffc4be8) lightduer_ds_log_cache.c( 45):cached tracecode: 0x12010301
I (33064,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 1[DUER_EVT_START], status: -18
E (33072,tid:3ffc4be8) lightduer_connagent.c( 207):start fail! status:-18
E (33079,tid:3ffc4be8) lightduer_connagent.c( 286):Action failed: event: 1, status: -18
W (33086,tid:3ffc4be8) lightduer_engine.c( 812):duer_engine_stop has stopped
I (33093,tid:3ffc4be8) lightduer_connagent.c( 160):=====> event: 5[DUER_EVT_STOP], status: -18
I (33102,tid:3ffc4be8) lightduer_connagent.c( 257):connect stopped, status:-18!!
E (33257) DUEROS: event: 1
E (33260) DUEROS: event: DUER_EVENT_STOPPED
W (33265) DUEROS: duer_callback: type:0, source:0x3f807934 data:1, data_len:0
W (33117,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB4D4, timespent = 85
W (33273) DUEROS: reason:0
I (33285) DUEROS: Dueros DUER_CMD_QUIT reconnect, retry_num:32

liuyongliuyong
Posts: 12
Joined: Tue May 26, 2020 5:01 am

Re: ESP32 LyratV4.3运行dueros例程没反应

Postby liuyongliuyong » Mon Jun 15, 2020 8:27 am

最新错误日志,连接不上百度云服务器,哪位大神可以指导一下么,也没有播放那个wav的文件。
ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x3f (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x3f (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:1
load:0x3fff0018,len:4
load:0x3fff001c,len:6636
load:0x40078000,len:11116
ho 0 tail 12 room 4
load:0x40080400,len:6004
entry 0x40080704
I (62) boot: Chip Revision: 1
I (70) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot: ESP-IDF v3.3.2-107-g722043f73 2nd stage bootloader
I (41) boot: compile time 00:01:50
I (53) boot: Enabling RNG early entropy source...
I (53) boot: SPI Speed : 80MHz
I (53) boot: SPI Mode : DIO
I (57) boot: SPI Flash Size : 4MB
I (61) boot: Partition Table:
I (65) boot: ## Label Usage Type ST Offset Length
I (72) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (80) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (87) boot: 2 factory factory app 00 00 00010000 00300000
I (95) boot: End of partition table
I (99) boot_comm: chip revision: 1, min. application chip revision: 0
I (106) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x765dc (484828) map
I (250) esp_image: segment 1: paddr=0x00086604 vaddr=0x3ffb0000 size=0x04230 ( 16944) load
I (255) esp_image: segment 2: paddr=0x0008a83c vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _WindowOverflow4 at /home/liuyong/ESP32_IDF/esp-adf/esp-idf/components/freertos/xtensa_vectors.S:1779

I (257) esp_image: segment 3: paddr=0x0008ac44 vaddr=0x40080400 size=0x053cc ( 21452) load
I (273) esp_image: segment 4: paddr=0x00090018 vaddr=0x400d0018 size=0x13113c (1249596) map
0x400d0018: _stext at ??:?

I (622) esp_image: segment 5: paddr=0x001c115c vaddr=0x400857cc size=0x16484 ( 91268) load
0x400857cc: i2s_intr_handler_default at /home/liuyong/ESP32_IDF/esp-adf/esp-idf/components/driver/i2s.c:1295

I (670) boot: Loaded app from partition at offset 0x10000
I (670) boot: Disabling RNG early entropy source...
I (670) psram: This chip is ESP32-D0WD
I (675) spiram: Found 32MBit SPI RAM device
I (679) spiram: SPI RAM mode: flash 80m sram 80m
I (685) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (692) cpu_start: Pro cpu up.
I (696) cpu_start: Application information:
I (700) cpu_start: Project name: esp_dueros
I (706) cpu_start: App version: v2.0-86-g0f2fa97-dirty
I (712) cpu_start: Compile time: Jun 16 2020 00:01:47
I (718) cpu_start: ELF file SHA256: 94214bf046be5c6f...
I (724) cpu_start: ESP-IDF: v3.3.2-107-g722043f73
I (730) cpu_start: Starting app cpu, entry point is 0x40081590
0x40081590: call_start_cpu1 at /home/liuyong/ESP32_IDF/esp-adf/esp-idf/components/esp32/cpu_start.c:268

I (0) cpu_start: App cpu up.
I (1210) spiram: SPI SRAM memory test OK
I (1211) heap_init: Initializing. RAM available for dynamic allocation:
I (1211) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (1217) heap_init: At 3FFBB8D0 len 00024730 (145 KiB): DRAM
I (1224) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1230) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1236) heap_init: At 4009BC50 len 000043B0 (16 KiB): IRAM
I (1243) cpu_start: Pro cpu start user code
I (1248) spiram: Adding pool of 4096K of external SPI memory to heap allocator
I (150) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (150) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (185) DUEROS: ADF version is v2.0-86-g0f2fa97-dirty
I (185) DUEROS: IDF version is v3.3.2-107-g722043f73
I (186) gpio: GPIO[36]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
I (195) gpio: GPIO[39]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
W (229) PERIPH_TOUCH: _touch_init
I (230) SDCARD: Trying to mount with base path=/sdcard
I (316) SDCARD: CID name SU02G!

I (704) gpio: GPIO[19]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
E (704) gpio: gpio_install_isr_service(412): GPIO isr service already installed
I (734) gpio: GPIO[21]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (735) ES8388_DRIVER: init,out:02, in:00
I (743) ESP_AUDIO_TASK: media_ctrl_task running...,0x3f80697c

----------------------------- ESP Audio Platform -----------------------------
| |
| ESP_AUDIO-v1.6.0 |
| Compile date: May 12 2020-16:15:01 |
------------------------------------------------------------------------------
I (783) ESP_AUDIO_CTRL: Func:media_ctrl_create, Line:308, MEM Total:4377924 Bytes, Inter:261036 Bytes, Dram:243744 Bytes

I (795) AUDIO_HAL: Codec mode is 3, Ctrl:1
I (818) MP3_DECODER: MP3 init
I (820) I2S: DMA Malloc info, datalen=blocksize=1200, dma_buf_count=3
I (820) I2S: DMA Malloc info, datalen=blocksize=1200, dma_buf_count=3
I (827) I2S: APLL: Req RATE: 48000, real rate: 47999.961, BITS: 16, CLKM: 1, BCK_M: 8, MCLK: 12287990.000, SCLK: 1535998.750000, diva: 1, divb: 0
I (839) LYRAT_V4_3: I2S0, MCLK output by GPIO0
I (861) AUDIO_WRAPPER: Func:setup_player, Line:161, MEM Total:4365076 Bytes, Inter:244512 Bytes, Dram:227220 Bytes

I (862) AUDIO_WRAPPER: esp_audio instance is:0x3f80697c
I (888) wifi:wifi driver task: 3ffd34b4, prio:23, stack:3584, core=0
I (888) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (892) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (1000) wifi:wifi firmware version: 5f8804c
I (1001) wifi:config NVS flash: enabled
I (1001) wifi:config nano formating: disabled
I (1001) wifi:Init dynamic tx buffer num: 32
I (1005) wifi:Init data frame dynamic rx buffer num: 32
I (1010) wifi:Init management frame dynamic rx buffer num: 32
I (1016) wifi:Init management short buffer num: 32
I (1020) wifi:Init static tx buffer num: 16
I (1025) wifi:Init static rx buffer size: 1600
I (1028) wifi:Init static rx buffer num: 16
I (1032) wifi:Init dynamic rx buffer num: 32
I (1122) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 0
I (1123) wifi:mode : sta (24:0a:c4:9c:fc:00)
I (1245) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (1246) wifi:state: init -> auth (b0)
I (1248) wifi:state: auth -> assoc (0)
I (1253) wifi:state: assoc -> run (10)
I (1616) wifi:connected with Smart, aid = 1, channel 1, BW20, bssid = 70:57:bf:b2:7a:70
I (1617) wifi:security type: 3, phy: bgn, rssi: -35
I (1624) wifi:pm start, type: 1

I (1640) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (1719,tid:3ffc4be8) lightduer_session.c( 44):random = 75933
I (1892) WIFI_SERV: Connect to wifi ssid: Smart, pwd: SDsmart10
W (1910) I2S: I2S driver already installed
I (1910) LYRAT_V4_3: I2S0, MCLK output by GPIO0
I (1911) AUDIO_PIPELINE: link el->rb, el:0x3f8087e0, tag:i2s, rb:0x3f808b1c
I (1916) AUDIO_PIPELINE: link el->rb, el:0x3f80890c, tag:filter, rb:0x3f80ab5c
I (1924) AUDIO_ELEMENT: [i2s-0x3f8087e0] Element task created
I (1931) AUDIO_THREAD: The filter task allocate stack on external memory
E (1938) AUDIO_THREAD: Not found right xTaskCreateRestrictedPinnedToCore. Please apply the $ADF_PATH/idf_patches/idf_v3.3_freertos.patch first
E (1951) AUDIO_THREAD: Error creating RestrictedPinnedToCore filter
E (1958) AUDIO_ELEMENT: [filter] audio_thread_create failed
I (1965) AUDIO_ELEMENT: [raw-0x3f8089f0] Element task created
I (1971) AUDIO_PIPELINE: Func:audio_pipeline_run, Line:358, MEM Total:4273084 Bytes, Inter:146688 Bytes, Dram:129396 Bytes

I (1983) AUDIO_ELEMENT: [i2s] AEL_MSG_CMD_RESUME,state:1
W (1989) AUDIO_ELEMENT: [filter] Element has not create when AUDIO_ELEMENT_RESUME
I (1989) I2S_STREAM: AUDIO_STREAM_READER,Rate:48000,ch:2
E (1997) AUDIO_PIPELINE: audio_pipeline_resume failed
I (2005) I2S: APLL: Req RATE: 48000, real rate: 47999.961, BITS: 16, CLKM: 1, BCK_M: 8, MCLK: 12287990.000, SCLK: 1535998.750000, diva: 1, divb: 0
W (2009) AUDIO_PIPELINE: Without stop, st:6
W (2028) AUDIO_PIPELINE: Without wait stop, st:6
W (2036) AUDIO_ELEMENT: [filter] Element has not create when AUDIO_ELEMENT_TERMINATE
I (2041) DUEROS: Recorder has been created
Quantized wakeNet5: wakeNet5_v1_hilexin_5_0.95_0.90, mode:0 (Nov 20 2019 14:34:43)
I (2053) REC_ENG: ESP SR Engine, chunksize is 480, FRAME_SIZE:960, frequency:16000
E (2062) REC_ENG: Recorder Engine Running ..., vad_window=9, wakeup=10000 ms, vad_off=800 ms, threshold=90 ms, sensitivity=0
I (2074) REC_ENG: state idle
I (2699) event: sta ip: 10.72.8.80, mask: 255.255.255.0, gw: 10.72.8.1
I (2700) WIFI_SERV: Got ip:10.72.8.80
W (2700) WIFI_SERV: STATE type:2, pdata:0x0, len:0
I (2722) DUEROS: PERIPH_WIFI_CONNECTED [215]
E (2722) DUEROS: Recv Que DUER_CMD_LOGIN
I (2723) DUEROS: duer_start, len:1471
{"configures":"{}","bindToken":"bd13b6da235af664de3e55028e4782aa","coapPort":443,"token":"XJyDfAp5BkwPN40NipJrPF9ym54HLC6H","serverAddr":"device.iot.baidu.com","lwm2mPort":443,"uuid":"2080000000000d","rsaCaCrt":"-----BEGIN CERTIFICATE-----\nMIIDUDCCAjgCCQCmVPUErMYmCjANBgkqhkiG9w0BAQUFADBqMQswCQYDVQQGEwJD\nTjETMBEGA1UECAwKU29tZS1TdGF0ZTEOMAwGA1UECgwFYmFpZHUxGDAWBgNVBAMM\nDyouaW90LmJhaWR1LmNvbTEcMBoGCSqGSIb3DQEJARYNaW90QGJhaWR1LmNvbTAe\nFw0xNjAzMTEwMzMwNDlaFw0yNjAzMDkwMzMwNDlaMGoxCzAJBgNVBAYTAkNOMRMw\nEQYDVQQIDApTb21lLVN0YXRlMQ4wDAYDVQQKDAViYWlkdTEYMBYGA1UEAwwPKi5p\nb3QuYmFpZHUuY29tMRwwGgYJKoZIhvcNAQkBFg1pb3RAYmFpZHUuY29tMIIBIjAN\nBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtbhIeiN7pznzuMwsLKQj2xB02+51\nOvCJ5d116ZFLjecp9qtllqOfN7bm+AJa5N2aAHJtsetcTHMitY4dtGmOpw4dlGqx\nluoz50kWJWQjVR+z6DLPnGE4uELOS8vbKHUoYPPQTT80eNVnl9S9h/l7DcjEAJYC\nIYJbf6+K9x+Ti9VRChvWcvgZQHMRym9j1g/7CKGMCIwkC+6ihkGD/XG40r7KRCyH\nbD53KnBjBO9FH4IL3rGlZWKWzMw3zC6RTS2ekfEsgAtYDvROKd4rNs+uDU9xaBLO\ndXTl5uxgudH2VnVzWtj09OUbBtXcQFD2IhmOl20BrckYul+HEIMR0oDibwIDAQAB\nMA0GCSqGSIb3DQEBBQUAA4IBAQCzTTH91jNh/uYBEFekSVNg1h1kPSujlwEDDf/W\npjqPJPqrZvW0w0cmYsYibNDy985JB87MJMfJVESG/v0Y/YbvcnRoi5gAenWXQNL4\nh2hf08A5wEQfLO/EaD1GTH3OIierKYZ6GItGrz4uFKHV5fTMiflABCdu37ALGjrA\nrIjwjxQG6WwLr9468hkKrWNG3dMBHKvmqO8x42sZOFRJMkqBbKzaBd1uW4xY5XwM\nS1QX56tVrgO0A3S+4dEg5uiLVN4YVP/Vqh4SMtYkL7ZZiZAxD9GtNnhRyFsWlC2r\nOVSdXs1ttZxEaEBGUl7tgsBte556BIvufZX+BXGyycVJdBu3\n-----END CERTIFICATE-----\n","macId":"","version":15187}

W (2853) DUEROS: duer_callback: type:0, source:0x3f807934 data:2, data_len:0
I (2704,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F807AF8, length:1471, profile:3F80C714
I (2722,tid:3ffc4be8) lightduer_ca_conf.c( 38): duer_conf_get_string: uuid = 2080000000000d
I (2729,tid:3ffc4be8) lightduer_ca_conf.c( 38): duer_conf_get_string: serverAddr = device.iot.baidu.com
I (2944,tid:3ffc4be8) baidu_ca_socket_adp.c( 134):DNS lookup succeeded. IP=14.215.177.163
I (2962,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
W (2962,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB4C0, timespent = 258
I (3178,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (3989,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
W (3989,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB654, timespent = 763
I (3997,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (4005,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (4013,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (4021,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (4030,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (4038,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F807AF8, length:0, profile:00000000
I (4049,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (5051,tid:3ffc4be8) lightduer_engine.c( 220):duer_engine_start, g_handler:3F807AF8, length:0, profile:00000000
I (5052,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
W (6289,tid:3ffc4be8) lightduer_coap.c( 532):duer_coap_nsdl_tx: sent = 0
I (6290,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (6296,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (6302,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (6310,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (6319,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (6327,tid:3ffc4be8) lightduer_connagent.c( 198):will start latter(DUER_ERR_TRANS_WOULD_BLOCK)
I (6966,tid:3ffc4be8) lightduer_connagent.c( 177):connect started!
I (6967,tid:3ffc4be8) lightduer_voice.c( 697):Mutex initializing
I (6967,tid:3ffc4be8) lightduer_ds_log_cache.c( 67):no cache report
E (7122) DUEROS: event: 0
I (7126) DUEROS: duer_dcs_init
I (6981,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.private.protocol
I (6987,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.device_interface.screen_extended_card
I (6998,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.device_interface.system
I (7005,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.device_interface.voice_input
I (7014,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.device_interface.voice_output
I (7023,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.device_interface.speaker_controller
I (7033,tid:3ffc4be8) lightduer_dcs_router.c( 283):namespace: ai.dueros.device_interface.audio_player
I (7192) AUDIO_WRAPPER: duer_dcs_get_speaker_state
I (7202) DUEROS: Dueros DUER_CMD_CONNECTED, duer_state:2
E (7202) DUEROS: event: DUER_EVENT_STARTED
W (7204) DUEROS: duer_callback: type:0, source:0x3f807934 data:3, data_len:0
W (7058,tid:3ffc4be8) lightduer_events.c( 80):[lightduer_ca] <== event end = 400FB654, timespent = 96
I (7075,tid:3ffc4be8) lightduer_connagent.c( 212):add resource successfully!!
I (7082,tid:3ffc4be8) lightduer_connagent.c( 212):add resource successfully!!
W (7088,tid:3ffc4be8) lightduer_engine.c( 634):data cache has not sent, pending..., dcache_len:1, qcache_len:4
W (7100,tid:3ffc4be8) lightduer_system_info.c( 306):Undefined memory type, 0
E (7105,tid:3ffc4be8) lightduer_system_info.c( 389):Sys Info: Get disk info failed

bulazhang
Posts: 16
Joined: Wed Mar 25, 2020 2:31 pm

Re: ESP32 LyratV4.3运行dueros例程没反应

Postby bulazhang » Mon Jun 15, 2020 12:38 pm

E (1938) AUDIO_THREAD: Not found right xTaskCreateRestrictedPinnedToCore. Please apply the $ADF_PATH/idf_patches/idf_v3.3_freertos.patch first

这是你的问题,看我回复的另一个帖子

https://esp32.com/viewtopic.php?f=28&t=15617
超喜欢嵌入式的70后老猿人

liuyongliuyong
Posts: 12
Joined: Tue May 26, 2020 5:01 am

Re: ESP32 LyratV4.3运行dueros例程没反应

Postby liuyongliuyong » Mon Jun 15, 2020 3:12 pm

我知道是我得问题,但是就是不知道如何解决,感谢分享,感谢指教,终于解决了。

Who is online

Users browsing this forum: No registered users and 8 guests