From a398f3b7420525b11c31dadf07b0cd696f1f6d3c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 22:48:02 +0100 Subject: fw: Use MCUboot bootloader for nucleo_f767zi Using it for the native_sim board is not trivial. Thus it is first only added for the Nucleo board. --- fw/zephyrproject/bootloader/bootloader.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fw/zephyrproject/bootloader/bootloader.conf (limited to 'fw/zephyrproject/bootloader/bootloader.conf') diff --git a/fw/zephyrproject/bootloader/bootloader.conf b/fw/zephyrproject/bootloader/bootloader.conf new file mode 100644 index 0000000..c42b7fc --- /dev/null +++ b/fw/zephyrproject/bootloader/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 -- cgit v1.2.3-70-g09d2