Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
someone knows how to solve this error? I have flashed the firmware several times and the result is the same.
Memory
[#] BigBuf_size.............42244
[#] Available memory........42188
[#] Tracing
[#] tracing ................1
[#] traceLen ...............0
[#] dma8 memory.............-2111924
[#] dma16 memory............-2111924
[#] toSend memory...........-2111924
[#] Current FPGA image
[#] mode.................... HF image built for 2s30vq100 on 2020-07-08 at 23: 8:19
[#] Flash memory
[#] Baudrate................24 MHz
[#] Init....................OK
[#] Memory size.............2 mbits / 256 kb
[#] Unique ID...............0xD5690C23DFA8292A
[#] Smart card module (ISO 7816)
[#] version.................v3.10
[#] LF Sampling config
[#] [q] divisor.............95 ( 125.00 kHz )
[#] [b] bits per sample.....8
[#] [d] decimation..........1
[#] [a] averaging...........Yes
[#] [t] trigger threshold...0
[#] [s] samples to skip.....0
[#] LF Sampling Stack
[#] Max stack usage.........3952 / 8480 bytes
[#] LF T55XX config
[#] [r] [a] [b] [c] [d] [e] [f] [g]
[#] mode |start|write|write|write| read|write|write
[#] | gap | gap | 0 | 1 | gap | 2 | 3
[#] ---------------------------+-----+-----+-----+-----+-----+-----+------
[#] fixed bit length (default) | 29 | 17 | 15 | 47 | 15 | N/A | N/A |
[#] long leading reference | 29 | 17 | 13 | 47 | 47 | N/A | N/A |
[#] leading zero | 29 | 17 | 13 | 47 | 47 | N/A | N/A |
[#] 1 of 4 coding reference | 29 | 17 | 13 | 47 | 47 | 29 | 29 |
[#] Transfer Speed
[#] Sending packets to client...
[#] Time elapsed............500ms
[#] Bytes transferred.......286720
[#] Transfer Speed PM3 -> Client = 573440 bytes/s
[#] Various
[#] Max stack usage.........4096 / 8480 bytes
[#] DBGLEVEL................1 ( ERROR )
[#] ToSendMax...............-1
[#] ToSend BUFFERSIZE.......2308
[#] Slow clock..............30600 Hz
[#] Installed StandAlone Mode
[#] HF - Reading Visa cards & Emulating a Visa MSD Transaction(ISO14443) - (Salvador Mendoza)
[#] Flash memory dictionary loaded
[#] Mifare..................920 keys
[#] T55x7...................109 keys
[#] iClass..................7 keys
Offline
That is not an error, it is the device side debug level. Report "errors"
The following command can set it (not sure if it saves it)
[usb] pm3 --> hw dbg
Usage: hw dbg [h] <debug level>
Options:
h this help
<debug level> (Optional) see list for valid levels
0 - no debug messages
1 - error messages
2 - plus information messages
3 - plus debug messages
4 - print even debug messages in timing critical functions
Note: this option therefore may cause malfunction itself
Examples:
hw dbg 3
Offline
Thank you very much!
Offline
Pages: 1