public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] upstream Arndale support
@ 2013-12-04 11:39 Andre Przywara
  2013-12-04 12:14 ` Chander Kashyap
  0 siblings, 1 reply; 3+ messages in thread
From: Andre Przywara @ 2013-12-04 11:39 UTC (permalink / raw)
  To: u-boot

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.

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

* [U-Boot] upstream Arndale support
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Chander Kashyap @ 2013-12-04 12:14 UTC (permalink / raw)
  To: u-boot

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



-- 
with warm regards,
Chander Kashyap

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

* [U-Boot] upstream Arndale support
  2013-12-04 12:14 ` Chander Kashyap
@ 2013-12-04 12:45   ` Andre Przywara
  0 siblings, 0 replies; 3+ messages in thread
From: Andre Przywara @ 2013-12-04 12:45 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2013-12-04 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox