Trouble building with mcuboot.

Hi All,

I am getting build errors for a project. Project specifics below:
- nRF52832 (custom board)
- NCS v2.6.0
- Custom board files and other configuration files attached. pm_static.yaml included as text because file type not supported for upload.
1348.centurion_anywhere_button.zip00355.prj.conf3566.mcuboot.conf

### pm_static.yaml ###
partitions:
  mcuboot:
    address: 0x00000000
    size: 0x000C0000  # 48 KB
    region: flash_primary

  image-0:
    address: 0x000C0000
    size: 0x00032000  # 200 KB
    region: flash_primary

  image-1:
    address: 0x003E0000
    size: 0x00032000  # 200 KB
    region: flash_primary

  image-scratch:
    address: 0x00700000
    size: 0x0000A000  # 40 KB
    region: flash_primary

  storage:
    address: 0x007A0000
    size: 0x00006000  # 24 KB
    region: flash_primary

regions:
  flash_primary:
    device: flash0
    size: 0x00080000  # 512 KB



Attached below is the build error(s) I am receiving. Any insight on what the issue may be would be greatly appreciated!

Related