From 9458575858cc3bb1830bb38dfecfda5f13a80f49 Mon Sep 17 00:00:00 2001 From: pennam Date: Wed, 12 Nov 2025 11:15:12 +0100 Subject: [PATCH] boards: portentah7: Fix partition size --- .../arduino_portenta_h7_stm32h747xx_m7.overlay | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay b/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay index 60d46814..72ae8ffe 100644 --- a/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay +++ b/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay @@ -281,18 +281,13 @@ boot_partition: partition@0 { label = "mcuboot"; - reg = <0x00000000 0x00020000>; + reg = <0x00000000 0x00040000>; read-only; }; - scratch_partition: partition@20000 { - label = "image-scratch"; - reg = <0x00020000 0x00020000>; - }; - slot0_partition: partition@40000 { label = "image-0"; - reg = <0x00040000 0x000C0000>; + reg = <0x00040000 0x000A0000>; }; user_sketch: partition@e0000 {