• The MSD (and secure-boot variant) bootloader has been updated to
    fully initialise SDRAM in order to resolve problems when using
    this method to run Linux ramdisks / initrd.
    Therefore, MSD boot will not work on a system with a blank or
    corrupted EEPROM. If so, an error message will be output to the
    UART and the EEPROM should be programmed using the recovery
    option.
    Tim Gover authored
     
    Browse File »





  • Initial BETA release for secure-boot.
    
    secure-boot adds two new sub-directory to usbboot:
    
    * secure-boot-recovery is used to create an EEPROM signed with
      the customer's RSA private key and configures the 2711 OTP
      settings permenantely require signed boot images.
      See secure-boot-recovery/README.md
    * Once secure-boot is enabled the CM4 MSD mode firmware must
      also be signed with the customer's RSA private key.
      See secure-boot-msd/README.md
    
    N.B The revoke_devkey and program_jtag_lock are NOT enabled in
    this initial BETA release.
    tim authored
     
    Browse File »