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.

PROCESSOR-SDK-J721E: tda4evm

Part Number: PROCESSOR-SDK-J721E


Tool/software:

Hi

Platform J721E-EVM (GP device)

I have main topics of questions questions regarding secure boot:

1) I have created the x509 certificate from the gen_keywr_cert.sh script with my own AES 256 key. Then, I ran the make command to create the spl with the x509 inside of it. Now, as I understand, I can modify the name of the generated spl file called (keywriter_img_j721e_release.tiimage) to tiboot3.bin and place it in the SD card, substituting the original tiboot3.bin file. The questions are:

a. The generated spl file called keywriter_img_j721e_release.tiimage just have the x509 certificate inside or it's also encrypted too?

b. I have a GP processor, I would be able to boot the board? I have to wait until get the HS-FS device to convert it to HS-SE with the keywritter, but I would like to be one step further on the testing.

2) From this documentation: I know that I have to modify some things in the Linux SDK (psdkla) in order to create HS boot files that can be booted from HS devices. The questions are:

a. The documentation seems to be not updated, and I'm currently working over SDK 10. I checked that the patch they refer it's already implemented on the SDK, so far so good. But some things, like the changes on Rules.make, no longer apply because the names of the defconfigs changed. Could you provide the right ones?

b. How does the platform verify those new boot files x509 certificate if the certificate created on psdkra doesn't exist in psdkla because in no step is mentioned to copy anything from side to side?

Thanks for the help in advance.