From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] Xilinx Zed Board resets with Master
Date: Thu, 27 Mar 2014 14:17:41 +0100 [thread overview]
Message-ID: <533424F5.6010903@monstr.eu> (raw)
In-Reply-To: <CAD6G_RQMzo7cXTzAyH=pW34fsM+D6nVJEnWXCj4wJQNkUeRFoQ@mail.gmail.com>
>>>> Please check and may be you can try u-boot-dtb.elf.
>>> Mh, don't know how to create this kind of file?
>>
>> Jagan maybe knows more but I don't think u-boot-dtb.elf is generated.
>> Just u-boot-dtb.bin is generated which should be copied as data file
>> in xmd and not sure if binary file can be directly used for bootgen.
>
> IMHO, there is a file u-boot-dtb (elf) generated when we build FDT u-boot
> I thought that can have a facility boot using BOOT.BIN.
>
> I guess it's good to have a try.
Here is how files are generated.
[u-boot]$ make -j8 V=1 | grep u-boot\.dtb
cp dts/dt.dtb u-boot.dtb
cat u-boot.bin dts/dt.dtb > u-boot-dtb.bin
u-boot.dtb is just dtb file.
[u-boot]$ ls -la u-boot*
-rwxr-xr-x 1 monstr monstr 1525805 2014-03-27 14:13 u-boot
-rw-r--r-- 1 monstr monstr 270608 2014-03-27 14:13 u-boot.bin
-rw-r--r-- 1 monstr monstr 11860 2014-03-27 13:00 u-boot.dtb
-rw-r--r-- 1 monstr monstr 282468 2014-03-27 14:13 u-boot-dtb.bin
-rw-r--r-- 1 monstr monstr 270672 2014-03-27 14:13 u-boot.img
-rw-r--r-- 1 monstr monstr 1179 2014-03-27 12:55 u-boot.lds
-rw-r--r-- 1 monstr monstr 267756 2014-03-27 14:13 u-boot.map
-rw-r--r-- 1 monstr monstr 811906 2014-03-27 14:13 u-boot.srec
[u-boot]$ dtc -O dts -I dtb u-boot.dtb | head -n 20
/dts-v1/;
/ {
#address-cells = <0x1>;
#size-cells = <0x1>;
compatible = "xlnx,zynq-7000";
model = "Xilinx Zynq";
aliases {
ethernet0 = "/amba at 0/ps7-ethernet at e000b000";
serial0 = "/amba at 0/serial at e0001000";
spi0 = "/amba at 0/ps7-qspi at e000d000";
};
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
linux,stdout-path = "/amba at 0/serial at e0001000";
};
cpus {
M
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140327/c5ddb85e/attachment.pgp>
next prev parent reply other threads:[~2014-03-27 13:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-27 8:08 [U-Boot] Xilinx Zed Board resets with Master Tim Sander
2014-03-27 8:21 ` Michal Simek
2014-03-27 8:50 ` Jagan Teki
2014-03-27 10:33 ` Tim Sander
2014-03-27 12:01 ` Michal Simek
2014-03-27 12:05 ` Michal Simek
2014-03-27 12:11 ` Jagan Teki
2014-03-27 13:17 ` Michal Simek [this message]
2014-03-27 16:32 ` Tim Sander
2014-03-27 16:46 ` Michal Simek
2014-03-28 15:20 ` Tim Sander
2014-04-01 13:20 ` Michal Simek
2014-04-03 9:27 ` Tim Sander
2014-04-03 9:28 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=533424F5.6010903@monstr.eu \
--to=monstr@monstr.eu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.