mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
check for sim module fw file
This commit is contained in:
parent
ddfcf71d40
commit
2e52c476de
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ while true; do
|
||||||
printf "\n${C_BLUE}Testing files:${C_NC}\n"
|
printf "\n${C_BLUE}Testing files:${C_NC}\n"
|
||||||
if ! CheckFileExist "proxmark3 exists" "$PM3BIN"; then break; fi
|
if ! CheckFileExist "proxmark3 exists" "$PM3BIN"; then break; fi
|
||||||
if ! CheckFileExist "hardnested tables exists" "./client/resources/hardnested_tables/*.z"; then break; fi
|
if ! CheckFileExist "hardnested tables exists" "./client/resources/hardnested_tables/*.z"; then break; fi
|
||||||
|
if ! CheckFileExist "simmodule fw file exists" "./tools/simmodule/sim011.bin"; then break; fi
|
||||||
|
|
||||||
if $TESTDEVICE; then
|
if $TESTDEVICE; then
|
||||||
if ! CheckFileExist "arm image exists" "./armsrc/obj/fullimage.elf"; then break; fi
|
if ! CheckFileExist "arm image exists" "./armsrc/obj/fullimage.elf"; then break; fi
|
||||||
if ! CheckFileExist "bootrom exists" "./bootrom/obj/bootrom.elf"; then break; fi
|
if ! CheckFileExist "bootrom exists" "./bootrom/obj/bootrom.elf"; then break; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue