Other Parts Discussed in Thread: AM6442
Tool/software:
As I read the R5 SPL/A53 SPL code, the FIT image header is only checked for having a valid MAGIC field before it is processed; and once processing begins, it cannot be halted.
My use-case is trying to protect against eMMC read errors in one of the images loaded by the FIT. Everything is signature-checked now, and the configuration is signed so that there cannot be any mix-and-match security attacks - but if one of the signature-checks fail, I cannot see how to 'recover' and re-read the FIT image from a fallback sector.
I note that the imx device support wraps the entire FIT image within a certificate, which permits such a pre-load check - so is TI open to considering such a change ?
Regards,
David
PS We are using SDK 10 on the yocto scarthgap branch