Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hi,
I am working with the AM263P control card and am currently implementing secure boot on it. I believe this means I should flash the certificate of the image of my sbl and the certificate of the image of my application to the board instead of the generic images.
The image of the application is a .mcelf and the image of my sbl is a .tiimage. However, if I change my device type to HS I believe the makefile will generate certificate files: .hs.tiimage for the sbl and .mcelf.hs for the application image. Should I flash those certificate files to the card similarly to how I would flash the .mcelf and .tiimage if I didn't want to implement secure boot? Or should I flash the .mcelf and .tiimage and then somehow generate their certificate later (this doesn't seem right to me)?
Thanks