Changes between Version 38 and Version 39 of venice/secure_boot


Ignore:
Timestamp:
11/14/2024 10:05:31 PM (6 days ago)
Author:
Tim Harvey
Comment:

add additional notes about csf.sh per uboot version

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v38 v39  
    481481export SRK_TABLE=$CST_DIR/crts/SRK_1_2_3_4_table.bin
    482482export PATH=$CST_DIR/linux64/bin:$PATH
    483 # sign flash.bin
     483# sign flash.bin (if U-Boot version is less than v2024.10 where automated signing was introduced if CONFIG_IMX_HAB=y)
    484484/bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh
    485485# create a JTAG image (if needed) using one of the following depending on your SoC
     
    16691669{{{#!bash
    16701670make flash.bin
    1671 # sign flash.bin; see "i.MX secure boot" section
     1671# sign flash.bin (if U-Boot version is less than v2024.10 where automated signing was introduced if CONFIG_IMX_HAB=y)
    16721672/bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh
    16731673}}}