mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
text
This commit is contained in:
parent
0b13efc9a0
commit
200a08e091
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ proxmark3 /dev/ttyACM0 --flash --unlock-bootloader --image /tmp/my-bootrom.elf -
|
||||||
## Run the client
|
## Run the client
|
||||||
|
|
||||||
In most cases, you can run the script `pm3` which try to auto-detect the port to use, on several OS.
|
In most cases, you can run the script `pm3` which try to auto-detect the port to use, on several OS.
|
||||||
|
```sh
|
||||||
|
./pm3
|
||||||
|
```
|
||||||
|
|
||||||
For the other cases, specify the port by yourself. For example, for a Proxmark3 connected via USB under Linux:
|
For the other cases, specify the port by yourself. For example, for a Proxmark3 connected via USB under Linux:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue