Skip to content

Commit abe0ed1

Browse files
zyczkapi-no
authored andcommitted
coremark: Explain sysbuild partition manager option
Add comment to explain the purpose of the sysbuild partition manager. JIRA: NCSDK-26736 Signed-off-by: Jan Zyczkowski <[email protected]>
1 parent e90b0a1 commit abe0ed1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

samples/benchmarks/coremark/sysbuild.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

6+
# We need to disable partition manager to avoid build errors for multicore SoCs
7+
# that enable it by default, such as the nRF5340 and nRF54L15.
8+
# For these SoCs, we don't add the second sample-specific sysbuild image
9+
# to the partition manager domains.
10+
# Since the CoreMark sample works correctly without partition manager
11+
# (relying on partition map from DTS), we can disable it for all build configurations.
612
SB_CONFIG_PARTITION_MANAGER=n

0 commit comments

Comments
 (0)