Skip to content

Commit 412271b

Browse files
[nrfconnect] Fix all-clusters-app settings size (project-chip#36501)
After switching to building with sysbuild, the source of the settings partition size has changed from the DTS to the partition manager. Make sure the settings partition is 32kB even when building all-clusters-apps without DFU support. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
1 parent e6bbe66 commit 412271b

File tree

2 files changed

+6
-0
lines changed
  • examples

2 files changed

+6
-0
lines changed

examples/all-clusters-app/nrfconnect/prj.conf

+3
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ CONFIG_CHIP_QSPI_NOR=n
5454

5555
# Enable the Read Client for binding purposes
5656
CONFIG_CHIP_ENABLE_READ_CLIENT=y
57+
58+
# Increase the settings partition
59+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

examples/all-clusters-minimal-app/nrfconnect/prj.conf

+3
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ CONFIG_CHIP_QSPI_NOR=n
5555
# Enable Factory Data feature
5656
CONFIG_CHIP_FACTORY_DATA=y
5757
CONFIG_CHIP_FACTORY_DATA_BUILD=y
58+
59+
# Increase the settings partition
60+
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

0 commit comments

Comments
 (0)