Hi,
I was following your guide to implement a secure boot chain (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_bootloader.html) and therefore build a chain of trust. However I found no information about integrating the Network Core into this trusted chain.
The Application Core can't read the Flash of the Network Core and thus can't verify the code.
So I was wondering how I should approach the Netwok Core when building a chain of trust. Hopefully you can give me an overview over your security concept for this second core.
Thank you in advance.