- Device: mimx9352 (i.MX93).
- SPSDK version: spsdk 3.4.0
- Boot image layout: Bootable image with two AHAB image container sets:
- Primary set: Container 0 (ELE), Container 1 (SPL DDR).
- Secondary set: Container 0 -> image 0(BL31), image 1 (U‑Boot), image 2 (TEE).
- DEK: 256-bit, key_identifier: 0.
Build works fine when DEK blob is in provided in YAML file; production-time ahab update-keyblob on flash.bin updates SPL only.
I have taken reference of https://spsdk.readthedocs.io/en/latest/examples/ahab/imx93/imx93_signed_ahab_uboot.html
How to select the secondary set/containers with update-keyblob? Is multi-set bootable image supported by this command? Recommended workflow to update blobs for secondary set without full rebuild?
Thanks,
Uday