Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
183 stars 45 forks source link

DEC_HELIX configuration fails to boot #79

Open faragher opened 1 year ago

faragher commented 1 year ago

With only DEC_HELIX and BLUETFT defined, ESP32 (doit devkitv1 clone, 30 pin) is stuck in a reboot cycle.

Typical output:

rst:0x3 (SW_RESET),boot:0x13 (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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13104
load:0x40080400,len:3036
entry 0x400805e4
ets Jul 29 2019 12:21:46

Please advise how to provide additional debugging information.

Filesystem has been uploaded and is known good from DEC_VS1053 configuration.

Jerther commented 2 months ago

I was having the same problem and I found this old issue. I was using the Github "release" which is out dated. The problem went away when I used the up to date code by cloning the repository.