DHCOM STM32MP1 Bootloader U-Boot
From Wiki-DB
How to build U-Boot
Get sources from Github
Configure and build the Device Tree + Kernel
|
U-boot console commands
SPI Flash
- SPI Flash Init
sf probe
- Example:
sf probe
- Description: Initializes the OnBoard SPI Flash
- SPI Flash Read
sf read <SDRAM address> <SPI Flash address> <Bytes>