User:Kangie/Proxmark3

From Gentoo Wiki
Jump to:navigation Jump to:search

Quick and Dirty notes on flashing a ProxMark3 device:

- Need a crossdev-none-eabi

crossdev --target arm-none-eabi

- Install deps

git p7zip dev-libs/libusb dev-qt/qtcore:5 sys-apps/pcsc-lite

- Clone proxmox

git clone https://github.com/RfidResearchGroup/proxmark3.git cd proxmark3

- Configure Platform Makefile (select appropriate device, example is generic/clone)

echo PLATFORM=PM3GENERIC > Makefile.platform

See upstream docs to customise built firmware:

https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#platform

- Build

make clean && make