Proxmark/proxmark3

HID update instructions tweak

JohnDMcMaster opened this issue · 1 comments

On: https://github.com/Proxmark/proxmark3/wiki/Ubuntu-Linux#flashing-hid

cd client/hid-flasher
make
./flasher -b ../../bootrom/obj/bootrom.elf
./flasher ../../armsrc/obj/fullimage.elf

cd ../..

However the fulliamge update appears to fail because its now a ttyACM device after the bootloader update. So what worked for me was:

cd client/hid-flasher
make
./flasher -b ../../bootrom/obj/bootrom.elf
cd ..
# Hold pm3 button during flash
./flasher ../armsrc/obj/fullimage.elf

cd ..

This software is not recommended for use as it is not updated anymore. Please use the iceman firmware instead.