add updated sim module firmware v4.13, this is breaking change for smart category commands

This commit is contained in:
iceman1001 2022-12-09 07:36:02 +01:00
commit e364d7e03d
10 changed files with 837 additions and 17 deletions

View file

@ -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.