From f650159a4f25720ffe45104f22ff51cf4dcd1cf4 Mon Sep 17 00:00:00 2001 From: Maximilian Deubel Date: Wed, 8 Jan 2025 15:47:43 +0100 Subject: [PATCH] boards: thingy91x: add nrf5340 primary1 partition This partition is usually autogenerated, but can end up missing. It should be statically defined in the board configuration. This patch has no effect on currently working builds. Signed-off-by: Maximilian Deubel --- boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml b/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml index 2b94674c590b..0cebfb424be7 100644 --- a/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml +++ b/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml @@ -84,3 +84,7 @@ sram_retained_mem: region: sram_primary address: 0x2007FC00 size: 0x400 +mcuboot_primary_1: + address: 0x0 + region: ram_flash + size: 0x40000