mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
changing the sc
command to smart
in step 2
As the `sc` command now invoke the `script` command, we need to enter `smart` in order to get the right command.
This commit is contained in:
parent
551bc6c71b
commit
816ddd94d9
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ 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.
|
||||||
|
|
||||||
```
|
```
|
||||||
[usb] pm3 --> sc upgrade f /usr/local/share/proxmark3/firmware/sim011.bin
|
[usb] pm3 --> smart upgrade f /usr/local/share/proxmark3/firmware/sim011.bin
|
||||||
# or if from local repo
|
# or if from local repo
|
||||||
[usb] pm3 --> sc upgrade f tools/simmodule/sim011.bin
|
[usb] pm3 --> smart 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue