Communicating securely from Linux to U-Boot in i.MX8MM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Communicating securely from Linux to U-Boot in i.MX8MM

跳至解决方案
691 次查看
Sampo
Contributor III

I have an i.MX8MM device with secure boot enabled. Is there a secure way to store encrypted data in the Linux world, that can then be read from U-boot? Using a fully encrypted filesystem is not an option.

I was considering using the "blob enc/dec" commands, but I was unable to find clear and up to date instructions on how to use them. Is it even possible to encrypt generic data in Linux, and then decrypt it in U-Boot?

0 项奖励
回复
1 解答
671 次查看
Harvey021
NXP TechSupport
NXP TechSupport

We don't have such a reference implementation yet. After blob decryption, the generated black key is injected into the Linux keyring.

You may have a try to port the decryption blob descriptor to uboot.

 

Regards

Harvey

在原帖中查看解决方案

0 项奖励
回复
1 回复
672 次查看
Harvey021
NXP TechSupport
NXP TechSupport

We don't have such a reference implementation yet. After blob decryption, the generated black key is injected into the Linux keyring.

You may have a try to port the decryption blob descriptor to uboot.

 

Regards

Harvey

0 项奖励
回复