Hi there, I have bought the MuseRadio and installed the “Squeezelite”-Version from https://raspiaudio.github.io . Worked. but some litte things did not work so i played around in the webfrontend. After a reboot the webserver on the radio does not start. I then tried to install anything but I always get “Your ESP32-S3 board is not supported”
The log seems as if the system permanently reboots: As soon as it comes to “I (3247) DAC core: DAC uses I2C port:0, sda:27, scl:26” the next line is like the first line of the Log and the same text comes again and again:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xb (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037af91
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x1828
load:0x403c9700,len:0xe80
load:0x403cc700,len:0x3110
entry 0x403c9980
I (24) boot: ESP-IDF v4.4.7-dirty 2nd stage bootloader
I (24) boot: compile time 09:28:06
I (24) boot: Multicore bootloader
I (26) boot: chip revision: v0.2
I (30) qio_mode: Enabling default flash chip QIO
I (36) boot.esp32s3: Boot SPI Speed : 80MHz
I (40) boot.esp32s3: SPI Mode : QIO
I (45) boot.esp32s3: SPI Flash Size : 4MB
W (50) boot.esp32s3: PRO CPU has been reset by WDT.
W (55) boot.esp32s3: APP CPU has been reset by WDT.
I (61) boot: Enabling RNG early entropy source...
I (66) boot: Partition Table:
I (70) boot: ## Label Usage Type ST Offset Length
I (77) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (85) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (92) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (100) boot: 3 recovery factory app 00 00 00010000 00140000
I (107) boot: 4 ota_0 OTA app 00 10 00150000 002a0000
I (115) boot: 5 settings WiFi data 01 02 003f0000 00010000
I (122) boot: End of partition table
I (127) esp_image: segment 0: paddr=00150020 vaddr=3c160020 size=af838h (718904) map
I (244) esp_image: segment 1: paddr=001ff860 vaddr=3fc971b0 size=007b8h ( 1976) load
I (245) esp_image: segment 2: paddr=00200020 vaddr=42000020 size=15bda0h (1424800) map
I (466) esp_image: segment 3: paddr=0035bdc8 vaddr=3fc97968 size=04824h ( 18468) load
I (469) esp_image: segment 4: paddr=003605f4 vaddr=40374000 size=131b0h ( 78256) load
I (486) esp_image: segment 5: paddr=003737ac vaddr=600fe000 size=0002ch ( 44) load
I (495) boot: Loaded app from partition at offset 0x150000
I (495) boot: Disabling RNG early entropy source...
I (507) cpu_start: Multicore app
I (507) opi psram: vendor id : 0x0d (AP)
I (507) opi psram: dev id : 0x02 (generation 3)
I (510) opi psram: density : 0x03 (64 Mbit)
I (515) opi psram: good-die : 0x01 (Pass)
I (519) opi psram: Latency : 0x01 (Fixed)
I (524) opi psram: VCC : 0x01 (3V)
I (529) opi psram: SRF : 0x01 (Fast Refresh)
I (534) opi psram: BurstType : 0x01 (Hybrid Wrap)
I (540) opi psram: BurstLen : 0x01 (32 Byte)
I (545) opi psram: Readlatency : 0x02 (10 cycles@Fixed)
I (551) opi psram: DriveStrength: 0x00 (1/1)
I (556) MSPI Timing: PSRAM timing tuning index: 5
I (561) spiram: Found 64MBit SPI RAM device
I (566) spiram: SPI RAM mode: sram 80m
I (570) spiram: PSRAM initialized, cache is in normal (1-core) mode.
I (577) cpu_start: Pro cpu up.
I (581) cpu_start: Starting app cpu, entry point is 0x40375854
I (0) cpu_start: App cpu up.
I (1014) spiram: SPI SRAM memory test OK
I (1022) cpu_start: Pro cpu start user code
I (1022) cpu_start: cpu freq: 240000000
I (1023) cpu_start: Application information:
I (1025) cpu_start: Project name: Squeezelite-ESP32
I (1031) cpu_start: App version: local.500.cmake-master
I (1038) cpu_start: Compile time: Oct 1 2024 09:29:00
I (1044) cpu_start: ELF file SHA256: 0000000000000000...
I (1050) cpu_start: ESP-IDF: v4.4.7-dirty
I (1055) cpu_start: Min chip rev: v0.0
I (1060) cpu_start: Max chip rev: v0.99
I (1065) cpu_start: Chip rev: v0.2
I (1070) heap_init: Initializing. RAM available for dynamic allocation:
I (1077) heap_init: At 3FCB1908 len 00037E08 (223 KiB): D/IRAM
I (1084) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DIRAM
I (1091) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (1097) heap_init: At 600FE02C len 00001FD4 (7 KiB): RTCRAM
I (1103) spiram: Adding pool of 8192K of external SPI memory to heap allocator
I (1112) spi_flash: detected chip: gd
I (1116) spi_flash: flash io: qio
W (1120) spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (1134) sleep: Configure to isolate all GPIO pins in sleep state
I (1140) sleep: Enable automatic switching of GPIO sleep configuration
I (1147) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (1157) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (1167) esp_app_main: Reset reason is: 5
I (1177) esp_app_main: Reboot counter=1
I (1177) esp_app_main: Starting app_main
I (1187) nvs_utilities: Initializing flash nvs
I (1217) nvs_utilities: Initializing nvs partition settings
I (1247) esp_app_main: Setting up telnet.
I (1247) telnet: Telnet support disabled
I (1247) esp_app_main: Setting up config subsystem.
W (1297) nvs_utilities: Configuration memory usage. Heap internal:260107 (min:259731) (used:0) external:8368799 (min:8360863) (used:15204)
I (1297) esp_app_main: Registering default values
I (1297) system_api: Base MAC address is not set
I (1307) system_api: read default base MAC address from EFUSE
W (1317) config: Waiting for config commit ...
I (2297) config: configuration has some uncommitted entries
I (2297) config: Committing configuration to nvs. Locking config object.
I (2297) config: Done Committing configuration to nvs.
I (2297) config: Config committed!
I (2307) esp_app_main: Configuring services
I (2307) services: Configuring I2C sda:18 scl:11 port:1 speed:400000
I (2317) services: Configuring SPI mosi:8 miso:-1 clk:12 host:1 dc:39
I (2327) gpio: GPIO[39]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (2337) led: Configuring LEDs green:12 (on:0 rmt:-1 -1% ), red:13 (on:0 rmt:-1 -1% )
I (2337) battery: No battery
I (2347) monitor: Initializing monitoring
I (2347) monitor: Adding speaker fault (low) detection GPIO 2
I (2357) buttons: Creating button using GPIO 2, type 0, pull-up/down 0, long press 0 shifter -1
I (2367) buttons: starting button tasks
I (2367) monitor: Heap internal:259131 (min:259115) external:8351299 (min:8351283) dma:251363 (min:251347)
I (2377) esp_app_main: Initializing display
I (2387) display: Trying to configure display with SPI,width=320,height=240,cs=40,reset=9,back=41,speed=8000000,VFlip,driver=ST7789,rotate
I (2497) ST77xx: ST77xx with bit depth 16, offsets 0:0, page 3, iRAM 0x3fcb2050
I (2677) display: Display is SPI host 1 with cs:40
I (2857) gds: Adding line 1 at -3 (height:14)
I (2857) gds: Adding line 2 at 8 (height:24)
I (2857) esp_app_main: Initializing led_vu
I (2857) led_vu: led_vu configuration invalid
I (2867) esp_app_main: Checking for update url
W (2867) config: Value not found for key fwurl
I (2877) buttons: Created rotary encoder A:7 B:6, SW:-1
I (2877) buttons: Created volume encoder A:3 B:42, SW:48
I (2887) buttons: Creating button using GPIO 48, type 0, pull-up/down 1, long press 0 shifter -1
W (2897) config: Value not found for key
I (2897) esp_app_main: Starting Network Manager
W (2907) config: Value not found for key apdelay
I (2907) uart: queue free spaces: 3
I (2907) network_handlers: Network manager configuration: polling max 10176, polling min 15000, ap delay 20000, dhcp timeout 8000, eth timeout 8000
I (2927) http_server: Initializing HTTP Server
I (2937) network_ethernet: Attempting to initialize Ethernet
I (2937) network_ethernet: No Ethernet configuration, or configuration invalid
I (2937) pp: pp rom version: e7ae62f
I (2947) net80211: net80211 rom version: e7ae62f
I (2957) wifi:wifi driver task: 3fcf7a74, prio:23, stack:6656, core=0
I (2967) wifi:wifi firmware version: 1fd20f4
I (2977) wifi:wifi certification version: v7.0
I (2977) wifi:config NVS flash: enabled
I (2977) wifi:config nano formating: disabled
I (2987) wifi:Init data frame dynamic rx buffer num: 40
I (2987) wifi:Init static rx mgmt buffer num: 5
I (2987) wifi:Init management short buffer num: 32
I (2997) wifi:Init static tx buffer num: 12
I (2997) wifi:Init tx cache buffer num: 32
I (2997) wifi:Init static tx FG buffer num: 2
I (3007) wifi:Init static rx buffer size: 1600
I (3007) wifi:Init static rx buffer num: 12
I (3007) wifi:Init dynamic rx buffer num: 40
I (3017) wifi_init: tcpip mbox: 32
I (3027) wifi_init: udp mbox: 32
I (3027) wifi_init: tcp mbox: 32
I (3037) wifi_init: tcp tx win: 8192
I (3037) wifi_init: tcp rx win: 32768
I (3047) wifi_init: tcp mss: 1440
I (3047) wifi_init: WiFi/LWIP prefer SPIRAM
I (3047) network_wifi: Starting wifi
I (3057) phy_init: phy_version 640,cd64a1a,Jan 24 2024,17:28:12
I (3087) wifi:mode : sta (d8:3b:da:9d:39:c4)
I (3087) wifi:enable tsf
I (3097) network_handlers: Existing wifi config found. Attempting to connect.
I (3107) network: Starting DHCP client
I (3107) network_wifi: Wifi Connecting to DMLLL_WLAN_iot...
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.
To automatically execute lines at startup:
Set NVS variable autoexec (U8) = 1 to enable, 0 to disable automatic execution.
Set NVS variable autoexec[1~9] (string)to a command that should be executed automatically
****************************
Your terminal application does not support escape sequences.
Line editing and history features are disabled.
On Windows, try using Putty instead.
****************************
W (3157) console: Processing autoexec commands while network manager active. Wifi related commands will be ignored.
I (3167) console: autoexec is set to perform auto-process
I (3177) console: Running command autoexec1 = squeezelite -o I2S -b 500:2000 -d all=info -C 30 -W -n "Danielradio"
W (3197) config: Value not found for key autoexec2
squeezelite-esp32> I (3197) squeezelite_cmd: Calling squeezelite
[00:17:14.051] sb_controls_init:249 initializing audio (buttons/rotary/ir) controls (raw:0)
[00:17:14.052] sendSETD:440 sending dimension display:320x240 led_config:0
[00:17:14.065] stream_init:539 init stream
[00:17:14.066] output_init_embedded:78 init device: I2S
[00:17:14.068] output_init_common:433 supported rates: 192000 176400 96000 88200 48000 44100 32000 24000 22050 16000 12000 11025 8000
[00:17:14.080] output_init_embedded:100 init I2S/SPDIF
I (3247) DAC core: DAC uses I2C port:0, sda:27, scl:26
ESP-ROM:esp32s3-20210327