aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-22 20:48:05 +0100
committerBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-22 20:49:42 +0100
commit64672f0b98201cfa638803ecbb105181d34b42bc (patch)
tree36ca060ac5994675fbcb16c0c50166e78367826d
parent732646726d53f41941d8786e3059d1e5d91abb35 (diff)
downloadwb3s-ble-nebula-galaxy-64672f0b98201cfa638803ecbb105181d34b42bc.tar.gz
wb3s-ble-nebula-galaxy-64672f0b98201cfa638803ecbb105181d34b42bc.zip
Makefile: use otafix_32 instead of otafix
otafix crashes on my machine otafix_32 works fine
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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..." &&\