cityofEmbera / proxmark3

Automatically exported from code.google.com/p/proxmark3
GNU General Public License v2.0
0 stars 0 forks source link

Broken hw and lf commands #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the latest revisions of the firmware, several commands are broken

"hw tune" command does not work anymore
The proxmark receives and processes the command (green led on, then off after a 
while and finally the orange blinks) but the client never gets/prints the 
result.

Same thing for "lf" commands (at least "lf read").
Here is the output I get:
proxmark3> lf read
Waiting for a response from the proxmark...          
Don't forget to cancel its operation first by pressing on the button 

mifare commands still work so it is probably related to the recent rework of 
the internals.

Original issue reported on code.google.com by jmiche...@gmail.com on 2 Oct 2013 at 2:09

GoogleCodeExporter commented 8 years ago
What revision of firmware are you using? I have just tested hw tune and lf read 
using both the precompiled windows 807 firmware and the 816 firmware here:
http://www.proxmark.org/forum/viewtopic.php?id=1562
And I cannot reproduce this.
Some more information would be helpful in tracking this down, what OS are you 
using? which specific revisions aren't working? you can get the current 
revision of firmware on your proxmark with the "hw version" command.

Original comment by en4...@gmail.com on 17 Oct 2013 at 4:48

GoogleCodeExporter commented 8 years ago
It was on linux.
proxmark3> hw version
#db# Prox/RFID mark3 RFID instrument                 
#db# bootrom: svn 752 2013-07-08 07:18:16                 
#db# os: svn 788-unclean 2013-10-02 13:58:53                 
#db# FPGA image built on 2012/ 1/ 6 at 15:27:56

But I recompiled (make clean && make) the firmware right now and everything is 
working again.
So either the firmware was incompatible with the latest client or the 
compilation screwed up the firmware.

It seems you can close this issue now

Original comment by jmiche...@gmail.com on 18 Oct 2013 at 2:04

GoogleCodeExporter commented 8 years ago
ok

Original comment by martin.holst on 27 Feb 2014 at 6:15