mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
RDV4.0 Smartcard Slot Firmware Upgrade (#751)
* RDV4.0 Smartcard Slot Firmware Upgrade * new firmware in client/sc_upgrade_firmware directory * improved sc upgrade: * check SHA-512 of firmware file * search and find firmware file in predefined directory * more sanity checks * fixed offline indicators of sc commands
This commit is contained in:
parent
6b6c3be6b9
commit
9f596ec7ac
8 changed files with 180 additions and 28 deletions
BIN
client/sc_upgrade_firmware/SIM010.BIN
Normal file
BIN
client/sc_upgrade_firmware/SIM010.BIN
Normal file
Binary file not shown.
1
client/sc_upgrade_firmware/SIM010.md5.txt
Normal file
1
client/sc_upgrade_firmware/SIM010.md5.txt
Normal file
|
@ -0,0 +1 @@
|
|||
136e157364609e5c395540dc8dadbfd6 *SIM010.BIN
|
1
client/sc_upgrade_firmware/SIM010.sha512.txt
Normal file
1
client/sc_upgrade_firmware/SIM010.sha512.txt
Normal file
|
@ -0,0 +1 @@
|
|||
e6ac5e6f1d7cc86d56f2128f2a495f1395fe044bf6ff3b6ca24ce90d1e361ae835fe273a206f2fc90e4344a13b37b180dd017a2c7f23312f1ed163f10c01ea5a *SIM010.BIN
|
36
client/sc_upgrade_firmware/readme.txt
Normal file
36
client/sc_upgrade_firmware/readme.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
2018-12-20 Iceman
|
||||
|
||||
=======================================
|
||||
|
||||
The latest firmware for the SIM MODULE is : SIM010.bin
|
||||
|
||||
|
||||
You can use it to upgrade you sim module via the pm3 client.
|
||||
|
||||
|
||||
pm3 --> sc upgrade -h
|
||||
pm3 --> sc upgrade f ../tools/simmodule/SIM010.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 SIM010.bin > SIM010.md5.txt
|
||||
sha512sum -b SIM010.bin > SIM010.sha512.txt
|
||||
|
||||
|
||||
You should validate the SIM010.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