HID update instructions tweak
JohnDMcMaster opened this issue · 1 comments
JohnDMcMaster commented
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 ..
hornet-hacker commented
This software is not recommended for use as it is not updated anymore. Please use the iceman firmware instead.