proxmark3/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md
2019-05-05 20:05:02 +02:00

670 B

Compilation instructions

Get the latest commits

cd proxmark3
git pull

Clean and compile everything

make clean && make all

Flash the BOOTROM & FULLIMAGE

client/flasher /dev/ttyACM0 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf

Run the client

cd client
./proxmark3 /dev/ttyACM0

Next steps

For the next steps, please read the following pages: