Proxmark/proxmark3

Proxmark3 Easy, lf search returning unknown command, while hf search returns ok

Closed this issue · 1 comments

Running proxmark3 easy, firmware PM3 GENERIC

hf search works fine, see below
lf search does not find the commands, see below

I have a feeling it's a configuration problem, but I don't know how to solve it. Anyone have any ideas?

==========

[usb] pm3 --> hf search

🕕 Searching for ISO14443-A tag...
[+] UID: 75 82 08 7B
[+] ATQA: 00 04
[+] SAK: 08 [2]
[+] Possible types:
[+] MIFARE Classic 1K
[=] proprietary non iso14443-4 card found, RATS not supported
[+] Prng detection: weak
[#] Auth error
[?] Hint: try hf mf commands

[+] Valid ISO 14443-A tag found

[usb] pm3 --> lf search
[#] unknown command:: 0x0205
[!] ⚠️ (lf_read) command execution time out

[=] NOTE: some demods output possible binary
[=] if it finds something that looks like a tag
[=] False Positives ARE possible
[=]
[=] Checking for known tags...
[=]
🕚 Searching for MOTOROLA tag...[#] unknown command:: 0x021d
[#] unknown command:: 0x0205
[!] ⚠️ (lf_read) command execution time out
🕛 Searching for COTAG tag...[#] unknown command:: 0x021d
[#] unknown command:: 0x0225

[!] ⚠️ command execution time out

==========

HW version is...

[usb] pm3 --> hw version

[ Proxmark3 RFID instrument ]

[ Client ]
Iceman/master/v4.17140-341-g7f2bc916d-suspect 2023-11-09 19:14:14 f9be3e466
compiled with............. GCC 11.4.0
platform.................. Linux / aarch64
Readline support.......... present
QT GUI support............ present
native BT support......... present
Python script support..... present
Lua SWIG support.......... present
Python SWIG support....... present

[ Proxmark3 ]
firmware.................. PM3 GENERIC

[ ARM ]
bootrom: Iceman/master/v4.17140-341-g7f2bc916d-suspect 2023-11-09 19:14:02 f9be3e466
os: Iceman/master/v4.17140-341-g7f2bc916d-suspect 2023-11-09 19:14:12 f9be3e466
compiled with GCC 10.3.1 20210621 (release)

[ FPGA ]
fpga_pm3_lf.ncd image 2s30vq100 2023-08-29 16:44:07
fpga_pm3_hf.ncd image 2s30vq100 2023-08-29 16:44:19
fpga_pm3_felica.ncd image 2s30vq100 2023-08-29 16:44:43
fpga_pm3_hf_15.ncd image 2s30vq100 2023-08-29 16:44:31

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

Never mind, in my makefile I didn't configure it properly to include the standalone which enables lf search