Hello,
I have a custom board with a nRF5340 on it. The firmware gets built with MCUBoot in serial recovery mode to update the application core. The serial recovery mode is necessary for the update to work on this board. Updating the application core works perfectly fine.
As there is the possibility that I have to change something in the netcore firmware, I want to implement an update functionality for it via serial recovery mode as well.
I found this doc as well as this doc, but currently I am unsure as to what is really needed to get this update functionality to work.
I need some guidance as to what Kconfig statements need to go into which prj.conf, be it application firmware prj.conf, the mcuboot prj.conf or the netcore firmware prj.conf.
Another question: if I switch back to the nRF5340DK for testing, does the netcore print strings to a console like the application core?
I use SDK v2.2.0, the application core firmware is based on the central_bas sample project and the netcore firmware is based on the hci_rpmsg sample.
Thanks in advance,
Alex
prj.conf of central_bas:
prj.conf of mcuboot:
prj.conf of hci_rpmsg:
In case it is needed, nrf5340dk_nrf5340_cpuapp.overlay:
dts.overlay (mcuboot):
image list with mcumgr: