mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add updated sim module firmware v4.13, this is breaking change for smart
category commands
This commit is contained in:
parent
9a76ec8fb0
commit
e364d7e03d
10 changed files with 837 additions and 17 deletions
|
@ -161,9 +161,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
|
||||
|
||||
using the script:
|
||||
pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim012.bin
|
||||
pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim013.bin
|
||||
<>
|
||||
pm3 --> smart upgrade -f /usr/share/proxmark3/firmware/sim012.bin
|
||||
pm3 --> smart upgrade -f /usr/share/proxmark3/firmware/sim013.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:
|
||||
|
@ -186,7 +186,7 @@ client/proxmark3 <YOUR_PORT_HERE> --flash --image armsrc/obj/fullimage.elf
|
|||
<>
|
||||
./proxmark3 <YOUR_PORT_HERE> --flash --image ../armsrc/obj/fullimage.elf
|
||||
|
||||
pm3 --> smart upgrade -f sim012.bin
|
||||
pm3 --> smart upgrade -f sim013.bin
|
||||
```
|
||||
|
||||
etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue