Zondax / buildroot-zondax

GNU General Public License v2.0
1 stars 4 forks source link

[imx8] Verify uboot and bootloader authentication #3

Closed neithanmo closed 2 years ago

neithanmo commented 2 years ago

The bootloader and uboot should be validated before booting the image, for this keys and certificates are used.

neithanmo commented 2 years ago

https://github.com/bootlin/buildroot-external-st/commit/995f110d501636faece3697df57a91875308eda1

neithanmo commented 2 years ago

for the dk2 build, this has been already implemented and tested in a close board, in theory it is ready to be tested on imx board, the missing part is to fuse keys on imx and check that it boots a signed image. for dk2 see #29 and #32 and for imx see #32

carlosala commented 2 years ago

Should I test it in my dk2 board? What is missing here?

carlosala commented 2 years ago

Tested and working properly in dk2. Closing!