aboutsummaryrefslogtreecommitdiffstats
path: root/main/u-boot/README.txt
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-20 13:50:32 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-20 13:50:32 +0000
commitb8516073ff86f716ea9d477a4f86a333289ab1e2 (patch)
tree93120c6f4aa92f75468575c7d16b3e98a9c050a7 /main/u-boot/README.txt
parent1351763935e932e23f70a7ecf2cf69a79be5084b (diff)
downloadaports-b8516073ff86f716ea9d477a4f86a333289ab1e2.tar.bz2
aports-b8516073ff86f716ea9d477a4f86a333289ab1e2.tar.xz
main/u-boot: include only needed binaries
u-boot.bin is considered a fallback if nothing else is found. update the packaging also so that u-boot is meta package including all boot loaders
Diffstat (limited to 'main/u-boot/README.txt')
-rw-r--r--main/u-boot/README.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/u-boot/README.txt b/main/u-boot/README.txt
new file mode 100644
index 0000000000..06d0643bbe
--- /dev/null
+++ b/main/u-boot/README.txt
@@ -0,0 +1,21 @@
+WandBoard
+---------
+
+- ROM loads boot loader from raw MMC sectors at fixed address
+- NOTE: 1st partition needs to start after boot loader
+
+- Install u-boot with (pick the command for your board type):
+ dd if=wandboard_solo/u-boot.imx of=/dev/mmcblk0 seek=1 conv=fsync bs=1k
+ dd if=wandboard_dl/u-boot.imx of=/dev/mmcblk0 seek=1 conv=fsync bs=1k
+ dd if=wandboard_quad/u-boot.imx of=/dev/mmcblk0 seek=1 conv=fsync bs=1k
+
+
+BeagleBoard
+-----------
+
+- ROM looks for 1st partition with FAT, and loads MLO from it
+- NOTE: MLO needs to be the first file created on this partition
+
+- Install u-boot with:
+ cp am335x_boneblack/{MLO,u-boot.img} /media/mmcblk0p1/
+