Skip to content
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

"lolin S3 mini" and "lolin S3 pro" web installer links to uf2 should be updated #1450

Closed
marcobrianza opened this issue Aug 11, 2024 · 8 comments · Fixed by #1470
Closed
Labels
bug Something isn't working

Comments

@marcobrianza
Copy link

CircuitPython version

CircuitPython 9.1.1

Code/REPL

not related to code

Behavior

web installer does not work

Description

web installer does not complete since it tries to download a file that does not exist. the correct .uf2 now exists since 2 days but the web install script should be updated accordingly.

Additional information

No response

@marcobrianza marcobrianza added the bug Something isn't working label Aug 11, 2024
@dhalbert dhalbert transferred this issue from adafruit/circuitpython Aug 11, 2024
@dhalbert
Copy link
Collaborator

This is in process after adafruit/tinyuf2#401. There are some files to test in https://github.com/adafruit/tinyuf2/releases/tag/0.19.0. @marcobrianza Could you test those and see if they work for you.

@marcobrianza
Copy link
Author

Hi, consider I'm just starting to use circuitpython that is why I was counting very much on the web installer.
anyway I flashed the combined.bin using https://adafruit.github.io/Adafruit_WebSerial_ESPTool/
then I copied to the pseudo-usb-drive adafruit-circuitpython-lolin_s3_mini-en_GB-9.1.1.uf2

circuitpython runs and I just made the onboard neopixel blink.

board.out is the follwing:

Adafruit CircuitPython 9.1.1 on 2024-07-23; LOLIN S3 MINI 4MB Flash 2MB PSRAM with ESP32S3
Board ID:lolin_s3_mini
UID:CD45576D514D

the board is recognised by the system as following
s3-mini

@marcobrianza
Copy link
Author

I can also test "lolin s3 PRO" but there is no new release for it

@tannewt
Copy link
Member

tannewt commented Sep 5, 2024

This will be fixed by #1469

@marcobrianza
Copy link
Author

HI, I see the links are updated but there is no https://github.com/adafruit/tinyuf2/releases/download/0.20.1/tinyuf2-lolin_s3_pro-0.20.1.zip file (the s3 mini works correctly)

@makermelissa
Copy link
Collaborator

makermelissa commented Sep 6, 2024

I don't see a lolin_s3_pro under the release assets at https://github.com/adafruit/tinyuf2/releases. Either the bootloader on that board is incorrect or it hasn't been added to tinyuf2. Is it possible it just uses the lolin_s3 bootloader?

@marcobrianza
Copy link
Author

I have flashed a "lolin s3 pro" from the "lolin s3" download page with the web installer. I got circuitpython working this way.
I am not sure what does the bootloader need to access, anyway the RGB LED is on gpio 38 in both boards.

@makermelissa
Copy link
Collaborator

I have flashed a "lolin s3 pro" from the "lolin s3" download page with the web installer. I got circuitpython working this way. I am not sure what does the bootloader need to access, anyway the RGB LED is on gpio 38 in both boards.

Ok, we should just point to that bootloader for now then. I'll create a PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants