From 517fa271cd0e26d944ff8ceff6baf007afa9fc23 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 Jan 2021 12:59:04 +0100 Subject: [PATCH] text --- .../Troubleshooting.md | 8 ++--- .../2_Configuration-and-Verification.md | 36 +++++++++++-------- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/doc/md/Installation_Instructions/Troubleshooting.md b/doc/md/Installation_Instructions/Troubleshooting.md index f70db78a8..85a45f852 100644 --- a/doc/md/Installation_Instructions/Troubleshooting.md +++ b/doc/md/Installation_Instructions/Troubleshooting.md @@ -128,9 +128,9 @@ proxmark3 --flash --image /usr/local/share/proxmark3/firmware/f <> proxmark3 --flash --image /usr/share/proxmark3/firmware/fullimage.elf -pm3 --> smart upgrade f /usr/local/share/proxmark3/firmware/sim011.bin +pm3 --> smart upgrade -f /usr/local/share/proxmark3/firmware/sim011.bin <> -pm3 --> smart 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: @@ -153,9 +153,7 @@ client/proxmark3 --flash --image armsrc/obj/fullimage.elf <> ./proxmark3 --flash --image ../armsrc/obj/fullimage.elf -pm3 --> smart upgrade f tools/simmodule/sim011.bin -<> -pm3 --> smart upgrade f ../tools/simmodule/sim011.bin +pm3 --> smart upgrade -f sim011.bin ``` etc. diff --git a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md index a5d9b2975..17b22f6c6 100644 --- a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md +++ b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md @@ -54,26 +54,34 @@ 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. ``` -[usb] pm3 --> smart 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 -[usb] pm3 --> smart upgrade f tools/simmodule/sim011.bin +[usb] pm3 --> smart upgrade -f sim011.bin ``` You get the following output if the execution was successful: ``` -[!] WARNING - Smartcard socket firmware upgrade. -[!] A dangerous command, do wrong and you will brick the smart card socket -[+] Smartcard socket firmware uploading to PM3 -.. -[+] Smartcard socket firmware updating, don't turn off your PM3! -#db# FW 0000 -#db# FW 0080 -#db# FW 0100 -#db# FW 0180 -#db# FW 0200 -#db# FW 0280 -[+] Smartcard socket firmware upgraded successful +[=] ------------------------------------------------------------------- +[!] ⚠️ WARNING - sim module firmware upgrade +[!] ⚠️ A dangerous command, do wrong and you could brick the sim module +[=] ------------------------------------------------------------------- + +[=] firmware file sim011.bin +[=] Checking integrity sim011.sha512.txt +[+] loaded 733 bytes from binary file sim011.bin +[+] loaded 141 bytes from binary file sim011.sha512.txt +[=] Don't turn off your PM3! +[+] Sim module firmware uploading to PM3... + 🕑 733 bytes sent +[+] Sim module firmware updating... +[#] FW 0000 +[#] FW 0080 +[#] FW 0100 +[#] FW 0180 +[#] FW 0200 +[#] FW 0280 +[+] Sim module firmware upgrade successful ``` Run hw status command to verify that the upgrade went well.