All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Schmelzer <hannes@schmelzer.or.at>
To: u-boot@lists.denx.de
Subject: [U-Boot] ZYNQ, ZC702 getting started
Date: Fri, 18 Sep 2015 09:32:05 +0200	[thread overview]
Message-ID: <55FBBDF5.9000000@schmelzer.or.at> (raw)
In-Reply-To: <CAD6G_RRiaUUEAMAy=XGe2T9Z1fXMiYoeR1QqM6QuLd4_2zPv-Q@mail.gmail.com>

>> Hi,
>>
>> i am currently starting development software for a new B&R board based on
>> the ZYNQ7000.
>>
>> To make live easier i want to try start with the Xilinx Evalboard ZC702, get
>> there some experience to start afterwards with my own board.
>>
>> I have allready built "zynq_zc702_defconfig" - but have no plan how to bring
>> the build output to my board.
>> Is it necessary to build some FSBL with the Xilinx SDK an merge the output
>> with u-boot's output ?
>> Or is it possible to take some SPL und U-Boot, burn it so SD-Card or QSPI
>> flash and run ?
> Either works fine.
>
> For SPL use mmc instead of QSPI - qspi patches on the way to merge mainline.
>
> mmc:
> build the source in mainline and download zynq boot.bin generator from
> [1] and copy boot.bin and u-boot-dtb.img on to sd card, thats it.
>
> [1] https://github.com/openedev/u-boot-zynq/blob/master/tools/zynq-boot-bin.py

Hi jagan,

many thanks for response and help.

It is now bit more cleaner to me ... in final i wan't to use hw guys 
output (ps7_* files) and build my software.
At this point i think, i don't need the Vivado or Xilinx SDK at all ... 
just my ARM toolchain and u-boot. Fine.

For the beginning i will use mmc (or maybe jtag). Finally i must use 
qspi. I think the QSPI support can be found on your github [1].

I've downloaded [1] ... and run:

~/work/u-boot-zynq $ tools/zynq-boot-bin.py
test.py -u <inputfile> -o <outputfile>

What is the input file ?
For my understanding, i need 2 input files (SPL and u-boot), or i'm wrong ?

best regards,
Hannes

  reply	other threads:[~2015-09-18  7:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-18  6:12 [U-Boot] ZYNQ, ZC702 getting started Hannes Schmelzer
2015-09-18  7:13 ` Jagan Teki
2015-09-18  7:32   ` Hannes Schmelzer [this message]
2015-09-18  8:59     ` Jagan Teki
2015-09-18  9:27       ` Hannes Schmelzer
2015-09-18  9:31         ` Jagan Teki

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=55FBBDF5.9000000@schmelzer.or.at \
    --to=hannes@schmelzer.or.at \
    --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.