Skip to content

Commit 0be1f5b

Browse files
committed
[nrf noup] samples: sysbuild: hello_world: Add nrf54l15pdk PM config
Adds a partition manager configuration to allow building this sample for nrf54l15pdk Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1a5d3b4 commit 0be1f5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/sysbuild/hello_world/sysbuild.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ if(SB_CONFIG_SOC_SERIES_NRF53X)
1616
set_property(GLOBAL APPEND PROPERTY PM_CPUNET_IMAGES remote)
1717
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUNET remote)
1818
set(CPUNET_PM_DOMAIN_DYNAMIC_PARTITION remote CACHE INTERNAL "")
19+
elseif(SB_CONFIG_SOC_SERIES_NRF54LX)
20+
set_property(GLOBAL APPEND PROPERTY PM_DOMAINS CPUFLPR)
21+
set_property(GLOBAL APPEND PROPERTY PM_CPUFLPR_IMAGES remote)
22+
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUFLPR remote)
23+
set(CPUFLPR_PM_DOMAIN_DYNAMIC_PARTITION remote CACHE INTERNAL "")
1924
endif()
2025

2126
add_dependencies(hello_world remote)

0 commit comments

Comments
 (0)