Problems with building proyects for a custom nRF5340 board.

Hi,

Developmente setup: Windows x64, nrf connect for vs code, SDK and toolchain versions 3.0.2.

I was trying to build a proyect for a custom nRF5340 board when I encountered a problem regarding sysbuild. When I first built a ble test for the custom board, everything seemed fine, but when I flashed it I saw that there was no communication between the two cores of the mcu. After searching for a while I found that the image for the net core was not included in the build so this core was empty all the time. I tried building different samples, such as hr_peripheral or the beacon one but all of them had the same problem.

To create the custom board y followed the steps on the Nordic Academy and just copied and modified the DK files. I don´t know what I could have done wrong or if its a known bug with ncs 3.0.2.

I would like to know if there is any way to force sysbuild to include the cpunet image in the build or if there is anything you know I could check to try and have sysbuild work correctly.

I've put as a ZIP the file that contains the definition of my board. If there is anything valuable that I could upload to make it easier for you to help me, please let me know.

Thanks in advance.         nrf5340_module.zip

Related