Checks
firmware
pmc+
PS1 or PS2?
PS2
[PS2 ONLY]: special consoles
None
Console model
SCPH-90004, SCPH-50004
Firmware version
1.3.0, nightly
related game
No response
Explain your issue
I've build a PicoMemcard+ with a RP2040-Zero.
I wired it as the scheme from dangiu's GitHub:
https://github.com/dangiu/PicoMemcard/blob/pmc%2B/release/docs/wiring-RP2040-Zero.svg
Initially I flashed pmc+.uf2 variant, but there wasn't any write on the microSD, neither a led blink.
Re-flashed with pmczero.uf2, the SD card and led works, but sd2psx it is available only in PS1 mode.
I don't remember exaclty but initially I'd deployed civ.bin in the root of microSD and it was moved in the .sd2psx folder by the firmware.
I've used also flash_nuke.uf2 before flash the firmware, but no differencies.
I attach debug logs from both variants.
A note:
I saw only one time this message in debug when starting pcm+ variant:
...
Settings - init:
version magic mismatch, reset settings
(1) failed to mount the card
...
Debug Logs
# pmczero-debug.uf2
Started! Clock 240000000; bus priority 0x10
SD2PSX Version nightly
SD2PSX HW Variant: PMCZero
Settings - init
Starting PS1 mode...
starting in PS1 mode
Starting memory card... Card changed
DONE! (174852 us)
Serializing Settings
Parent ID:
Secondary core!
--------------------------------------------
# pmc+-debug.uf2
Started! Clock 240000000; bus priority 0x10
SD2PSX Version nightly
SD2PSX HW Variant: PMC+
Settings - init
(1) failed to mount the card
SdError: 0x1B,0x00
check the card
MID: 0x00 OEM-ID:
PID: R: 0.0
SN: 0x00000000 Date: 00/2000
Checks
firmware
pmc+
PS1 or PS2?
PS2
[PS2 ONLY]: special consoles
None
Console model
SCPH-90004, SCPH-50004
Firmware version
1.3.0, nightly
related game
No response
Explain your issue
I've build a PicoMemcard+ with a RP2040-Zero.
I wired it as the scheme from dangiu's GitHub:
https://github.com/dangiu/PicoMemcard/blob/pmc%2B/release/docs/wiring-RP2040-Zero.svg
Initially I flashed pmc+.uf2 variant, but there wasn't any write on the microSD, neither a led blink.
Re-flashed with pmczero.uf2, the SD card and led works, but sd2psx it is available only in PS1 mode.
I don't remember exaclty but initially I'd deployed civ.bin in the root of microSD and it was moved in the .sd2psx folder by the firmware.
I've used also flash_nuke.uf2 before flash the firmware, but no differencies.
I attach debug logs from both variants.
A note:
I saw only one time this message in debug when starting pcm+ variant:
...
Settings - init:
version magic mismatch, reset settings
(1) failed to mount the card
...
Debug Logs