Updated Windows (markdown)

marshmellow42 2017-08-22 13:49:49 -04:00
parent 2adfb01e47
commit e8a1733e80

@ -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.