From e4de65cdaf327bbe44bd07ab4b068639e59d8caa Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 24 Feb 2025 20:58:45 +0100 Subject: fw: Customize firmware artifact names --- fw/sign.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fw/sign.sh') 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}" -- cgit v1.2.3-70-g09d2