mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-13 10:07:25 -07:00
migrate simmodule/readme.txt content to 2_Configuration-and-Verification.md
This commit is contained in:
parent
8987e956ac
commit
e47969aa95
2 changed files with 19 additions and 33 deletions
|
@ -30,8 +30,20 @@ Find version in the long output, look for these two lines
|
|||
#db# version.................v2.06
|
||||
```
|
||||
|
||||
This version is obsolete. The following command upgrades your device sim module firmware.
|
||||
This version is obsolete.
|
||||
|
||||
If you didn't download SIM011.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 SIM011.bin > SIM011.sha512.txt
|
||||
```
|
||||
|
||||
You should validate the SIM011.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.
|
||||
|
||||
```
|
||||
pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN
|
||||
|
@ -54,6 +66,12 @@ You get the following output if the execution was successful:
|
|||
[+] Smartcard socket firmware upgraded successful
|
||||
```
|
||||
|
||||
Run hw status command to verify that the upgrade went well.
|
||||
|
||||
```
|
||||
pm3 --> hw status
|
||||
```
|
||||
|
||||
## Next steps
|
||||
|
||||
For the next steps, please read the following page:
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
|
||||
2018-12-20 Iceman
|
||||
2019-03-11 Iceman chg
|
||||
=======================================
|
||||
|
||||
The latest firmware for the SIM MODULE is : SIM011.bin
|
||||
|
||||
You can use it to upgrade you sim module via the pm3 client.
|
||||
|
||||
pm3 --> sc upgrade -h
|
||||
pm3 --> sc upgrade f ../tools/simmodule/SIM011.bin
|
||||
|
||||
|
||||
Even its a quite fast command you should be warned. You may brick it if you interrupt it.
|
||||
|
||||
|
||||
Run hw status command to verify that the upgrade went well.
|
||||
|
||||
pm3 --> hw status
|
||||
|
||||
|
||||
|
||||
If you didn't download this file from the RRG Repo be aware that it might be corrupt or faulty.
|
||||
|
||||
You find to hash text files in this folder. They were generated with the following linux commands.
|
||||
|
||||
|
||||
md5sum -b SIM011.bin > SIM011.md5.txt
|
||||
sha512sum -b SIM011.bin > SIM011.sha512.txt
|
||||
|
||||
|
||||
You should validate the SIM011.bin file against these hash files in order to be sure the file is not corrupt or faulty.
|
Loading…
Add table
Add a link
Reference in a new issue