All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] upstream Arndale support
Date: Wed, 04 Dec 2013 13:45:01 +0100	[thread overview]
Message-ID: <529F23CD.4030603@linaro.org> (raw)
In-Reply-To: <CANuQgHHF9BwSgj7BBJ02jKsuvBKyhOunJFqCf1A3tCNYj-UJmQ@mail.gmail.com>

On 12/04/2013 01:14 PM, Chander Kashyap wrote:
> Hi Andre,
>
> On 4 December 2013 17:09, Andre Przywara <andre.przywara@linaro.org> wrote:
>> 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
> dd if=u-boot-dtb.bin of=/dev/sdb seek=49

Indeed! That works!

Thanks a lot!

Andre.

>>
>> 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.
>
>
>

      reply	other threads:[~2013-12-04 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-04 11:39 [U-Boot] upstream Arndale support Andre Przywara
2013-12-04 12:14 ` Chander Kashyap
2013-12-04 12:45   ` Andre Przywara [this message]

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=529F23CD.4030603@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 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.