Image type is a protected TLV with type 0xa0 and a value of 0xabb0c380 for App 0.
Image type is a protected TLV with type 0xa0 and a value of 0xabb11193 for App 1.
An incorrectly formatted image will result in an Image Rejected status.
App 0
- In Overwrite Mode:
- Will be executed from scfg.flashCfg.flashLayout.primaryAppSlots[0], so it must be linked for this address space.
- Updates will be taken from scfg.flashCfg.flashLayout.secondaryAppSlots[0], so it must be linked for the scfg.flashCfg.flashLayout.primaryAppSlots[0] address space.
In any XIP mode:
- Will be executed from either scfg.flashCfg.flashLayout.primaryAppSlots[0] or scfg.flashCfg.flashLayout.secondaryAppSlots[0], so the image must be linked for the proper slot.
App 1
- Only Overwrite mode is allowed.
- Will be executed from scfg.flashCfg.flashLayout.primaryAppSlots[1], so it must be linked for this address space.
- Updates will be taken from scfg.flashCfg.flashLayout.secondaryAppSlots[1], so it must be linked for the scfg.flashCfg.flashLayout.primaryAppSlots[1] address space.