Hello,
I already fully understand how nRF5340: Network core bootloader working.
As I wondered in the title, I want to move the application firmware data of network core to mcuboot_secondary in the application core (maybe running the boot of application core).
This is because I intend to implement a program with two questionable steps:
1. In the boot of application core, move the application firmware data of network core to mcuboot_secondary partition.
a. I learned that the network core bootloader flush the new firmware of network core through SRAM. So my step is actually in the opposite direction, moving the network core firmware data out.
2. Move the new firmware data of network core storaged in mcuboot_secondary to the original location of network core application.
At present, my main question is whether the first step can be achieved in any way?
Thank you in advance.
BR
Kevin