From e8a1733e80031775944d476fc22568a3f264e09f Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Tue, 22 Aug 2017 13:49:49 -0400 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows.md b/Windows.md index 907520f..f925c84 100644 --- a/Windows.md +++ b/Windows.md @@ -55,8 +55,8 @@ It is assumed that the reader of this document is the local administrator of a m 1. Follow [Development environment installation](https://github.com/Proxmark/proxmark3/wiki/Windows#development-environment-installation) through step 11 (don't do step 12) 2. if you get any errors on step 11 post on the forum to get this resolved before going forward. -3. Flash the bootrom by typing "./client/flasher comx -b ./bootrom/obj/bootrom.elf" (replace comx with your device's com port number i.e. com3) -4. Flash the firmware by typing "./client/flasher comx ./armsrc/obj/fullimage.elf" (replace comx with your device's com port number i.e. com3) +3. Flash the bootrom by typing `./client/flasher comx -b ./bootrom/obj/bootrom.elf` (replace comx with your device's com port number i.e. com3) +4. Flash the firmware by typing `./client/flasher comx ./armsrc/obj/fullimage.elf` (replace comx with your device's com port number i.e. com3) 5. if successful you are done, if not try unplugging your pm3 hold the button on the pm3 down and reconnect the pm3 (let it get detected) then re-run the flasher command all while holding the button down until it is done. 6. if that still doesn't work check that the driver is properly installed and your device is detected in device manager.