Tool/software:
I am currently trying to generate signed and encryprted boot images (tiboot3.bin tispl.bin and u-boot.img), using TI processor SDK ti-processor-sdk-linux-am62xx-evm-09.02.01.10. I have already placed my key at board/ti/keys location. this include only custMpk.pem and custMpk.crt latter one generated with "openssl req -batch -new -x509 -key keys/custMpk.pem -out keys/custMpk.crt"
It seems the out files tiboot3.bin tispl.bin and u-boot.img are still unsigned. what steps are needed to sign the binaries properly?
secondly, how do I encrypt the binaries? If I have fused the encryption key in the target is it necessary to encrypt the binaries or can I still skip the encryption?