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

Tiny2040 Support #62

Open matteog9 opened 11 months ago

matteog9 commented 11 months ago

Hello.

I have a question. I flashed the PicoMemcard firmware to a Tiny2040, by Pimoroni. However, when I insert it into the USB drive, I hear the usb inserted chime, but no removable storage drive appears. I don't know if the Tiny2040 differs from the RPI 2040 Zero.

Thanks!

NB: Tiny2040 Product Page: https://shop.pimoroni.com/products/tiny-2040?variant=39560012234835

dangiu commented 11 months ago

I'll look into it, but first of all I need more info. What version did you install on it (the "plus" version or the regular one)?

matteog9 commented 11 months ago

Thanks! Sorry, I should've specified which version in the original post. I installed the Plus version onto the Tiny2040.

Thanks again.

dangiu commented 11 months ago

No they have a different pinout, unfortunately I need to make a build specific to the Tiny2040, I'll try to make a build of the old stable release farily quickly. Some functionality of the current RP2040-zero version should still work, in particular you should be able to see the sd card popping up in your computer, if it does not there is probably some hardware problem or maybe the SD card is not formatted correcly, try to check that one out in the meantime. As a reminder, the "plus" version requires the additional SD card reader

matteog9 commented 11 months ago

Thanks! I will try that. I only got as far as flashing the uf2 file to the Tiny2040. I hope there aren't a lot of changes to make to the code.

I don't know if this matters, but Pimoroni make the Tiny2040 in both 2 MB or 8 MB of QSPI flash supporting XiP.

Thanks again.