Skip to content

Commit 51424e2

Browse files
maxd-nordicnordicjm
authored andcommitted
samples: cellular: mss: fix nrf9160 padding issue
The MCUBoot partition size was incorrect for this one, resulting in a failing build. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 8a5cdf9 commit 51424e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/cellular/nrf_cloud_multi_service/sysbuild/mcuboot/boards/nrf9160dk_nrf9160.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
1414
CONFIG_FPROTECT=y
1515

1616
# Enabling SPI increases the MCUBoot image size so that it does not fit in the default
17-
# partition size (0xC000). The minimum required size is 0xD000
18-
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0xD000
17+
# partition size (0xC000). The minimum required size is 0xCE00
18+
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0xCE00
1919

2020
# MCUboot requires a large stack size, otherwise an MPU fault will occur
2121
CONFIG_MAIN_STACK_SIZE=16384

0 commit comments

Comments
 (0)