mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
rename SIMxxx.BIN in lowercase
This commit is contained in:
parent
f6a4f9cbe3
commit
7e579f9fca
8 changed files with 10 additions and 10 deletions
|
@ -69,7 +69,7 @@ static int usage_sm_upgrade(void) {
|
||||||
PrintAndLogEx(NORMAL, " f <filename> : firmware file name");
|
PrintAndLogEx(NORMAL, " f <filename> : firmware file name");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
PrintAndLogEx(NORMAL, "Examples:");
|
||||||
PrintAndLogEx(NORMAL, " sc upgrade f ../tools/simmodule/SIM011.BIN");
|
PrintAndLogEx(NORMAL, " sc upgrade f ../tools/simmodule/sim011.bin");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static int usage_sm_setclock(void) {
|
static int usage_sm_setclock(void) {
|
||||||
|
|
|
@ -522,7 +522,7 @@ pm3 --> mem load f iclass_default_keys i
|
||||||
|
|
||||||
Upgrade Sim Module firmware
|
Upgrade Sim Module firmware
|
||||||
```
|
```
|
||||||
pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN
|
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
## Smart Card
|
## Smart Card
|
||||||
|
|
|
@ -111,9 +111,9 @@ cd client; ./proxmark3 ...
|
||||||
Therefore client commands referring to files of the repo must be adapted, e.g.
|
Therefore client commands referring to files of the repo must be adapted, e.g.
|
||||||
|
|
||||||
```
|
```
|
||||||
pm3 --> sc upgrade f tools/simmodule/SIM011.BIN
|
pm3 --> sc upgrade f tools/simmodule/sim011.bin
|
||||||
<>
|
<>
|
||||||
pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN
|
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -32,21 +32,21 @@ Find version in the long output, look for these two lines
|
||||||
|
|
||||||
This version is obsolete.
|
This version is obsolete.
|
||||||
|
|
||||||
If you didn't download SIM011.bin from the RRG Repo be aware that it might be corrupted or faulty.
|
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.
|
You find a hash text file in this folder. It was generated with the following linux command.
|
||||||
|
|
||||||
```
|
```
|
||||||
sha512sum -b SIM011.bin > SIM011.sha512.txt
|
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.
|
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.
|
The following command upgrades your device sim module firmware.
|
||||||
Don't not turn off your device during the execution of this command!!
|
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.
|
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
|
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
You get the following output if the execution was successful:
|
You get the following output if the execution was successful:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
e6ac5e6f1d7cc86d56f2128f2a495f1395fe044bf6ff3b6ca24ce90d1e361ae835fe273a206f2fc90e4344a13b37b180dd017a2c7f23312f1ed163f10c01ea5a *SIM010.BIN
|
e6ac5e6f1d7cc86d56f2128f2a495f1395fe044bf6ff3b6ca24ce90d1e361ae835fe273a206f2fc90e4344a13b37b180dd017a2c7f23312f1ed163f10c01ea5a *sim010.bin
|
|
@ -1 +1 @@
|
||||||
752f9d8af3db214a797bacb7362a0b53eff4dd3793853e467047b7d36ddae9d1b4a050d9136225a48830d9c70bbad791f89d05553b0453f004b7bbcdc337e658 *SIM011.BIN
|
752f9d8af3db214a797bacb7362a0b53eff4dd3793853e467047b7d36ddae9d1b4a050d9136225a48830d9c70bbad791f89d05553b0453f004b7bbcdc337e658 *sim011.bin
|
Loading…
Add table
Add a link
Reference in a new issue