stm32mp135 secure boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-15 4:49 AM
Hi,
I usb buildroot(branch: st/2023.02.2) to buid my system.
I want to know how to configure to enable secure boot.
if i just enable
make[2]: *** Waiting for unfinished jobs....
package/pkg-generic.mk:290: recipe for target '/home/gary/test/stm32mp15/buildroot/output/build/arm-trusted-firmware-hgs_test/.stamp_built' failed
make[1]: *** [/home/gary/test/stm32mp15/buildroot/output/build/arm-trusted-firmware-hgs_test/.stamp_built] Error 2
Makefile:82: recipe for target '_all' failed
make: *** [_all] Error 2
Solved! Go to Solution.
- Labels:
-
STM32MP13 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-15 5:07 AM
Hi @guansonghuang ,
Have you tried following this wiki page to configure secure boot?
https://wiki.st.com/stm32mpu/wiki/How_to_enable_secure_boot_on_STM32_MPU
Regards,
Grégory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-15 5:07 AM
Hi @guansonghuang ,
Have you tried following this wiki page to configure secure boot?
https://wiki.st.com/stm32mpu/wiki/How_to_enable_secure_boot_on_STM32_MPU
Regards,
Grégory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-15 5:25 AM
Yes I have read this article.but it talk about some concepts of secure boot. not operational steps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-18 8:34 AM
Hi @guansonghuang ,
I think this page will help you more: https://wiki.st.com/stm32mpu/wiki/How_to_perform_Secure_Boot_from_Distribution_package
Regards,
Grégory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-18 9:25 PM
This help, need to read all the sublinks in that article.
