Part Number: AM2431
Tool/software:
When start the sbl, the RBL will do the sbl's integrity check .
How can i do this check in my code?
is there something like checksum in the sbl image?

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
How can i do this check in my code?
There is no API available for checking the integrity of the SBL image. If really required, the ROM bootable image is signed with X.509 certificate which contains SHA512 hashes of the different components blobs. You may extract the SHA512 hashes from the certificate, compute the SHA512 hashes of the blobs, and accordingly compare them.
If this functionality is required for OTA secure update, you may implement a different approach as outlined in the following response:
Regards,
Prashant