Alex_00
December 21, 2024, 10:18pm
1
Hello everyone! I’m trying to write a key fob to a 5577 chip, but I keep running into an error. Has anyone encountered something similar?
[usb] pm3 → lf t55 detect
[=] Chip type… T55x7
[=] Modulation… ASK
[=] Bit rate… 5 - RF/64
[=] Inverted… No
[=] Offset… 33
[=] Seq. terminator… Yes
[=] Block0… 60148040 (auto detect)
[=] Downlink mode… leading zero reference
[=] Password set… No
[usb] pm3 → lf t55xx info
[=] — T55x7 Configuration & Information ---------
[=] Safer key : 5
[=] reserved : 13
[=] Data bit rate : 33 - RF/68
[=] eXtended mode : Yes - Warning
[=] Modulation : 0 - DIRECT (ASK/NRZ)
[=] PSK clock frequency : 0 - RF/2
[=] AOR - Answer on Request : No
[=] OTP - One Time Pad : No
[=] Max block : 6
[=] Password mode : No
[=] Sequence Start Marker : Yes
[=] Fast Write : Yes
[=] Inverse data : No
[=] POR-Delay : Yes
[=] -------------------------------------------------------------
[=] Raw Data - Page 0, block 0
[=] 5D8600CD - 01011101100001100000000011001101
[=] — Fingerprint ------------
[usb] pm3 → lf em 410x clone --id 4E00AEA378
[+] Preparing to clone EM4102 to T55x7 tag with EM Tag ID 4E00AEA378 (RF/64)
[=] Encoded to FF A7 A0 05 3B 43 3E 30
[#] Invalid clock rate: 0
[!] Something went wrong
Alex_00
December 21, 2024, 10:20pm
2
[ Proxmark3 RFID instrument ]
[ Client ]
Iceman/master/v4.19552-115-g5b5cfce34-suspect 2024-12-21 21:18:48 36845f327
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 ( 3.11.5 )
Python SWIG support… present
Lua script support… present ( 5.4.6 )
Lua SWIG support… present
[ Proxmark3 ]
device… device / fw mismatch
firmware… RDV4
external flash… present
smartcard reader… absent
FPC USART for BT add-on… present
[ ARM ]
bootrom: Iceman/master/v4.19552-115-g5b5cfce34-suspect 2024-12-21 21:18:20 36845f327
os: Iceman/master/v4.16191-440-g005fddfe6 2023-06-04 23:22:53 f4c4e9dfa
compiled with GCC 10.1.0
[ FPGA ]
LF image 2s30vq100 2023-05-24 14:12:56
HF image 2s30vq100 2023-05-26 19:50:53
HF FeliCa image 2s30vq100 2023-05-24 14:12:58
HF 15 image 2s30vq100 2023-05-24 14:12:57
[ Hardware ]
–= uC: AT91SAM7S512 Rev A
–= Embedded Processor: ARM7TDMI
–= Internal SRAM size: 64K bytes
–= Architecture identifier: AT91SAM7Sxx Series
–= Embedded flash memory 512K bytes ( 67% used )
[!] ARM firmware does not match the source at the time the client was compiled
[!] Make sure to flash a correct and up-to-date version
1 Like
amal
December 22, 2024, 2:03am
3
It’s right there. Fix this and try again.
In case you’re unfamiliar, you need to pull down the latest code from GitHub and compile it… that should update your client, then flash the updated compiled firmware to your hardware and everything should match then. Then try your command again.
2 Likes
Alex_00
December 22, 2024, 9:05am
5
Thanks for the answer, I figured it out
2 Likes