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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
612 Views
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 Kudos
1 Solution
601 Views
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?...

View solution in original post

0 Kudos
1 Reply
602 Views
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 Kudos