-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Not sure where to put this exactly but I'm trying to get my xiao esp32 c3 to run WLED since it is small and versatile. Sadly, the provided bin wont run as of now.
Steps to reproduce
- download WLED_0.16.0-alpha_ESP32-C3.bin
- python -m venv
- pip install esptool
- esptool.py --port /dev/ttyACM0 --baud 115200 write_flash --flash_size=detect 0 ~/Downloads/WLED_0.16.0-alpha_ESP32-C3.bin
- get error/bootloop
Additional information
16:55:48.519 -> load:0x403879b8,len:0x4c4c
16:55:48.519 -> SHA-256 comparison failed:
16:55:48.519 -> Calculated: 9ac7bcff170d8c78c054d91feb352e53fc1ed66b97edeaa7b99b9e71ae70dd03
16:55:48.519 -> Expected: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
16:55:48.519 -> Attempting to boot anyway...
16:55:48.519 -> entry 0x40383392
16:55:49.066 -> ESP-ROM:esp32c3-api1-20210207
16:55:49.066 -> Build:Feb 7 2021
16:55:49.066 -> rst:0x7 (TG0WDT_SYS_RST),boot:0x9 (SPI_FAST_FLASH_BOOT)
16:55:49.066 -> Saved PC:0x40380000
16:55:49.066 -> SPIWP:0xee
16:55:49.066 -> mode:DIO, clock div:1
16:55:49.066 -> load:0x3c0f0020,len:0x25868
16:55:49.131 -> load:0x3fc8c800,len:0x2dc8
16:55:49.131 -> load:0x40380000,len:0x79b8
16:55:49.163 -> load:0x42000020,len:0xe5444
16:55:49.805 -> load:0x403879b8,len:0x4c4c