mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
670 B
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: