[SOLVED] Device / fw mismatch ON Win10

Hello everyone, first of all, I want to make it clear that I’m new to the Proxmark3, and I’m using artificial intelligence for translation, so I apologize for any mistakes.

I followed the (Getting started with the proxmark3 easy) tutorial meticulously, and it seems that the firmware being downloaded is for the RDV4, which is not compatible with my EZ.

I’ve tried all the available solutions here in the forum, but without success.

I can use the Proxmark3, but I know I’ll encounter some issues in the future.

As I’m new, I’m considering switching the OS to Linux since I have a dedicated PC for that, but I’d like to understand what the problem might be.

Here’s the hf version:

[usb] pm3 --> hw version

 [ Proxmark3 RFID instrument ]

 [ Client ]
  Iceman/master/v4.18994-98-g9f3e94c66-suspect 2024-09-20 22:18:18 3d02fae14
  compiled with............. MinGW-w64 13.2.0
  platform.................. Windows (64b) / x86_64
  Readline support.......... present
  QT GUI support............ present
  native BT support......... absent
  Python script support..... present
  Lua SWIG support.......... present
  Python SWIG support....... present

 [ Proxmark3 ]
  device.................... device / fw mismatch
  firmware.................. RDV4
  external flash............ present
  smartcard reader.......... absent
  FPC USART for BT add-on... absent

 [ ARM ]
  bootrom: Iceman/master/v4.18994-98-g9f3e94c66-suspect 2024-09-20 22:15:22 3d02fae14
       os: Iceman/master/v4.18994-98-g9f3e94c66-suspect 2024-09-20 22:16:24 3d02fae14
  compiled with GCC 12.2.0

 [ FPGA ]
 fpga_pm3_hf.ncd image 2s30vq100 2024-02-03 15:12:20
 fpga_pm3_lf.ncd image 2s30vq100 2024-02-03 15:12:10
 fpga_pm3_felica.ncd image 2s30vq100 2024-02-03 15:12:41
 fpga_pm3_hf_15.ncd image 2s30vq100 2024-02-03 15:12:31

 [ Hardware ]
  --= uC: AT91SAM7S512 Rev A
  --= Embedded Processor: ARM7TDMI
  --= Internal SRAM size: 64K bytes
  --= Architecture identifier: AT91SAM7Sxx Series
  --= Embedded flash memory 512K bytes ( 71% used )

I’ve gone through the entire installation process more than once, executed the cp Makefile.platform.sample, changed the position of the #, and I’ve also done The Button Trick. Analyzing everything, I believe that forcing the download of the generic firmware could solve the issue, but I have no idea how to do that.

Cheers!

1 Like

mv Makefile.platform.sample Makefile.platform

edit so RDV4 is commented out and PM3GENERIC is uncommented, save exit

make clean && make all
./pm3-flash-bootrom
./pm3-flash-fullimage

3 Likes

I made a small spelling mistake.

The word “platform” in my native language is spelled “P.L.A.T.A.F.O.R.M.A,” and I accidentally added that extra “A” in the title of the makefile.platform.

Just to clarify, even after going through the steps again, I kept making the mistake because I thought that extra letter was the correct way to spell it. XD

3 Likes

haha!

all working now?

3 Likes