mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
renamed the sc
command to smart
in the troubleshooting instructions
This commit is contained in:
parent
ba4a7dc4ea
commit
97d513ba69
1 changed files with 4 additions and 4 deletions
|
@ -127,9 +127,9 @@ proxmark3 <YOUR_PORT_HERE> --flash --image /usr/local/share/proxmark3/firmware/f
|
|||
<>
|
||||
proxmark3 <YOUR_PORT_HERE> --flash --image /usr/share/proxmark3/firmware/fullimage.elf
|
||||
|
||||
pm3 --> sc upgrade f /usr/local/share/proxmark3/firmware/sim011.bin
|
||||
pm3 --> smart upgrade f /usr/local/share/proxmark3/firmware/sim011.bin
|
||||
<>
|
||||
pm3 --> sc upgrade f /usr/share/proxmark3/firmware/sim011.bin
|
||||
pm3 --> smart upgrade f /usr/share/proxmark3/firmware/sim011.bin
|
||||
```
|
||||
|
||||
If you didn't install the PRoxmark but you're working from the sources directory and depending how you launch the client, your working directory might be the root of the repository:
|
||||
|
@ -152,9 +152,9 @@ client/proxmark3 <YOUR_PORT_HERE> --flash --image armsrc/obj/fullimage.elf
|
|||
<>
|
||||
./proxmark3 <YOUR_PORT_HERE> --flash --image ../armsrc/obj/fullimage.elf
|
||||
|
||||
pm3 --> sc upgrade f tools/simmodule/sim011.bin
|
||||
pm3 --> smart upgrade f tools/simmodule/sim011.bin
|
||||
<>
|
||||
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
|
||||
pm3 --> smart upgrade f ../tools/simmodule/sim011.bin
|
||||
```
|
||||
|
||||
etc.
|
||||
|
|
Loading…
Reference in a new issue