Changes between Version 38 and Version 39 of venice/secure_boot
- Timestamp:
- 11/14/2024 10:05:31 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/secure_boot
v38 v39 481 481 export SRK_TABLE=$CST_DIR/crts/SRK_1_2_3_4_table.bin 482 482 export 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) 484 484 /bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh 485 485 # create a JTAG image (if needed) using one of the following depending on your SoC … … 1669 1669 {{{#!bash 1670 1670 make flash.bin 1671 # sign flash.bin ; see "i.MX secure boot" section1671 # sign flash.bin (if U-Boot version is less than v2024.10 where automated signing was introduced if CONFIG_IMX_HAB=y) 1672 1672 /bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh 1673 1673 }}}