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

Please insert disk into usb drive error after installing picomemcard software on picomemcard + #67

Open D3iv opened 10 months ago

D3iv commented 10 months ago

I've tried solving this problem myself to no avail, couldn't find anything on the internet regarding this issue. Checked all of my solderjoints, perhaps I'm missing a library or a driver of some sorts?

dangiu commented 10 months ago

A few problems come to my mind... Have you connected the SPI SD card module correcly? The SD card is formatted in FAT32?

ste94pz commented 1 month ago

Same problem here on rp2040-zero, microsd formatted correctly, recompiled with develop pico-sdk. I'm using this microsd module with the AMS1117 regulator bypassed and connected to the 3.3v pin of the rp2040-zero. 81UhIXsc2VL _AC_UF1000,1000_QL80_

dangiu commented 1 month ago

To me it seems like your setup is correct. You have included the fix mentioned in raspberrypi/pico-sdk#1304 correct? Maybe you could try to swap the microsd module for a different one just to make sure that it's not faulty.