Changes between Version 40 and Version 41 of venice/secure_boot


Ignore:
Timestamp:
03/31/2025 10:40:00 PM (7 weeks ago)
Author:
Tim Harvey
Comment:

updated statement about uboot branch compatibility

Legend:

Unmodified
Added
Removed
Modified
  • venice/secure_boot

    v40 v41  
    44== General Notes
    55Secure boot, particularly in the context of our Venice family of Single Board Computers (SBCs), involves several key considerations and procedures. Here are some general notes to keep in mind:
    6  - U-Boot Versions: It's crucial to note that this guide was written for U-Boot version v2023.04-venice (or a compatible version), as different U-Boot branches may necessitate distinct configurations.
     6 - U-Boot Versions: It's crucial to note that different U-Boot branches may necessitate different options. This guide was written for and tested with U-Boot version v2023.04-venice and v2024.10-venice
    77 - Board Versions: Many of the steps here must be customized for your particular board, specifically the device-tree of the board. You will see many instructions here assuming 'imx8mm-venice-gw73xx-0x.dtb' - adjust as necessary.
    88 - Support for Additional Security Measures: Unlike some other systems that support features like Trusted Platform Module (TPM), OP-TEE (Open Portable Trusted Execution Environment), or CAAM (Cryptographic Acceleration and Assurance Module) keys, Venice SBCs primarily rely on the signature node for secure boot operations.