From 64672f0b98201cfa638803ecbb105181d34b42bc Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Sun, 22 Dec 2024 20:48:05 +0100 Subject: Makefile: use otafix_32 instead of otafix otafix crashes on my machine otafix_32 works fine --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0889af0..6468bd1 100644 --- a/Makefile +++ b/Makefile @@ -498,7 +498,7 @@ ${BUILD_DIR}${APP_NAME}_UA_${APP_VERSION}.bin: ${TOOLS_ROOT}/${BIN_NAME}.bin @echo "create a downloadable image ..." @cd ${TOOLS_ROOT} && \ echo "apply otafix..." &&\ - ./otafix ${BIN_NAME}.bin &&\ + ./otafix_32 ${BIN_NAME}.bin &&\ echo "encrypt..." &&\ ./encrypt ${BIN_NAME}.bin ${ENCRYPT_KEY} &&\ echo "package..." &&\ -- cgit v1.2.3