how to know Address,Offset,Length in csf file while signing image on HSM

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

how to know Address,Offset,Length in csf file while signing image on HSM

跳至解决方案
1,143 次查看
pawar_123_y
Contributor II

Hello,

I want to sign image for imx8qxp board. the image name is "imx-boot-imx8qxprom5620a1-2G.bin-flash".I want to know how to know Address,Offset,Length for image.

can you please share link for demo image that i can sign on imx8qxp board.

 

Thank you.

 

0 项奖励
回复
1 解答
1,132 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

If you follow this guide ,the Address,Offset,Length  will output by using:

 

$ make SOC=<SoC Name> flash_hdmi_spl_uboot

 

make SOC=<SoC Name> print_fit_hab

 

https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx8m_secure_boot.txt?...

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,133 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

If you follow this guide ,the Address,Offset,Length  will output by using:

 

$ make SOC=<SoC Name> flash_hdmi_spl_uboot

 

make SOC=<SoC Name> print_fit_hab

 

https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx8m_secure_boot.txt?...

0 项奖励
回复