mirror of
https://github.com/Proxmark/proxmark3.git
synced 2026-03-01 05:05:36 +08:00
Updated Windows (markdown)
parent
2adfb01e47
commit
e8a1733e80
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue