Changes between Version 11 and Version 12 of venice/secure_boot
- Timestamp:
- 01/24/2024 10:04:49 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/secure_boot
v11 v12 45 45 - Close the device to force trusted boot 46 46 47 Detailed Procedure (for Venice) :47 Detailed Procedure (for Venice) on x86 host machine: 48 48 1. Creation of Code Signing Key: '''This is an example - read the CST documentation and tailor to your needs''' 49 49 a. Retrieve the NXP Code Signing Tool (CST): https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW (Account required on NXP site) … … 95 95 * Note the above fuse values will differ per your serial/passphrase 96 96 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 99 101 git clone https://github.com/Gateworks/uboot-venice.git 100 102 cd u-boot