Changes between Version 11 and Version 12 of venice/secure_boot


Ignore:
Timestamp:
01/24/2024 10:04:49 PM (10 months ago)
Author:
Ryan Erbstoesser
Comment:

update venice bsp language and specify x86

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v11 v12  
    4545 - Close the device to force trusted boot
    4646
    47 Detailed Procedure (for Venice):
     47Detailed Procedure (for Venice) on x86 host machine:
    4848 1. Creation of Code Signing Key: '''This is an example - read the CST documentation and tailor to your needs'''
    4949  a. Retrieve the NXP Code Signing Tool (CST): https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW (Account required on NXP site)
     
    9595  * Note the above fuse values will differ per your serial/passphrase
    9696 2. Build U-boot with HABv4 enabled and a single DTB:
    97 {{{#!bash
    98 # checkout u-boot
     97  * Pre-requisite: Build Venice BSP using this link here: [wiki:venice/bsp]
     98  * Export VENICE_BSP variable to your directory: {{{export VENICE_BSP=/path/to/your/bsp/directory}}}
     99{{{#!bash
     100# checkout a fresh u-boot
    99101git clone https://github.com/Gateworks/uboot-venice.git
    100102cd u-boot