We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5cdf9 commit 51424e2Copy full SHA for 51424e2
samples/cellular/nrf_cloud_multi_service/sysbuild/mcuboot/boards/nrf9160dk_nrf9160.conf
@@ -14,8 +14,8 @@ CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
14
CONFIG_FPROTECT=y
15
16
# 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
+# partition size (0xC000). The minimum required size is 0xCE00
+CONFIG_PM_PARTITION_SIZE_MCUBOOT=0xCE00
19
20
# MCUboot requires a large stack size, otherwise an MPU fault will occur
21
CONFIG_MAIN_STACK_SIZE=16384
0 commit comments