defconfigs: zedboard add info about uboot installation
authorSpenser Gilliland <spenser@gillilanding.com>
Fri, 7 Feb 2014 17:48:32 +0000 (11:48 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 7 Feb 2014 20:35:34 +0000 (21:35 +0100)
Add info about how to install a custom uboot on the zedboard.

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/avnet/zedboard/readme.txt

index b869066653a98861f16fad8fcf7afa202e0fcc52..6b6df3648654d45f5d230c2f5751a2d364955258 100644 (file)
@@ -11,3 +11,18 @@ to the sdcard:
        rootfs.cpio.gz.uboot -> uramdisk.image.gz
        uImage -> uImage
 
+Uboot Support
+-------------
+
+Uboot is installed in a wrapper file called BOOT.BIN located on the root of
+the SD card.  To create the BOOT.BIN file do the following.
+
+source <path/to/xilinx/settings.sh>
+cat <<EOF > boot.bif
+{
+   [bootloader]<path/to/fsbl.elf>
+   <path/to/system.bit>
+   <path/to/uboot.elf>
+}
+EOF
+bootgen -image boot.bif -o i BOOT.BIN