signed uboot script (boot.scr) authentication

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

signed uboot script (boot.scr) authentication

ソリューションへジャンプ
1,625件の閲覧回数
shufi
Contributor I

Hi All,

I wanted to switch kernel and rootfs partition with uboot script instead of environment variable for security concerns.

So it is possible to authenticate(signature verification) of boot script first before execution, like we are authenticating kernel FIT image.


I have created a signed boot script similar to FIT image, so now I have a kernel FIT image and signed boot script.
Uboot can authenticate the kernel FIT image but how to authenticate signed boot.scr before FIT image.?

Thanks.

0 件の賞賛
返信
1 解決策
1,601件の閲覧回数
shufi
Contributor I

Thanks @Yuri 
Yes, I already did this by modifying source command.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,602件の閲覧回数
shufi
Contributor I

Thanks @Yuri 
Yes, I already did this by modifying source command.

0 件の賞賛
返信
1,605件の閲覧回数
Yuri
NXP Employee
NXP Employee

@shufi 
Hello,

   generally it is possible to authenticate boot script  before execution, like kernel image,
but the script should be loaded to memory first. Perhaps U-boot command "source"
can be used here.

Regards,
Yuri.

0 件の賞賛
返信