mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rename flasher -> proxmark3-flasher
This commit is contained in:
parent
4fdb5a2f4b
commit
d772c6169a
7 changed files with 25 additions and 24 deletions
|
@ -87,7 +87,7 @@ In principle, the helper script `flash-all.sh` should auto-detect your port, so
|
|||
If port detection failed, you'll have to call the flasher manually and specify the correct port:
|
||||
|
||||
```sh
|
||||
client/flasher /dev/tty.usbmodemiceman1 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
||||
client/proxmark3-flasher /dev/tty.usbmodemiceman1 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
||||
```
|
||||
|
||||
Similarly, to run the client, you may try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue