Extreme Electronic's RC2040 is a nice - and open source - project, they offer it as kit or assembled - if you are nervous about using a soldering iron, and their board is more `advanced` that just wiring one SDcard to a Pico board..-, for others, who already have a Pico RP2040 / or compatible and an SDcard break board its only a few min of soldering, just 6 wires!
Nothing 'complex' there, the instructions are clear, you just need to wire the SDcard break board (it wont boot without one!), in my case (Dolatek Pico) like this
Pico RP2040 3.3V SD Module
+---------------+ +---------------+
| | | |
Pin 36 --->| 3v3 OUT |===========| VCC (3.3V) |
Pin 38 --->| GND |===========| GND |
| | | |
Pin 7 --->| GPIO 5(CS) |---------->| CS |
Pin 4 --->| GPIO 2(SCK) |---------->| SCK / CLK |
Pin 5 --->| GPIO 3(MOSI) |---------->| MOSI / DI |
Pin 6 --->| GPIO 4(MISO) |<----------| MISO / DO |
| | | |
+---------------+ +---------------+
Note: No pull-up resistors - 10kΩ - needed if your SDcard break board comes with them! So double check!
