adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
302 stars 165 forks source link

Build for Adafruit Qualia S3 board #358

Closed tyeth closed 8 months ago

tyeth commented 8 months ago

Hey there! There doesn't seem to be an Adafruit Qualia build, the product item is 5800 (Adafruit Qualia ESP32-S3 for TTL RGB-666 Displays) https://www.adafruit.com/product/5800 One to add to the list I guess :)

tyeth commented 8 months ago

Having just flashed the factory reset bin file then double reset into uf2 bootloader it's shown up as the adafruit tft experimenter when Windows installed the device. I was originally trying to install circuitpython on the qualia with the web-installer method which failed looking for a tiny uf2 qualia release zip

hathach commented 8 months ago

our bad, tftexperimental is prototype name of the board, we forgot to change it to qualia. PR #359 will address this, we will also bump up release after merged as well. Thank you for your issue.

hathach commented 8 months ago

PS: it is now available in release 0.18.1

tyeth commented 8 months ago

Thanks @hathach!