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

Web Installer fails for Qualia (Full install) #1276

Closed
tyeth opened this issue Nov 13, 2023 · 3 comments
Closed

Web Installer fails for Qualia (Full install) #1276

tyeth opened this issue Nov 13, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@tyeth
Copy link
Contributor

tyeth commented Nov 13, 2023

CircuitPython version

9-alpha4

Code/REPL

``

Behavior

Fails to install after warning about data loss, console error in browser tools about zip not found for tinyuf2 qualia v16

Description

Looks for TinyUF2 for qualia, release doesn't exist.
The device (qualia) seems to show up as TFT experimenter when booted into uf2 bootloader after using factory reset.bin
Interesting to note because adafruit tft experimenter does have a tinyUF2 release.

adafruit/tinyuf2#358

Additional information

No response

@tyeth tyeth added the bug Something isn't working label Nov 13, 2023
@makermelissa makermelissa transferred this issue from adafruit/circuitpython Nov 13, 2023
@makermelissa
Copy link
Collaborator

Yeah, the bootloader ID (https://github.com/adafruit/circuitpython-org/blob/main/_board/adafruit_qualia_s3_rgb666.md?plain=1#L11) needs to be removed from the board file and it shouldn't try and use a file that doesn't exist.

@tyeth
Copy link
Contributor Author

tyeth commented Nov 15, 2023

I think the release exists under that bootloader id now, so do I just do a PR for the bootloader versions to bump ESP32 S3 (and maybe S2) to v0.18.1 here: https://github.com/adafruit/circuitpython-org/blob/main/_data/bootloaders.json#L13
This is the new release:
https://github.com/adafruit/tinyuf2/releases/download/0.18.1/tinyuf2-adafruit_qualia_s3_rgb666-0.18.1.zip

@makermelissa
Copy link
Collaborator

Fixed by #1295.

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

No branches or pull requests

2 participants