mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
text
This commit is contained in:
parent
8847668b98
commit
517fa271cd
2 changed files with 25 additions and 19 deletions
|
@ -54,26 +54,34 @@ 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/sim011.bin
|
||||
[usb] pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim011.bin
|
||||
# or if from local repo
|
||||
[usb] pm3 --> smart upgrade f tools/simmodule/sim011.bin
|
||||
[usb] pm3 --> smart upgrade -f sim011.bin
|
||||
```
|
||||
|
||||
You get the following output if the execution was successful:
|
||||
|
||||
```
|
||||
[!] WARNING - Smartcard socket firmware upgrade.
|
||||
[!] A dangerous command, do wrong and you will brick the smart card socket
|
||||
[+] Smartcard socket firmware uploading to PM3
|
||||
..
|
||||
[+] Smartcard socket firmware updating, don't turn off your PM3!
|
||||
#db# FW 0000
|
||||
#db# FW 0080
|
||||
#db# FW 0100
|
||||
#db# FW 0180
|
||||
#db# FW 0200
|
||||
#db# FW 0280
|
||||
[+] Smartcard socket firmware upgraded successful
|
||||
[=] -------------------------------------------------------------------
|
||||
[!] ⚠️ WARNING - sim module firmware upgrade
|
||||
[!] ⚠️ A dangerous command, do wrong and you could brick the sim module
|
||||
[=] -------------------------------------------------------------------
|
||||
|
||||
[=] firmware file sim011.bin
|
||||
[=] Checking integrity sim011.sha512.txt
|
||||
[+] loaded 733 bytes from binary file sim011.bin
|
||||
[+] loaded 141 bytes from binary file sim011.sha512.txt
|
||||
[=] Don't turn off your PM3!
|
||||
[+] Sim module firmware uploading to PM3...
|
||||
🕑 733 bytes sent
|
||||
[+] Sim module firmware updating...
|
||||
[#] FW 0000
|
||||
[#] FW 0080
|
||||
[#] FW 0100
|
||||
[#] FW 0180
|
||||
[#] FW 0200
|
||||
[#] FW 0280
|
||||
[+] Sim module firmware upgrade successful
|
||||
```
|
||||
|
||||
Run hw status command to verify that the upgrade went well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue