pm_static_nrf5340dk_nrf5340_cpunet not being picked up.

I am updating my ncs from ncs2.7.0 to 2.9.2. 
I have a dfu application for which the build targer is nrf52840 and nrf5340. 
For this reason, I have pm_static files. for some reason, build system picks up on my pm_static_nrf5340dk_nrf5340_cpuapp.yml but not on the pm_static_nrf5340dk_nrf5340_cpunet.yml. 
I also tried to it from the sysbuild.cmake file as follows: 

set(hci_ipc_PM_STATIC_YML_FILE ${CMAKE_CURRENT_LIST_DIR}/pm_static_nrf5340dk_nrf5340_cpunet.yml CACHE INTERNAL "" FORCE)

but that didnt work as well. 

what is the problem? 
and also, if the "set(hci_ipc_PM_STATIC_YML_FILE ..." would have worked, doesnt that mean I should that something similer for the b0n bootloader?

Thanks in advance, 
Shlomo
Parents Reply Children
No Data
Related