Changes between Version 1 and Version 2 of venice/secure_boot


Ignore:
Timestamp:
07/12/2021 08:29:35 PM (3 years ago)
Author:
Tim Harvey
Comment:

add missing exported variables for signing script

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v1 v2  
    162162 3. create a signed_flash.bin using the [http://trac.gateworks.com/attachment/wiki/venice/secure_boot/sign_hab_imx8m.sh  sign_hab_imx8m.sh script]
    163163{{{#!bash
     164# setup env to point to the CST
     165export CST_DIR=/usr/src/nxp/cst-3.3.1/
     166export CST_BIN=$CST_DIR/linux64/bin/cst
     167export SIGN_KEY=$CST_DIR/crts/CSF1_1_sha256_4096_65537_v3_usr_crt.pem
     168export IMG_KEY=$CST_DIR/crts/IMG1_1_sha256_4096_65537_v3_usr_crt.pem
     169export SRK_TABLE=$CST_DIR/crts/SRK_1_2_3_4_table.bin
     170# sign it
    164171$ ./sign_hab_imx8m.sh
    165172Install SRK