Key generation for encrypted boot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Key generation for encrypted boot

ソリューションへジャンプ
1,875件の閲覧回数
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 解決策
1,447件の閲覧回数
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 返答(返信)
1,448件の閲覧回数
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

1,447件の閲覧回数
friederbaumgrat
Contributor III

Hey Gary,

Thank you for your answer.

Regards,

Frieder

0 件の賞賛
返信