Changes between Version 37 and Version 38 of venice/secure_boot


Ignore:
Timestamp:
11/14/2024 09:32:24 PM (7 days ago)
Author:
Tim Harvey
Comment:

added note about csf.sh not necessary after U-Boot v2024.10 and note about verifying CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v37 v38  
    157157make flash.bin
    158158}}}
     159  - if using a non-gateworks branch of U-boot, ensure that "CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000"
    159160  - for clarity here are the differences in defconfig:
    160161{{{#!bash
     
    175176export SRK_TABLE=$CST_DIR/crts/SRK_1_2_3_4_table.bin
    176177export PATH=$CST_DIR/linux64/bin:$PATH
    177 # sign flash.bin
     178# sign flash.bin (if U-Boot version is less than v2024.10 where automated signing was introduced if CONFIG_IMX_HAB=y)
    178179/bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh
    179180# create a JTAG image (if needed) using one of the following (dependent on which SoC you are using)