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/btl/bootloader.conf | 7 +++++++ fw/btl/mcuboot | 1 + 2 files changed, 8 insertions(+) create mode 100644 fw/btl/bootloader.conf create mode 160000 fw/btl/mcuboot (limited to 'fw/btl') diff --git a/fw/btl/bootloader.conf b/fw/btl/bootloader.conf new file mode 100644 index 0000000..c42b7fc --- /dev/null +++ b/fw/btl/bootloader.conf @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public License, +# v. 2.0. If a copy of the MPL was not distributed with this file, You can +# obtain one at https://mozilla.org/MPL/2.0/. + + +CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n +CONFIG_BOOT_SIGNATURE_TYPE_ED25519=y diff --git a/fw/btl/mcuboot b/fw/btl/mcuboot new file mode 160000 index 0000000..346f737 --- /dev/null +++ b/fw/btl/mcuboot @@ -0,0 +1 @@ +Subproject commit 346f7374ff4467e40b5594658f8ac67a5e9813c9 -- cgit v1.2.3-70-g09d2