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.

AM5728: How to sign U-Boot FIT Image ?

Part Number: AM5728

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