From 62be0c0585b147686ad3a41fdce181c8a7e95cd1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 22 Mar 2025 21:39:13 +0100 Subject: fw: btl: Move MCUboot build here The directory structure should be less nested and with shorter paths. This is a first step. --- fw/nucleo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fw/nucleo.sh') diff --git a/fw/nucleo.sh b/fw/nucleo.sh index be694b8..f625ce6 100755 --- a/fw/nucleo.sh +++ b/fw/nucleo.sh @@ -23,12 +23,12 @@ SCRIPT="$(realpath "$0")" FW="$(dirname "$SCRIPT")" ROOT="$(dirname "$FW")" BUILD="${ROOT}/nucleo" -BOOTLOADER_FIRMWARE="${BUILD}/fw/bootloader/zephyr/zephyr.bin" +BOOTLOADER_FIRMWARE="${BUILD}/fw/btl/zephyr/zephyr.bin" APPLICATION_FIRMWARE="${BUILD}/fw/zephyr/zephyr.bin" APPLICATION_FIRMWARE_SIGNED="${BUILD}/fw/zephyr/zephyr.signed.bin" BOOTLOADER_FLASH_ADDRESS='0x8000000' APPLICATION_FLASH_ADDRESS='0x8040000' -MCUBOOT="${ROOT}/fw/zephyrproject/bootloader/mcuboot" +MCUBOOT="${ROOT}/fw/btl/mcuboot" IMGTOOL="${MCUBOOT}/scripts/imgtool.py" KEY="${HOME}/mcuboot/key.pem" BOARD='nucleo_f767zi' -- cgit v1.2.3-70-g09d2