mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
update docs
This commit is contained in:
parent
bd9a9373ce
commit
5b86284b49
15 changed files with 464 additions and 506 deletions
36
doc/md/Use_of_Proxmark/0_Compilation-Instructions.md
Normal file
36
doc/md/Use_of_Proxmark/0_Compilation-Instructions.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Compilation instructions
|
||||
|
||||
## Get the latest commits
|
||||
|
||||
```sh
|
||||
cd proxmark3
|
||||
git pull
|
||||
```
|
||||
|
||||
## Clean and compile everything
|
||||
|
||||
```sh
|
||||
make clean && make all
|
||||
```
|
||||
|
||||
## Flash the BOOTROM & FULLIMAGE
|
||||
|
||||
```sh
|
||||
client/flasher /dev/ttyACM0 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
||||
```
|
||||
|
||||
## Run the client
|
||||
|
||||
```sh
|
||||
cd client
|
||||
./proxmark3 /dev/ttyACM0
|
||||
```
|
||||
|
||||
## Next steps
|
||||
|
||||
For the next steps, please read the following pages:
|
||||
|
||||
* [Validating proxmark client functionality](/doc/md/Use_of_Proxmark/1_Validation.md)
|
||||
* [First Use and Verification](/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md)
|
||||
* [Commands & Features](/doc/md/Use_of_Proxmark/3_Commands-and-Features.md)|
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue