All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] defconfigs: zedboard add info about uboot installation
@ 2014-02-07 17:48 Spenser Gilliland
  2014-02-07 20:35 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Spenser Gilliland @ 2014-02-07 17:48 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
---
 board/avnet/zedboard/readme.txt |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/board/avnet/zedboard/readme.txt b/board/avnet/zedboard/readme.txt
index b869066..6b6df36 100644
--- a/board/avnet/zedboard/readme.txt
+++ b/board/avnet/zedboard/readme.txt
@@ -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
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] defconfigs: zedboard add info about uboot installation
  2014-02-07 17:48 [Buildroot] [PATCH 1/1] defconfigs: zedboard add info about uboot installation Spenser Gilliland
@ 2014-02-07 20:35 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-02-07 20:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Spenser" == Spenser Gilliland <spenser@gillilanding.com> writes:

 > Add info about how to install a custom uboot on the zedboard.
 > Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-07 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-07 17:48 [Buildroot] [PATCH 1/1] defconfigs: zedboard add info about uboot installation Spenser Gilliland
2014-02-07 20:35 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.