Commit acb457e7 authored by Spenser Gilliland's avatar Spenser Gilliland Committed by Peter Korsgaard
Browse files

defconfigs: zedboard add info about uboot installation



Add info about how to install a custom uboot on the zedboard.

Signed-off-by: default avatarSpenser Gilliland <spenser@gillilanding.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 2d91c689
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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