Hi,
When I try to use the Flash Image API on the Network Core I get build errors. The problem seems to be that some symbols are not defined, as there is no MCUboot bootloader on the Network Core (but there is one on the Application Core).
What is the intended way to use the Flash Image API to write image data from the Network Core to an image slot of the Application Core?
(Additional info: I tried defining the missing symbols (PM_MCUBOOT_PRIMARY_ID
and PM_MCUBOOT_SECONDARY_ID) wherever they are needed, just to see if the build succeeds. Indeed it does, but the init function of the Flash Image API then fails, which is not surprising as these symbols were defined manually and seem to be missing in the project setup.)