Other Parts Discussed in Thread: AM62L
器件型号: AM62L-AM62L- LINUX-RT-SDK
主题中讨论的其他器件: AM62L
尊敬的支持:
u-boot/tools/binman/btool/openssl.py。最终目的
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: AM62L
器件型号: AM62L-AM62L- LINUX-RT-SDK
主题中讨论的其他器件: AM62L
尊敬的支持:
u-boot/tools/binman/btool/openssl.py。尊敬的:
是的、在 AM62L Linux SDK 12.0.0.7.4 中添加了引用的两个 u-boot 补丁、其中使用通用 u-boot 验证的启动框架来验证 u-boot.img。
-关于安全启动流程的 SDK 用户指南
https://software-dl.ti.com/processor-sdk-linux/esd/AM62LX/12_00_00_07_04/exports/docs/linux/secure-boot-flow Foundational_Components_Secure_Boot.html#secure-boot-flow
- u-boot 已验证引导
https://docs.u-boot.org/en/latest/usage/fit/verified-boot.html
- u-boot 适配映像验证
https://docs.u-boot.org/en/latest/usage/fit/signature.html
其中、u-boot FIT 映像签名是使用 u-boot mkimage 实用程序、以及使用外部 HSM 服务器进行 FIT 映像签名的一个选项
https://docs.u-boot.org/en/latest/usage/fit/signature.html#hardware-signing-with-pkcs-11-or-with-hsm
此致、
- Hong
Hong Hong:
感谢您的支持。 我将查看您分享的链接。
U-Boot 签名由 Yocto 的位烘烤自动处理。
我想修改传递到 mkimage 的参数、我正尝试确定应该更改的确切位置。
正确的方法是定义或覆盖 oe-core/meta/classes-recie/uboot-sign.bbclass 中 do_uboot_assux_fitimage () 中 mkimage 使用的变量吗?
此致、
最终目的
尊敬的:
对 FIT u-boot.img 签名类似于对 FIT 内核映像进行签名。 链接中注明了将密钥与外部 HSM 服务器一起使用的一个选项
https://docs.u-boot.org/en/latest/usage/fit/signature.html#hardware-signing-with-pkcs-11-or-with-hsm
此致、
- Hong