summaryrefslogtreecommitdiff
path: root/fw/sign.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fw/sign.sh')
-rwxr-xr-xfw/sign.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/sign.sh b/fw/sign.sh
index 2ae31bb..17fd61d 100755
--- a/fw/sign.sh
+++ b/fw/sign.sh
@@ -12,7 +12,7 @@ set -euf
ROOT="$(dirname "$0")"
MCUBOOT="${ROOT}/zephyrproject/bootloader/mcuboot"
IMGTOOL="${MCUBOOT}/scripts/imgtool.py"
-INPUT="${ROOT}/../build/fw/zephyr/zephyr.bin"
+INPUT="${ROOT}/../build/fw/zephyr/iot-contact-application.bin"
OUTPUT="${INPUT}.signed"
@@ -32,4 +32,4 @@ python $IMGTOOL sign \
"${INPUT}" \
"${OUTPUT}" > /dev/null
-echo "Signed application firmware: ${OUTPUT}"
+echo "${OUTPUT}"