My boot code is from 0x0 to 0x18000, mcu pad is from 0x18000 to 0x18200. The running code in the internal flash is from 0x18200 to 0xf8000. The address from 0xf8000 to 0x100000.
The XIP code executes from external flash from physical address 0x600000 to 0x680000. New image for upgrade will be downloaded as a single image(internal+XIP) in external flash
from 0xa000 to 0x16a000 address.
for this my pm_static.yml file is:
Configs that are enabled are:
with the above configuration when I am building the code I am getting the below error:
Partition 'rpmsg_nrf53_sram' is not included in the dynamic resolving since it is statically defined.
*****Running Vuln_Check*****
-- Configuring done (34.7s)
-- Generating done (0.2s)
-- Build files have been written to: /home/cls/GA3_Dev/workspace/ga-ga3/app/build
-- west build: building application
ninja: error: 'modules/mcuboot/mcuboot_primary_app_hex', needed by 'zephyr/qspi_flash_signed.hex', missing and no known rule to make it