esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

Cannot run example on Lyrat 4.3 board (AUD-5731)

Open GCTechnology opened this issue 1 year ago • 4 comments

Environment

  • Audio development kit: ESP32-LyraT

  • Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): v4.3

  • [Required] Module or chip used: ESP32-WROVER-E

  • [Required] IDF version (run git describe --tags in $IDF_PATH folder to find it): v5.3.1

  • [Required] ADF version (run git describe --tags in $ADF_PATH folder to find it): v2.7-4-g1bc914b7

  • Build system: idf.py

  • [Required] Running log: All logs from power-on to problem recurrence

图片 图片

  • Compiler version (run xtensa-esp32-elf-gcc --version in your project folder to find it): xtensa-esp-elf-gcc (crosstool-NG esp-13.2.0_20240530) 13.2.0
  • Operating system: Linux (WSL Ubuntu 22.04LTS)
  • Using an IDE?: No
  • Power supply: USB

Problem Description

I2C hardware timeout detected while running example '.\esp-adf\examples\player\pipeline_http_mp3' and '.\esp-adf\examples\player\pipeline_http_select_decoder' then reset core circularly.

Steps to Reproduce

  1. cd project folder '.\esp-adf\examples\player\pipeline_http_select_decoder'.
  2. run 'cp sdkconfig.defaults.esp32 sdkconfig'
  3. run 'idf.py menucondig' to setup network ssid and pass
  4. run 'idf.py build'
  5. flash LyraT board with 'flash_download_tool_3.9.7', bootloader location 0x1000, partition-table location 0x8000, app location 0x10000
  6. reset target

GCTechnology avatar Sep 25 '24 12:09 GCTechnology

图片

New log '(i2c_bus_write_bytes):I2C Bus WriteReg Error' Using VScode now.

GCTechnology avatar Sep 26 '24 09:09 GCTechnology

Similar error using micropython audio_test example but CODEC works? Sound outputs successfully. 图片 图片

GCTechnology avatar Sep 27 '24 02:09 GCTechnology

Maybe there is a mismatch between the development board and the menuconfig setting under Audio Hal -> Audio Board, please check it.

hbler99 avatar Sep 29 '24 03:09 hbler99

Maybe there is a mismatch between the development board and the menuconfig setting under Audio Hal -> Audio Board, please check it.

No, I've checked this item. Maybe it's a hardware issue I guess. I will recheck it on newly bought 'LyraT mini v1.2' audio board.

GCTechnology avatar Sep 29 '24 13:09 GCTechnology