This commit changed the partition layout for qrb2210-unoq, aligning it with the boot binaries from:
https://softwarecenter.qualcomm.com/nexus/generic/product/chip/tech-package/QRB2210_bootbinaries.1.0/qrb2210_bootbinaries.1.0-test-device-public/00010/Agatti_bootbinaries.zip
However, when building with meta-qcom (Yocto), the produced rawprogram0.xml has mismatches with the actual boot binary files available. For example, the layout references hypvm.mbn, uefi.elf, devcfg_iot.mbn but the image ships hyp.mbn, devcfg.mbn, km4.mbn, etc.
This commit changed the partition layout for qrb2210-unoq, aligning it with the boot binaries from:
https://softwarecenter.qualcomm.com/nexus/generic/product/chip/tech-package/QRB2210_bootbinaries.1.0/qrb2210_bootbinaries.1.0-test-device-public/00010/Agatti_bootbinaries.zip
However, when building with meta-qcom (Yocto), the produced rawprogram0.xml has mismatches with the actual boot binary files available. For example, the layout references hypvm.mbn, uefi.elf, devcfg_iot.mbn but the image ships hyp.mbn, devcfg.mbn, km4.mbn, etc.