Closed mockerl closed 10 months ago
The branch you are trying to build uses docker image: sle118/squeezelite-esp32-idfv435
Unless you are trying to develop a feature, there should not be a need to build your own binaries. All the features are configurable via NVS.
Going to close for now. Feel free to reopen if needed
Unless you are trying to develop a feature, there should not be a need to build your own binaries. All the features are configurable via NVS.
Thanks for the quick reply. What I was trying to achieve was to get a binary for the ESP32S3. As far as I can tell, the released binarys as well as the webinstaller are not compatible with the ESP32S3?
Hello all, I also got this issue. Additionally branch prepared for S3 can be compiled but it stuck on startup. It goes well but after wifi init goes to recovery app and halt:
RECOVERY APPLICATION This mode is used to flash Squeezelite into the OTA partition
Type 'help' to get the list of commands. Use UP/DOWN arrows to navigate through command history. Press TAB when typing command name to auto-complete.
assert failed: prvNotifyQueueSetContainer queue.c:3092 (pxQueueSetContainer->uxM essagesWaiting < pxQueueSetContainer->uxLength)
Backtrace: 0x4037623a:0x3fc98660 0x40380375:0x3fc98680 0x40385a75:0x3fc986a0 0x4 0380c9e:0x3fc987c0 0x40380e6b:0x3fc987f0 0x4202ed89:0x3fc98820 0x403774fd:0x3fc9 8880 0x420b8e17:0x3fcf5230 0x42006025:0x3fcf5250 0x420bf6a3:0x3fcf5270
ELF file SHA256: 8e7aa6c54aca3dd3
CPU halted.
To help us resolve your issue as quickly as possible, please follow these guidelines when submitting an issue. Providing all the necessary information will save both your time and ours.
Describe the bug
A clear and concise description of what the bug is. When trying to compile for ESP32s3 an error is thrown: "fatal error: esp_eth.h: No such file or directory"
Preliminary Information
Hardware Details
Please describe your hardware setup:
Logs
Issue Description
idf.py set-target esp32s3
, in the menuconfig selecting external SPI-ram and octal mode, disabling Bluetooth, disabling Bluetooth as an audio input, selecting cspot as input. -> sdkconfig.txt