Replies: 2 comments 1 reply
-
Did you try the image from the official download site https://micropython.org/download/LOLIN_S2_MINI/ ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Lolin are usually pretty good at shipping a recent version of MicroPython. That's why I like buying from the official store. Otherwise, I very recently had to flash an S2 mini with a new firmware. It doesn't use UF2 files, but bin files instead:
Substitute port and image name accordingly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Purchased a wemos S2 mini that supposedly had micropython installed as the default firmware. When I found it didn't I figured no problem I'll just load it.
First problem no S2 V1.0.0 files @ https://github.com/wemos/micropython/releases. Found some likely contenders @ https://micropython.org/download/LOLIN_S2_MINI/ I wasn't sure what to make of [v1.19.1 (2022-06-18) .uf2] with its uf2 extension(seemed like a file for an rpi pico), but the [v1.18 (2022-01-17) .bin] looked plausible so downloaded & tried to flash.
Second problem. LOLIN_S2_MINI-20220117-v1.18.bin, A fatal error occurred: This chip is ESP32-S2 not ESP32. Wrong --chip argument?
Can someone please point me to some upython firmware for S2 mini V1.0.0 that works?
Beta Was this translation helpful? Give feedback.
All reactions