From 2e52c476def1bea51dd42e719866d94d4888057e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 May 2020 12:32:46 +0200 Subject: [PATCH] check for sim module fw file --- pm3test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pm3test.sh b/pm3test.sh index 0739bd7a8..99fe168dc 100755 --- a/pm3test.sh +++ b/pm3test.sh @@ -95,6 +95,8 @@ while true; do printf "\n${C_BLUE}Testing files:${C_NC}\n" if ! CheckFileExist "proxmark3 exists" "$PM3BIN"; 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 ! CheckFileExist "arm image exists" "./armsrc/obj/fullimage.elf"; then break; fi if ! CheckFileExist "bootrom exists" "./bootrom/obj/bootrom.elf"; then break; fi