Forum Discussion
AbhishekH
New Contributor
4 years agoHow to test Secure Boot in Arria10 without programming any FUSE
The documents mention "unsecured root key" that doesn't need to be stored in the device and is supposed to be present in the boot header. But I can't find any procedure to achieve this.
EBERLAZARE_I_Intel
Regular Contributor
4 years agoIn the AN759. You need python and the secure boot tools (https://github.com/altera-opensource/alt-secure-boot)
python -B -E secure_boot_tools/alt-secure-boot/bin/\
alt_authtool.py sign -t user -k root_key.pem -i\
u-boot_w_dtb-single-mkimage.bin -o u-boot_w_dtb-signed.abin
The User is the Unsecure key.