bootloader somehow working

Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
2025-07-11 15:10:10 +02:00
parent c3c23efc95
commit 0227e54198
22 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "common.dtsi"
/* MCUboot Configuration - Bootloader wird in boot_partition geschrieben */
/ {
chosen {
zephyr,code-partition = &boot_partition;
};
};