DHCOM STM32MP1 Bootloader U-Boot: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Ageisreiter (talk | contribs) No edit summary |
Ageisreiter (talk | contribs) |
||
Line 18: | Line 18: | ||
==U-boot console commands== | ==U-boot console commands== | ||
=== | === loady - serial load command === | ||
:'''SPI Flash Init''' | :'''SPI Flash Init''' |
Revision as of 14:55, 3 December 2021
How to build U-Boot
Get sources from Github
Configure and build the Device Tree + Kernel
|
U-boot console commands
loady - serial load command
- 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>