From: Andre Przywara <andre.przywara@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] upstream Arndale support
Date: Wed, 04 Dec 2013 12:39:58 +0100 [thread overview]
Message-ID: <529F148E.6020706@linaro.org> (raw)
Hi,
I cannot get upstream u-boot to run on an Arndale board. Everything
works when I use the Linaro branch. But this tree is old and carries a
whole different set of patches for Arndale.
Is the Arndale upstream support supposed to work? If yes, is there a
different recipe for populating the uSD card?
What works is the following:
$ git checkout linaro
$ make arndale5250_config && make -j arndale5250
$ dd if=/tmp/arndale-bl1.bin of=/dev/sdb seek=1
$ dd if=spl/smdk5250-spl.bin of=/dev/sdb seek=17
$ dd if=u-boot.bin of=/dev/sdb seek=49
Transferring this to upstream I get the following:
$ git checkout master
$ make arndale_config && make -j arndale
$ dd if=/tmp/arndale-bl1.bin of=/dev/sdb seek=1
$ dd if=spl/arndale-spl.bin of=/dev/sdb seek=17
$ dd if=u-boot.bin of=/dev/sdb seek=49
However while the Linaro based build works fine, I don't get any serial
output on the upstream build.
Can someone give any hints?
Thanks,
Andre.
next reply other threads:[~2013-12-04 11:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 11:39 Andre Przywara [this message]
2013-12-04 12:14 ` [U-Boot] upstream Arndale support Chander Kashyap
2013-12-04 12:45 ` Andre Przywara
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=529F148E.6020706@linaro.org \
--to=andre.przywara@linaro.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox