Skip to content

Commit e8a7c17

Browse files
gmarullanangl
authored andcommitted
[nrf noup] samples: sysbuild: hello_world: support PM on nRF53
PM support is still required for nRF53 in the context of NCS. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit b42e02d)
1 parent 0ad36a6 commit e8a7c17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples/sysbuild/hello_world/sysbuild.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@ ExternalZephyrProject_Add(
1111
BOARD ${SB_CONFIG_REMOTE_BOARD}
1212
)
1313

14+
if(SB_CONFIG_SOC_SERIES_NRF53X)
15+
set_property(GLOBAL APPEND PROPERTY PM_DOMAINS CPUNET)
16+
set_property(GLOBAL APPEND PROPERTY PM_CPUNET_IMAGES remote)
17+
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUNET remote)
18+
set(CPUNET_PM_DOMAIN_DYNAMIC_PARTITION remote CACHE INTERNAL "")
19+
endif()
20+
1421
add_dependencies(hello_world remote)
1522
sysbuild_add_dependencies(FLASH hello_world remote)

0 commit comments

Comments
 (0)