Tool/software:
Hi Team,
I already can secure boot from an SD card. I want to integrate it with SPL. Could you tell me how to do this, or direct me to the relevant documentation?
Best regards
Kong Xiangxu
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.
Tool/software:
Hi Team,
I already can secure boot from an SD card. I want to integrate it with SPL. Could you tell me how to do this, or direct me to the relevant documentation?
Best regards
Kong Xiangxu
I want to use spl booting on a HS-SE device . Do I need signed on images ? If does ,what are the images to be signed and and how to signe them.
The secure boot is integrated in both MCU+ SDK and PSDK. You do not need to manually sign anything. Simply build U-Boot and run on the board. You should see logs like "Authentication passed" if the authentication of the different blobs passes.
I flashed "tiboot3-am62px-hs-fs-evm.bin" into board with ti official key and it's working.
I wonder when I use my personal key ,what should I do to make the tiboot3-am62px-hs-fs-evm.bin is using my personal keys.
Also,I see this line in SDK makefile. Do I really don't need to do anything?
I wonder when I use my personal key ,what should I do to make the tiboot3-am62px-hs-fs-evm.bin is using my personal keys.
For HSFS, the keys don't matter. If you have converted the device to HSSE and programmed your own keys then you would need to sign the images with your custom keys.