diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2024-12-22 20:48:05 +0100 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2024-12-22 20:49:42 +0100 |
| commit | 64672f0b98201cfa638803ecbb105181d34b42bc (patch) | |
| tree | 36ca060ac5994675fbcb16c0c50166e78367826d | |
| parent | 732646726d53f41941d8786e3059d1e5d91abb35 (diff) | |
| download | wb3s-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." &&\ |
