Changes between Version 1 and Version 2 of secure_boot


Ignore:
Timestamp:
04/07/2021 06:15:58 AM (3 years ago)
Author:
Tim Harvey
Comment:

add note about memory overlap

Legend:

Unmodified
Added
Removed
Modified
  • secure_boot

    v1 v2  
    231231load mmc 0:1 $loadaddr /boot/fit.itb && bootm $loadaddr
    232232}}}
     233  * Make sure the address you are loading the FIT image to does not cause an overlap in memory with where the kernel load/entry point is. The bootm command will copy or uncompress the kernel to the load/entry point and copy the initramfs and the fdt to a location following that. You may need to alter loadaddr to somewhere in memory other than the default.