-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
What happened?
After flashing the ESP32 with the newest available 0.16.0 nighty binary the log console shows
[16:56:07]ets Jul 29 2019 12:21:46
[16:56:07]
[16:56:07]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[16:56:07]configsip: 0, SPIWP:0xee
[16:56:07]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[16:56:07]mode:DIO, clock div:2
[16:56:07]load:0x3fff0030,len:1184
[16:56:07]load:0x40078000,len:13132
[16:56:07]load:0x40080400,len:3036
[16:56:07]entry 0x400805e4
[16:56:08]Ada
which repeats forever.
The used board is sourced from Aliexpress and appears to be ESP-32D Wifi+BT/N4XX with the following chip Info
- Chip Family: ESP32
- Chip Model: ESP32-D0WDQ5-V3 (revision 3)
- Number of Cores: 2
- Max CPU Frequency: 240MHz
- Has Bluetooth: YES
- Has Embedded Flash: NO
- Has Factory-Calibrated ADC: YES
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.- Flash Size: 4MB
- Flash Mode: dout
- Flash Frequency: 80MHz
The newest pre-release version (link) has this issue, using an older version (link) fixes it.
To Reproduce Bug
In order to reproduce this issue you just need to flash the aforementioned software on to the ESP (I tried EspTools in the macOS Terminal via Python3 and the ESP flasher dev MacOS) and observer the logs which will repeat indefinitely. Clearing the Flash or factory resetting via EspTools did not influence this issue in any way.
Expected Behavior
The logs in the flasher window will simply show the segment you can find below and loop this forever until the serial port is closed. No WLED-AP Network appears and no output to LEDs is observed. When using the web installer nothing apart from showing an endless preparing installation screen.
Install Method
Binary from WLED.me
What version of WLED?
WLED 0.16.0 alpha V4 (20250818)
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
[16:56:07]ets Jul 29 2019 12:21:46
[16:56:07]
[16:56:07]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[16:56:07]configsip: 0, SPIWP:0xee
[16:56:07]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[16:56:07]mode:DIO, clock div:2
[16:56:07]load:0x3fff0030,len:1184
[16:56:07]load:0x40078000,len:13132
[16:56:07]load:0x40080400,len:3036
[16:56:07]entry 0x400805e4
[16:56:08]AdaAnything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct