[U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line

Stefano Babic sbabic at denx.de
Thu Jun 29 08:29:13 UTC 2017


On 26/06/2017 19:02, Breno Lima wrote:
> The CST input option was replaced by -i on CST 2.3.2, so update the
> Code Signing Tool command line.
> 
> Signed-off-by: Breno Lima <breno.lima at nxp.com>
> ---
>  doc/README.imx6 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/README.imx6 b/doc/README.imx6
> index 0e00968..9ca2150 100644
> --- a/doc/README.imx6
> +++ b/doc/README.imx6
> @@ -177,10 +177,10 @@ Example Output of the u-boot-ivt.img (firmware_ivt) creation:
>   Entry Point:  00000000
>   HAB Blocks:   0x177fffc0   0x0000   0x00054020
>  
> -The CST (Code Signing Tool) can be downloaded from NXP.
> +The CST (Code Signing Tool) version 2.3.2 can be downloaded from NXP website.
>  # Compile CSF and create signature
> -./cst --o csf-u-boot.bin < command_sequence_uboot.csf
> -./cst --o csf-SPL.bin < command_sequence_spl.csf
> +./cst --o csf-u-boot.bin -i command_sequence_uboot.csf
> +./cst --o csf-SPL.bin -i command_sequence_spl.csf
>  # Append compiled CSF to Binary
>  cat SPL csf-SPL.bin > SPL-signed
>  cat u-boot-ivt.img csf-u-boot.bin > u-boot-signed.img
> 
Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list