| 1 | |
| 2 | 2018-12-20 Iceman |
| 3 | |
| 4 | ======================================= |
| 5 | |
| 6 | The latest firmware for the SIM MODULE is : SIM010.bin |
| 7 | |
| 8 | |
| 9 | You can use it to upgrade you sim module via the pm3 client. |
| 10 | |
| 11 | |
| 12 | pm3 --> sc upgrade -h |
| 13 | pm3 --> sc upgrade f ../tools/simmodule/SIM010.bin |
| 14 | |
| 15 | |
| 16 | |
| 17 | Even its a quite fast command you should be warned. You may brick it if you interrupt it. |
| 18 | |
| 19 | |
| 20 | |
| 21 | Run hw status command to verify that the upgrade went well. |
| 22 | |
| 23 | pm3 --> hw status |
| 24 | |
| 25 | |
| 26 | |
| 27 | If you didn't download this file from the RRG Repo be aware that it might be corrupt or faulty. |
| 28 | |
| 29 | You find to hash text files in this folder. They were generated with the following linux commands. |
| 30 | |
| 31 | |
| 32 | md5sum -b SIM010.bin > SIM010.md5.txt |
| 33 | sha512sum -b SIM010.bin > SIM010.sha512.txt |
| 34 | |
| 35 | |
| 36 | You should validate the SIM010.bin file against these hash files in order to be sure the file is not corrupt or faulty. |