Hello!
I am developing an application under the SDK V2.9.0. Now I am trying to set up a simple project with a sysbuild, Mcuboot and a partition manager.
Here is the file tree of the project:
sysbuild.conf has the following lines:
prj.conf has the following lines:
pm_static.yml was copied without any changes from the ncs/v2.9.0/nrf/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/pm_static.yml
Here is its content:
When I try compiling the code, I get the following error:
What am I doing wrong? I tried it on V2.8.0 as well with the same result.