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

Pico is not detected #43

Closed Nacheras closed 1 year ago

Nacheras commented 1 year ago

When it try to flash "PicoMemcard+.uf2" , windows detects the pico when pressing the BOOTSEL button, I copy the .uf2 archive and then it is supossed to show the Pico as a usb device to copy the mecard.mcr, but it doesn´t. It just show me the device as a letter. I have tried with different computers. imagen What could be the problem?

dangiu commented 1 year ago

Have you soldered the SD card module and inserted the SD card? PicoMemcard+ works only with the MicroSD SPI module, otherwise you need to use the non-plus version (just PicoMemcard).

Nacheras commented 1 year ago

Well, that's the problem 😅😅 I will solder the SD module and check it works, thank you!