aboutsummaryrefslogtreecommitdiffstats
path: root/main/u-boot/README.txt
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2016-07-14 09:44:31 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-07-25 15:15:30 +0000
commit35fc5805bf76ece84054fcc30457295899656273 (patch)
treec0055c8e1245358f88eccdb50a506db128ece9f5 /main/u-boot/README.txt
parentc4465cc601bc4d4a6e4a2244d88c27a9fe028adb (diff)
downloadaports-35fc5805bf76ece84054fcc30457295899656273.tar.bz2
aports-35fc5805bf76ece84054fcc30457295899656273.tar.xz
main/u-boot: Include u-boot-sunxi-with-spl.img in package
This is the bootable file for sunxi (Allwinner) based boards such as the Cubie* fixes #5933
Diffstat (limited to 'main/u-boot/README.txt')
-rw-r--r--main/u-boot/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/u-boot/README.txt b/main/u-boot/README.txt
index 549e98e49f..c342913a69 100644
--- a/main/u-boot/README.txt
+++ b/main/u-boot/README.txt
@@ -23,3 +23,10 @@ BeagleBoard
- Install u-boot with:
cp am335x_boneblack/{MLO,u-boot.img} /media/mmcblk0p1/
+Sunxi (Cubie* etc)
+------------------
+
+- ROM loads boot loader from SD-CARD sectors at fixed address
+- Install u-boot with:
+ sudo dd if=<board>/u-boot-sunxi-with-spl.bin of=/dev/sda bs=1024 seek=8
+