proxmark3: sim firmware

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-08-29 16:00:34 -04:00
parent 28d7311479
commit f6476e379d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -34,6 +34,9 @@ RDEPEND="virtual/libusb:0
DEPEND="${RDEPEND}
firmware? ( sys-devel/gcc-arm-none-eabi:0 )"
QA_FLAGS_IGNORED="usr/share/proxmark3/firmware/bootrom.elf
usr/share/proxmark3/firmware/fullimage.elf"
src_compile(){
#first we set platform
if use pm3rdv4; then
@ -98,6 +101,8 @@ src_install(){
insinto /usr/share/proxmark3/firmware
doins armsrc/obj/fullimage.elf
doins bootrom/obj/bootrom.elf
doins tools/simmodule/SIM011.*
newins tools/simmodule/readme.txt sim-update-readme.txt
insinto /usr/share/proxmark3/jtag
doins recovery/*.bin
fi