Hello,
I am currently in the development phase and would like to test secure boot mode. I have been reading the guide [here](https://github.com/nxp-imx/uboot-imx/blob/lf_v2023.04/doc/imx/ahab/introduction_ahab.txt).
During development, there will be lots of trial and error. According to [this section](https://github.com/nxp-imx/uboot-imx/blob/lf_v2023.04/doc/imx/ahab/guides/mx8ulp_9x_secure_boot.txt#...) on reading the fuses, it does not mention whether I can run in emulation mode without burning the fuses permanently and potentially bricking the board.
Has anyone implemented secure boot mode during the development phase with the i.MX93? What is the correct procedure to follow without risking bricking the board?
Any help would be highly appreciated.
Cheers,
Nitesh
Solved! Go to Solution.
Hi,
Don't close device before signing image verification passed and the SRK fuse should be fused when in production. otherwise, any images can run on the device.
Regards
Harvey
Hi,
Don't close device before signing image verification passed and the SRK fuse should be fused when in production. otherwise, any images can run on the device.
Regards
Harvey
Hi Harvey,
Thank you for your response.
I have a few more questions regarding the SRK fuse:
Your clarification on these points would be greatly appreciated.
Best regards,
Nitesh
Hi,
SRK fuse helps the root of trust established if SRK table in signed image verify successfully against SRK fuse in Fuse box.
Regards
Harvey