-
Notifications
You must be signed in to change notification settings - Fork 1.3k
10.0.0 Alpha-2 created 2 drives on Pico W #10237
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
Originally reported here: https://forums.adafruit.com/viewtopic.php?t=217730. @tannewt My impression is that this should not be happening on this board? |
Yup, seems like a bug. |
Looks like we condition the second drive on CIRCUITPY_SDCARDIO but not the stricter automounting test: circuitpython/supervisor/shared/usb/usb_msc_flash.c Lines 31 to 38 in 63815c5
I don't know why the drive letter would change. |
The The drive letter may have been changed because I connected another MCU to the USB cable I was using to see what would happen. It came up as O:. When I reconnected the Alpha board to the same cable the drive letters were swapped. HTH |
Apparently the AF Feather RP2350 does it also. |
CircuitPython version and board name
Code/REPL
Behavior
10.0.0 Alpha-2 creates 2 drives on Pico W. One showing the files. The other waiting for the user to insert an SD card in the USB drive. The Pico W does not have an SD card slot.
Description
Extra SD drive
Additional information
No response
The text was updated successfully, but these errors were encountered: