Hi
I am using TI AM5728 EVM and PROCESSOR-SDK-LINUX-AM57X 06_03_00_106 SDK.
I am trying to do verified boot in which SPL shall verify u-boot.
How can I add signature to u-boot FIT Image ?
I have enabled following config parameters :
CONFIG_SPL_FIT_SIGNATURE=y
CONFIG_FIT_ENABLE_SHA256_SUPPORT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SPL_CRYPTO_SUPPORT=y
CONFIG_SPL_HASH_SUPPORT=y
I didn't find any "ITS" file. How to add sha hash, signature, key info to the image ?
Regards,
Rohit Yadav