-
Notifications
You must be signed in to change notification settings - Fork 33
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
[WEB installer] support for Lolin s2 mini #20
Comments
I have 2 Lolin Wemos S2 mini in regular use now (and several test units), updated regularly via OTA and never encountered an issue. Truth is I flashed them 1st using PlatformIO with regular environment for Lolin S2 mini. |
Are you able to load the firmware with the web installer from a board forced in bootloader mode? |
If that is the case (I am not familiar with web installer) use As far as WLED goes, it is working correctly on Lolin S2 mini. EDIT: Due to many notifications I missed the fact that this is installer repository. Sorry about that. |
unfortunately it is just for the brave who use PlatformIO |
Sorry about my mistake. I was not paying attention where the issue was opened (have too many notifications). The instructions for esptool are the the same for all variants of ESP32. It is just files themselves that are different. |
is this bootloader also valid for esp32-s2 or is there another file? |
No. S2 has its own bootloader. You may need to compile one for yourself as S2 (and other variants) may need specific bootloader depending on development board configuration. |
thank you for the clarification, the process is getting so complicated that flashing from platformIO is simpler until the webinstaller is fixed |
FYI: https://wled.discourse.group/t/esp32-s2-wont-flash/11132/8?u=blazoncek As of right now S2, S3 and C3 variants of ESP32 are still in experimental phase and not officially supported. |
According to this poster, release 10.0.1 of ESP Web Tools has improved the compatibility of ESP32-S2, C3, S3. I've tested the Tasmota implementation (although I'm not sure which release this uses), and this works and flashes my Lolin S2 Mini board. Currently WLED Web Installer is using release 9.3.0. |
@Garywoo you are welcome to make a PR if you know how to fix the installer. |
For further discussion and updates, please, use #22 (comment) |
I cannot flash wled to a wemos S2 mini with the web installer (esp8266 and esp32 are ok)
I have also tried the alternative bootloader without success.
I have been holding the board in bootloader mode pressing the boot button during reset.
I have also tried flashing the firmware with esptool without success for the esp32 s2 model,
the only instructions I could find apply to the esp32 (non s2).
The only way I could load the firmware is with this convoluted procedure
wled-dev/WLED#3706 (comment)
Anyway having flashed with this method I cannot upgrade wled from the web interface as would normally do because the update fails. (so I would need to use the tasmota trick again)
best regards
Marco
The text was updated successfully, but these errors were encountered: