Key generation for encrypted boot

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

Key generation for encrypted boot

跳至解决方案
1,391 次查看
friederbaumgrat
Contributor III

Dear NXP community,

I am currently working on the encrypted boot for IMX.6 CPUs.

Everything works, but I have one problem. I have to encrypt the same image and transfer them to different boards (same CPU). The current state is, that I run the CST Tool and transfer the generated output key (dek.bin) to the board and call the dek_blob function in order to generate the dek_blob.bin (final key).

Is there a way I don't need to transfer the dek.bin to the board?

Is is possible to generate the dek_blob.bin on my host computer?

Best regards,

Frieder

标签 (1)
0 项奖励
回复
1 解答
963 次查看
gary_bisson
Senior Contributor III

Hi,

No there is no way, that is the whole point of the process, to be unique per board since it relies on each board unique ID/key.

If you really want to flash the exact same image on each platform, I guess you'll need give up on encryption and sign only.

Regards,

Gary

在原帖中查看解决方案

2 回复数
964 次查看
gary_bisson
Senior Contributor III

Hi,

No there is no way, that is the whole point of the process, to be unique per board since it relies on each board unique ID/key.

If you really want to flash the exact same image on each platform, I guess you'll need give up on encryption and sign only.

Regards,

Gary

963 次查看
friederbaumgrat
Contributor III

Hey Gary,

Thank you for your answer.

Regards,

Frieder

0 项奖励
回复