mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
adapt to new sim module firmware version
This commit is contained in:
parent
22e4bbe4f1
commit
1234b08132
8 changed files with 52 additions and 24 deletions
|
@ -163,9 +163,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/sim013.bin
|
||||
pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim014.bin
|
||||
<>
|
||||
pm3 --> smart upgrade -f /usr/share/proxmark3/firmware/sim013.bin
|
||||
pm3 --> smart upgrade -f /usr/share/proxmark3/firmware/sim014.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:
|
||||
|
@ -188,7 +188,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 sim013.bin
|
||||
pm3 --> smart upgrade -f sim014.bin
|
||||
```
|
||||
|
||||
etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue