First get the latest ICEman/RFIDResearchGroup code:
git clone https://github.com/RfidResearchGroup/proxmark3.git
cd proxmark3
cp Makefile.platform.sample Makefile.platform
vim Makefile.platform
now make sure you know what you are running, in this example I am using an old proxmark, so I need to do this:
PLATFORM=PM3RDV4
#PLATFORM=PM3GENERIC
to be this:
#PLATFORM=PM3RDV4
PLATFORM=PM3GENERIC
and since I don’t have enough memory on this one I need to do some of the following (since I want to play with MiFare cards I keep that but I don’t need these):
PLATFORM_SIZE=256
STANDALONE=
SKIP_HITAG=1
#SKIP_FELICA=1
#SKIP_ISO14443a=1
SKIP_NFCBARCODE=1
SKIP_LEGICRF=1
now we run:
apt-get install libreadline-dev
apt install libbz2-dev
apt install gcc-arm-none-eabi
make clean && make all
Well…my old Proxmark was able to install the firmware…but for some reason the HF and LF antenna aren’t working….so I plugged in an proxmark3 easy just to make sure things were working, and we are good. Here is a little more notes
hf search
hf mf autopwn