standalone doc

This commit is contained in:
Philippe Teuwen 2023-09-08 20:45:44 +02:00
commit 5c1b802e71
3 changed files with 19 additions and 2 deletions

View file

@ -43,7 +43,7 @@
* 1. mem spiffs dump -s hf_14asniff.trace -d hf_14asniff.trace * 1. mem spiffs dump -s hf_14asniff.trace -d hf_14asniff.trace
* Copies trace data file from flash to your PC. * Copies trace data file from flash to your PC.
* *
* 2. trace load hf_14asniff.trace * 2. trace load -f hf_14asniff.trace
* Loads trace data from a file into PC-side buffers. * Loads trace data from a file into PC-side buffers.
* *
* 3. For ISO14a: trace list -t 14a -1 * 3. For ISO14a: trace list -t 14a -1
@ -55,6 +55,7 @@
* the lab connected to PM3 client before taking it into the field. * the lab connected to PM3 client before taking it into the field.
* *
* To delete the trace data from flash: * To delete the trace data from flash:
* mem spiffs remove -f hf_14asniff.trace
* *
* Caveats / notes: * Caveats / notes:
* - Trace buffer will be cleared on starting stand-alone mode. Data in flash * - Trace buffer will be cleared on starting stand-alone mode. Data in flash

View file

@ -14,9 +14,24 @@
* - LED3: sniffed reader command, turns off when finished sniffing tag command * - LED3: sniffed reader command, turns off when finished sniffing tag command
* - LED4: unmounting/sync'ing flash (normally < 100ms) * - LED4: unmounting/sync'ing flash (normally < 100ms)
* *
* To retrieve trace data from flash:
*
* 1. mem spiffs dump -s hf_14bsniff.trace -d hf_14bsniff.trace
* Copies trace data file from flash to your PC.
*
* 2. trace load -f hf_14bsniff.trace
* Loads trace data from a file into PC-side buffers.
*
* 3. For ISO14a: trace list -t 14b -1
*
* Lists trace data from buffer without requesting it from PM3.
*
* This module emits debug strings during normal operation -- so try it out in * This module emits debug strings during normal operation -- so try it out in
* the lab connected to PM3 client before taking it into the field. * the lab connected to PM3 client before taking it into the field.
* *
* To delete the trace data from flash:
* mem spiffs remove -f hf_14bsniff.trace
*
* Caveats / notes: * Caveats / notes:
* - Trace buffer will be cleared on starting stand-alone mode. * - Trace buffer will be cleared on starting stand-alone mode.
* - This module will terminate if the trace buffer is full. * - This module will terminate if the trace buffer is full.

View file

@ -43,7 +43,7 @@
* 1. mem spiffs dump -s hf_15693sniff.trace -d hf_15693sniff.trace * 1. mem spiffs dump -s hf_15693sniff.trace -d hf_15693sniff.trace
* Copies trace data file from flash to your PC. * Copies trace data file from flash to your PC.
* *
* 2. trace load hf_15693sniff.trace * 2. trace load -f hf_15693sniff.trace
* Loads trace data from a file into PC-side buffers. * Loads trace data from a file into PC-side buffers.
* *
* 3. For ISO15693: trace list -t 15 -1 * 3. For ISO15693: trace list -t 15 -1
@ -54,6 +54,7 @@
* the lab connected to PM3 client before taking it into the field. * the lab connected to PM3 client before taking it into the field.
* *
* To delete the trace data from flash: * To delete the trace data from flash:
* mem spiffs remove -f hf_15693sniff.trace
* *
* Caveats / notes: * Caveats / notes:
* - Trace buffer will be cleared on starting stand-alone mode. Data in flash * - Trace buffer will be cleared on starting stand-alone mode. Data in flash