Multi-Image Builds for nRF5340

Hi,

I have never used Nordic devices before so apologies if these questions are answered well somewhere, I just can't find the best article anywhere.

The project I am looking at using the nRF5340 in will make great use of the dual processor setup. It's not very complex but does require a lot of real time concurrency.

So, we require a setup which has one Application on the App processor and another on the Net processor. We also require firmware upgrade facility for both cores over the USB interface, no RF updates are required.

I am using the new Connect SDK, which is also quite different to the IDEs I usually use.

I have found and managed to build the Multi-Image project example and loaded it onto a DK, but that doesn't really go far enough - is there an example which includes the MCUBoot as well?

Do I need MCUBoot on both cores? I am assuming so, but perhaps it is clever enough to load the net firmware from the app core?

Any suggestions, pointers to videos or Blog posts that cover these aspects would be appreciated.

Thanks, Paul.

Related