defconfigs: zedboard add info about uboot installation

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>
This commit is contained in:
Spenser Gilliland 2014-02-07 11:48:32 -06:00 committed by Peter Korsgaard
parent 2d91c68968
commit acb457e750
1 changed files with 15 additions and 0 deletions

View 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