-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struggling to install on ESP32-S2 M1 DevKit #3948
Comments
Hi, Please consider that the new MCUs (-S3/-S2/-C3) are still experimental - some boards work, some don't work. The best way is actually to compile and upload with platformIO. You can use this build environment:
|
PS: there is ongoing work to make the official web installer work with more boards. For flashing manually with esptool, you can find a list of items needed in wled/WLED-WebInstaller#22 (comment) |
Thanks so much, I'll give it all another go! |
I'm closing as installing WLED firmware is a separate topic. WLED itself works correctly on S2, S3 and C3, albeit not on every model there is. |
Thanks I managed to sort it out! I created a repo with compiled binaries and instructions for installation using web gui. |
What happened?
Hi i am trying to install WLED for a project on ESP32-S2 dev kit board. I have tried everything, the various web installers just don't work. The official one gives header error whilst the unofficial one says no core dump partition found. I tried flashing myself using es32-s2 binary and esptool along side a bootloader I compiled and partition map however that also didnt work. When compiling with platformio, it doesnt have the same ESP32-S2 board Im using and when i try using saloa esp32s2 board platformio just refuses to build with error: Tool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2' requirements for your system 'darwin_x86_64'
Would really appreciate some help as ive become very lost. Thanks!
To Reproduce Bug
Attempted to install using all suggested methods in docs, doesnt work.
Expected Behavior
Installs and boots normally
Install Method
Binary from WLED.me
What version of WLED?
Latest official release (not beta)
Which microcontroller/board are you seeing the problem on?
ESP32-S2
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: