Changes between Version 37 and Version 38 of venice/secure_boot
- Timestamp:
- 11/14/2024 09:32:24 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/secure_boot
v37 v38 157 157 make flash.bin 158 158 }}} 159 - if using a non-gateworks branch of U-boot, ensure that "CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000" 159 160 - for clarity here are the differences in defconfig: 160 161 {{{#!bash … … 175 176 export SRK_TABLE=$CST_DIR/crts/SRK_1_2_3_4_table.bin 176 177 export 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) 178 179 /bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh 179 180 # create a JTAG image (if needed) using one of the following (dependent on which SoC you are using)