nRF5340 custom board using sysbuild missing "SUPPORT_NETCORE" causing issue to enable b0n build

Hello,

I have followed the steps of creating custom board files using the latest nRF Connect SDK Intermediate course (Lesson 3) for the nRF5340.  When making a new application of the sample nrf/samples/multicore/hello_world in VS Code and building the code for the nRF5340DK using the added configs in the "sysbuild.conf" file:

SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_SECURE_BOOT=y
SB_CONFIG_SECURE_BOOT_NETCORE=y

I get no error and I get both MCUBOOT and b0n for the app and net core, but when I build it now using the copied nrf5340dk_nrf5340 board files (which I renamed as instructed in lesson 3) I get an error in the sysbuild.conf file with a missing dependency:
And the missing dependency "SB_CONFIG_SUPPORT_NETCORE" is not configurable. So I am wondering what and where do I need to add/enable in my custom board design so that I can build my project using sysbuild and have both MCUBOOT and b0n?

Best regards,

Domen

I am using:
- nrf5340dk_nrf5340
- nRF SDK v2.6.1
- VS Code



Related