Skip to content

Commit

Permalink
rename SIMxxx.BIN in lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Aug 30, 2019
1 parent f6a4f9c commit 7e579f9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/cmdsmartcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int usage_sm_upgrade(void) {
PrintAndLogEx(NORMAL, " f <filename> : firmware file name");
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " sc upgrade f ../tools/simmodule/SIM011.BIN");
PrintAndLogEx(NORMAL, " sc upgrade f ../tools/simmodule/sim011.bin");
return 0;
}
static int usage_sm_setclock(void) {
Expand Down
2 changes: 1 addition & 1 deletion doc/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ pm3 --> mem load f iclass_default_keys i

Upgrade Sim Module firmware
```
pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
```

## Smart Card
Expand Down
4 changes: 2 additions & 2 deletions doc/md/Installation_Instructions/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ cd client; ./proxmark3 ...
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
```

```
Expand Down
8 changes: 4 additions & 4 deletions doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ Find version in the long output, look for these two lines

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.

```
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.
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
pm3 --> sc upgrade f ../tools/simmodule/sim011.bin
```

You get the following output if the execution was successful:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e6ac5e6f1d7cc86d56f2128f2a495f1395fe044bf6ff3b6ca24ce90d1e361ae835fe273a206f2fc90e4344a13b37b180dd017a2c7f23312f1ed163f10c01ea5a *SIM010.BIN
e6ac5e6f1d7cc86d56f2128f2a495f1395fe044bf6ff3b6ca24ce90d1e361ae835fe273a206f2fc90e4344a13b37b180dd017a2c7f23312f1ed163f10c01ea5a *sim010.bin
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
752f9d8af3db214a797bacb7362a0b53eff4dd3793853e467047b7d36ddae9d1b4a050d9136225a48830d9c70bbad791f89d05553b0453f004b7bbcdc337e658 *SIM011.BIN
752f9d8af3db214a797bacb7362a0b53eff4dd3793853e467047b7d36ddae9d1b4a050d9136225a48830d9c70bbad791f89d05553b0453f004b7bbcdc337e658 *sim011.bin

0 comments on commit 7e579f9

Please sign in to comment.