secure boot and stm32key from
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-16 12:54 AM
Hi, All.
In the wiki, the process to program the PKH into the OTP is done with stm32key tool in u-boot. Also, PKH file must be available in a filesystem partition. All these tasks need to be done manually...
Is it possible to do this same process from sysfs?
My idea is to be able to automate this task in a script.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-23 1:07 PM
Hi @AVazquez
For automation maybe you can consider to use STM32CubeProgrammer ?
See
https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer#How_to_fuse_STM32MP15x_OTP
For PKH OTP fuse.
I guess filesystem partition can also be manage ?
Using CLI of STM32CubeProgrammer made it easy to use in some script
Hope it help
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-23 1:07 PM
Hi @AVazquez
For automation maybe you can consider to use STM32CubeProgrammer ?
See
https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer#How_to_fuse_STM32MP15x_OTP
For PKH OTP fuse.
I guess filesystem partition can also be manage ?
Using CLI of STM32CubeProgrammer made it easy to use in some script
Hope it help
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-26 5:44 AM
Yes , I need manage filesystem partition.
You are rigth, maybe the best option is use STM32CubeProgrammer.
Thanks!!
