summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2019-05-16 13:04:03 +0300
committerStefan Roese <sr@denx.de>2019-07-11 10:58:02 +0200
commit85fe44105aeb517fcbeb7110ee8500953f285342 (patch)
treebd50b9f7518b1eeee074e5728a5605817feb20f2 /board
parent6403d385b6dfe8de0485f119c20edaba2c460ab0 (diff)
arm: mvebu: clearfog: document boot from SATA
Document the main U-Boot image offset when booting from SATA disk on the Clearfog board. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/solidrun/clearfog/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/solidrun/clearfog/README b/board/solidrun/clearfog/README
index 0b0e98de90..6171ce66f4 100644
--- a/board/solidrun/clearfog/README
+++ b/board/solidrun/clearfog/README
@@ -40,6 +40,12 @@ Install U-Boot on eMMC boot partition from Linux running on Clearfog:
Note that the SD card is not accessible when the Clearfog SOM has eMMC.
Consider initial boot from UART (see below).
+Install U-Boot on SATA:
+-----------------------
+
+When loading the main U-Boot image from raw SATA sector, set
+CONFIG_SPL_SATA_RAW_U_BOOT_SECTOR to 0x141.
+
Boot selection:
---------------