NCS 2.9.0
Adding mcuboot to sysbuild and using "sysbuild/mcuboot.conf" works as described in Academy exercise-1-configuring-extra-image .
But if I want to use a board specifc config, e.g. using "sysbuild/mcuboot/boards/thingy91_nrf9160.conf", I get
-- Board: thingy91, qualifiers: nrf9160
CMake Error at /home/achim/ncs/v2.9.0/zephyr/cmake/modules/extensions.cmake:2923 (message):
No prj.conf file(s) was found in the
To fix that, I use a "sysbuild/mcuboot/prj.conf".
Is that the right way?
If yes, which "prj.conf" should be copied into that folder?
I used one from the application samples, but I miss to find some documentation about that.