Problem installing proxmark on uConsole (raspberry pi)

Hi guys,

I got my hands on a Clockworkpi Uconsole. Seems like a good way to use the proxmark3 easy on the go. The uConsole is based on a raspberry pi cm4. When i tried to run the program i keep getting the “fw mismatch” error. Tried the flash-all command, the flash-bootrom command without success.

Anybody got experience with raspberrypi and proxmark3?

I’m running bookworm at the moment. But I’m flexible :slight_smile:

2 Likes

Does the PM3 show up on lsusb?

Have you tried the button trick?

1 Like

device firmware mismatch means you flashed RDV4 firmware to the easy. follow the advanced compilation parameters to change the makefile, recompile and re flash to get the right firmware on your device

6 Likes

Showed up in lsusb.
Forgot about the button trick, gonna try this tomorrow!

1 Like

I’ve changed the parameter to pm3generic. Didn’t recompile.

Thanks for the tips guys!

1 Like

didnt recompile? why not?

1 Like

Forgot to do it after making the adjustment to the parameter file. So that will probably be the problem :sweat_smile:

1 Like

ah. that would be it.

make clean && make -j4 (speedy compile)
./pm3-flash-all

you don’t need to worry about the button trick you’ve already got the bootloader

2 Likes

Yes!
Compiling after the adjustments did the trick. Damn, my bad!

1 Like

glad to hear it’s up and running!

2 Likes

Sounds awesome! What a great idea!