From 97d513ba698b05a30f6d7152f73a1261932b9309 Mon Sep 17 00:00:00 2001 From: HexPandaa <47880094+HexPandaa@users.noreply.github.com> Date: Thu, 23 Jul 2020 10:27:44 +0200 Subject: [PATCH] renamed the `sc` command to `smart` in the troubleshooting instructions --- doc/md/Installation_Instructions/Troubleshooting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/md/Installation_Instructions/Troubleshooting.md b/doc/md/Installation_Instructions/Troubleshooting.md index dac35cd74..da41d56bd 100644 --- a/doc/md/Installation_Instructions/Troubleshooting.md +++ b/doc/md/Installation_Instructions/Troubleshooting.md @@ -127,9 +127,9 @@ proxmark3 --flash --image /usr/local/share/proxmark3/firmware/f <> proxmark3 --flash --image /usr/share/proxmark3/firmware/fullimage.elf -pm3 --> sc upgrade f /usr/local/share/proxmark3/firmware/sim011.bin +pm3 --> smart upgrade f /usr/local/share/proxmark3/firmware/sim011.bin <> -pm3 --> sc upgrade f /usr/share/proxmark3/firmware/sim011.bin +pm3 --> smart upgrade f /usr/share/proxmark3/firmware/sim011.bin ``` If you didn't install the PRoxmark but you're working from the sources directory and depending how you launch the client, your working directory might be the root of the repository: @@ -152,9 +152,9 @@ client/proxmark3 --flash --image armsrc/obj/fullimage.elf <> ./proxmark3 --flash --image ../armsrc/obj/fullimage.elf -pm3 --> sc upgrade f tools/simmodule/sim011.bin +pm3 --> smart upgrade f tools/simmodule/sim011.bin <> -pm3 --> sc upgrade f ../tools/simmodule/sim011.bin +pm3 --> smart upgrade f ../tools/simmodule/sim011.bin ``` etc.