-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CIRCUITPY drive not appearing with SAM E54 Xplained Pro #8047
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
Comments
Here are some things to check:
|
Hi, the flash chip markings are: 26F064B |
Please post a picture of the chip. It'll likely have a manufacturer's logo too. |
Thanks! That looks like a MicroChip flash chip instead of micron as the board def says. Want to make a PR adding "SST26VF064B" to the list here: https://github.com/adafruit/circuitpython/blob/main/ports/atmel-samd/boards/same54_xplained/mpconfigboard.mk#L10 ? That's the full name of the MicroChip flash (nvm.toml define here.) |
Made a PR: #8054 |
Thank you! I've tweaked it so it'll hopefully build. |
Just adding this here in case anyone stumbles over this issue like I did: My SAM E54 Xplained Pro (ordered July 2024, SST26VF064B QSPI flash chip dates to sometime in 2021 so I guess this issue has been around for some time already) has the same issue as @tomiahola described. The issue can be observed for all CircuitPython builds that include the above commit from #8054. I was not able to fix this by playing around with the The only thing that worked for me was to disable the external flash completely and instead enabling the internal flash file system by replacing the I know that this is not a solution, but maybe someone finds this workaround helpful. |
Reopening since this sounds like it is still a problem. |
@tomiahola Please re-test with the build artifact from #10249. Thank you! |
CircuitPython version
Code/REPL
Behavior
USB drive appearing instead of CIRCUITPY drive.
Description
Hello, could someone help me understand why after installing the latest CircuitPython to my SAM E54 Xplained Pro, the "CIRCUITPY" drive does not appear but "USB Drive" appears instead?
When trying to open the "USB Drive", a notification appears: "Please insert a disk into USB Drive (D:)."
I'm using the latest bootloader version (3.15).
storage.erase_filesystem() did not solve the issue.
Additional information
No response
The text was updated successfully, but these errors were encountered: