migrate simmodule/readme.txt content to 2_Configuration-and-Verification.md

This commit is contained in:
Philippe Teuwen 2019-08-29 23:43:48 +02:00
commit e47969aa95
2 changed files with 19 additions and 33 deletions

View file

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