2025-10-02 11:07 AM
Hi,
I am trying to understand and test secure boot on STM32MP1. I was able to compile and boot unsigned tf-a. boot failed as expected as it is not verified.
generated keys.
Now how to burn these below hash file? can we burn into flash and test without using OTP for development and POC?
publicKeyhash.bin
Thank you.
2025-10-03 12:22 AM
Hi @VarunKumar
I guess this page could provide you useful hint and pointers How to enable secure boot on STM32 MPU - stm32mpu
Olivier
2026-02-12 9:03 AM
Hi,
I am using the STM32MP157AA MPU and have reviewed the documentation. I have one question:
Can I verify Trusted Boot without executing the following command?
" stm32key fuse ${loadaddr} "
Since this operation permanently programs the OTP and cannot be reverted, I would like to verify the Trusted Boot functionality before writing the keys into OTP.
Please let me know if this is possible.