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.
|
||||
|
|
|
@ -40,7 +40,7 @@ Set all t55xx settings to defaults (will set all 4 at once)
|
|||
|
||||
To make sure you got the latest sim module firmware.
|
||||
|
||||
_Latest version is v4.12_
|
||||
_Latest version is v4.42_
|
||||
|
||||
```
|
||||
[usb] pm3 --> hw status
|
||||
|
@ -57,44 +57,50 @@ or
|
|||
#db# Smart card module (ISO 7816)
|
||||
#db# version.................v3.11
|
||||
|
||||
or
|
||||
|
||||
#db# Smart card module (ISO 7816)
|
||||
#db# version.................v4.13
|
||||
|
||||
|
||||
```
|
||||
|
||||
These versions is obsolete.
|
||||
|
||||
If you didn't download sim013.bin from the RRG Repo be aware that it might be corrupted or faulty.
|
||||
If you didn't download sim014.bin from the RRG Repo be aware that it might be corrupted or faulty.
|
||||
You find a hash text file in this folder. It was generated with the following linux command.
|
||||
|
||||
```
|
||||
sha512sum -b sim013.bin > sim013.sha512.txt
|
||||
sha512sum -b sim014.bin > sim014.sha512.txt
|
||||
```
|
||||
|
||||
You should validate the sim013.bin file against this hash file in order to be sure the file is not corrupted or faulty.
|
||||
You should validate the sim014.bin file against this hash file in order to be sure the file is not corrupted or faulty.
|
||||
|
||||
The following command upgrades your device sim module firmware.
|
||||
Don't not turn off your device during the execution of this command!!
|
||||
Even its a quite fast command you should be warned. You may brick it if you interrupt it.
|
||||
|
||||
```
|
||||
[usb] pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim013.bin
|
||||
[usb] pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim014.bin
|
||||
# or if from local repo
|
||||
[usb] pm3 --> smart upgrade -f sim013.bin
|
||||
[usb] pm3 --> smart upgrade -f sim014.bin
|
||||
```
|
||||
|
||||
You get the following output if the execution was successful:
|
||||
|
||||
```
|
||||
[=] -------------------------------------------------------------------
|
||||
[=] --------------------------------------------------------------------
|
||||
[!] ⚠️ WARNING - sim module firmware upgrade
|
||||
[!] ⚠️ A dangerous command, do wrong and you could brick the sim module
|
||||
[=] -------------------------------------------------------------------
|
||||
[=] --------------------------------------------------------------------
|
||||
|
||||
[=] firmware file sim013.bin
|
||||
[=] Checking integrity sim013.sha512.txt
|
||||
[+] loaded 866 bytes from binary file sim013.bin
|
||||
[+] loaded 141 bytes from binary file sim013.sha512.txt
|
||||
[=] firmware file sim014.bin
|
||||
[=] Checking integrity sim014.sha512.txt
|
||||
[+] loaded 3658 bytes from binary file sim014.bin
|
||||
[+] loaded 158 bytes from binary file sim014.sha512.txt
|
||||
[=] Don't turn off your PM3!
|
||||
[+] Sim module firmware uploading to PM3...
|
||||
🕑 864 bytes sent
|
||||
🕑 3658 bytes sent
|
||||
[+] Sim module firmware updating...
|
||||
[#] FW 0000
|
||||
[#] FW 0080
|
||||
|
@ -103,6 +109,28 @@ You get the following output if the execution was successful:
|
|||
[#] FW 0200
|
||||
[#] FW 0280
|
||||
[#] FW 0300
|
||||
[#] FW 0380
|
||||
[#] FW 0400
|
||||
[#] FW 0480
|
||||
[#] FW 0500
|
||||
[#] FW 0580
|
||||
[#] FW 0600
|
||||
[#] FW 0680
|
||||
[#] FW 0700
|
||||
[#] FW 0780
|
||||
[#] FW 0800
|
||||
[#] FW 0880
|
||||
[#] FW 0900
|
||||
[#] FW 0980
|
||||
[#] FW 0A00
|
||||
[#] FW 0A80
|
||||
[#] FW 0B00
|
||||
[#] FW 0B80
|
||||
[#] FW 0C00
|
||||
[#] FW 0C80
|
||||
[#] FW 0D00
|
||||
[#] FW 0D80
|
||||
[#] FW 0E00
|
||||
[+] Sim module firmware upgrade successful
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue