dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
528 stars 38 forks source link

RP2040-Zero not recognized as a storage device (Windows 11) #71

Open Manghao opened 7 months ago

Manghao commented 7 months ago

Hello, I have an RP2040-Zero, I transferred the file PicoMemcard+RP2040-Zero.uf2 on it by pressing well on the BOOT button before connecting it to the PC, I have the notification sound windows which dismounts and remounts the USB device, but I do not have access to the storage of the RP2040. I do have PicoTM Mass Storage USB Device

image image

Manghao commented 7 months ago

I have the same problem on MacOS, the RP2040 disconnects with an ejection error, although it is present but not displayed in storage.

Capture d’écran 2023-11-09 à 22 31 39
dangiu commented 7 months ago

3 things you should check:

carmax91 commented 7 months ago

It seems an issue on the pico SDK, the fix should be this: https://github.com/raspberrypi/pico-sdk/issues/1304

dangiu commented 7 months ago

Thanks for the info @carmax91. The related PR is not merged yet but I'll patch it myself for the next release at least until it gets merged.

NDR008 commented 6 months ago

Is there a manual way I can work around this issue?

ste94pz commented 1 month ago

Hi, any news about this problem?