rename flasher -> proxmark3-flasher

This commit is contained in:
Philippe Teuwen 2019-08-30 21:57:43 +02:00
commit d772c6169a
7 changed files with 25 additions and 24 deletions

View file

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