-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Metro ESP32-S3 with 16 MB Flash 8 MB PSRAM, no CIRCUITPY #9956
Comments
I am unable to duplicate this on my own Metro ESP32-S3. Could you try a clean install from here: https://circuitpython.org/board/adafruit_metro_esp32s3/ ? Copy off anything in CIRCUITPY you need to save. Then hold the BOOT button and press the RESET button. Let go of BOOT, and press the "OPEN INSTALLER" button on that page. Let it erase the flash. You will need to reset the board twice, once when it asks you to select the METROS3BOOT drive, and once when it asks you to select the CIRCUITPY drive. If that still does not work, could you take a close-up picture of the silver module on the board so we can read the writing? Or transcribe it. When did you buy this board? Is there a B in a circle near pin 5? Thanks. |
I should add there is a small B by pin 5 |
For completeness, the same issue occurs in my Adafruit ESP32-S3 Feather with 4MB Flash 2MB PSRAM (Part ID 5477) that I purchased from Adafruit on 5/12/2024. Flashing adafruit-circuitpython-adafruit_feather_esp32s3_4mbflash_2mbpsram-en_US-20241202-main-PR9840-617915e.uf2 works (CIRCUITPY appears after a cold boot) but the next PR for adafruit-circuitpython-adafruit_feather_esp32s3_4mbflash_2mbpsram-en_US-20241206-main-PR9841-5c09b90.uf2 fails to load CIRCUITPY upon reboot. I don't think this is just Metro specific. |
Thanks for your detailed report. I have the same vintage Metro, with exactly the same ID numbers on the can. I also have the same esptool output. We saw a similar report of an issue with a Feather 4/2 as well. The user in that case had a newer rev board. There's a long thread starting here: https://discord.com/channels/327254708534116352/537365702651150357/1327358153477722165 What is your host computer, and what is the OS and version on it? If it's a PC, could you give the brand and model number and the CPU? It's possible this is some kind of host USB issue. The user above tried it on an RPi 3B running bullseye and a an older macOS machine. I am using this on an Ubuntu 24.04 system running on a Dell Optiplex i7-8700. |
Aha! I have reproduced the problem when plugging directly into a USB2 or USB3 port. Previously I was using a hub. |
Via some bisection, I narrowed it down to a change between 2024-12-06T15:00:13.000Z adafruit-circuitpython-adafruit_feather_esp32s3_4mbflash_2mbpsram-en_US-20241206-main-PR9873-c41d452.uf2 (which works) and 2024-12-06T19:44:29.000Z adafruit-circuitpython-adafruit_feather_esp32s3_4mbflash_2mbpsram-en_US-20241206-main-PR9841-5c09b90.uf2 (which does not work) |
This will be a high priority for me to look at tomorrow. It's getting late here. Thanks! |
Metro ESP32-S2 9.2.2 is OK with or without hub. |
Confirmed that this is due to #9841. |
Reposted from comment in #9889:
Originally posted by @dbiersach in #9889 (comment)
The text was updated successfully, but these errors were encountered: