Open BigBobbas opened 10 months ago
I also have this issue. This results in the BOX-3 not having any audio.
Results in same issue as https://github.com/home-assistant/core/issues/108330 but for different cause. Very probably related to https://github.com/esphome/firmware/issues/141
Note that compiling on server in my case just isn't possible - I don't have the firepower on HA.
Switching to linux fixed it. Dunno why. TL;DR "just use a linux VM to compile".
Had this problem on a real Linux machine. Fixed it with ~/.platformio/packages/framework-espidf; git apply ~/Documents/Apps/esphome/.esphome/build/esp32-s3-box-e81168/esp_adf_patches/idf_v4.4_freertos.patch
(command will differ for you).
The problem
After compiling and uploading firmware I get an error in the logs
[09:55:55]Please enter IDF-PATH with "cd $IDF_PATH" and apply the IDF patch with "git apply $ADF_PATH/idf_patches/idf_4.4._freertos.patch" first
(more log info included) The device runs and boots, however there appears to be no audio support. If I compile using the addon then it's all fine and works as expected.Which version of ESPHome has the issue?
2023.12.6
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
NA
What platform are you using?
ESP32-IDF
Board
ESP32 S3 Box 3
Component causing the issue
esp-idf, i2s
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response