linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* boot cuImage on an old u-boot
@ 2008-08-20 15:09 Sebastian Siewior
  2008-08-21 16:15 ` Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Siewior @ 2008-08-20 15:09 UTC (permalink / raw)
  To: linuxppc-dev

I have here a mpc8540ads board and a u-boot 1.0.0. I've build the
defconfig for the board and I tried to boot the genarated
cuImage.mpc8540ads image. After the bootm command I see just

|8540> bootm 1000000
|## Booting image at 01000000 ...
|   Image Name:   Linux-2.6.26
|   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
|   Data Size:    1232711 Bytes =  1.2 MB
|   Load Address: 00400000
|   Entry Point:  004005ac
|   Verifying Checksum ... OK
|   Uncompressing Kernel Image ... OK
|

I don't see the device tree fixups printfs, so crash happend quite
early. Anyone an idea what I could have done wrong?

Sebastian

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

* Re: boot cuImage on an old u-boot
  2008-08-20 15:09 boot cuImage on an old u-boot Sebastian Siewior
@ 2008-08-21 16:15 ` Scott Wood
  2008-08-25  9:36   ` David Gibson
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2008-08-21 16:15 UTC (permalink / raw)
  To: Sebastian Siewior; +Cc: linuxppc-dev

On Wed, Aug 20, 2008 at 05:09:58PM +0200, Sebastian Siewior wrote:
> I have here a mpc8540ads board and a u-boot 1.0.0. I've build the
> defconfig for the board and I tried to boot the genarated
> cuImage.mpc8540ads image. After the bootm command I see just
> 
> |8540> bootm 1000000
> |## Booting image at 01000000 ...
> |   Image Name:   Linux-2.6.26
> |   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
> |   Data Size:    1232711 Bytes =  1.2 MB
> |   Load Address: 00400000
> |   Entry Point:  004005ac
> |   Verifying Checksum ... OK
> |   Uncompressing Kernel Image ... OK
> |
> 
> I don't see the device tree fixups printfs, so crash happend quite
> early. Anyone an idea what I could have done wrong?

Make sure the device tree contains /chosen/linux,stdout-path.

-Scott

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

* Re: boot cuImage on an old u-boot
  2008-08-21 16:15 ` Scott Wood
@ 2008-08-25  9:36   ` David Gibson
  2008-09-12 15:31     ` Sebastian Siewior
  0 siblings, 1 reply; 4+ messages in thread
From: David Gibson @ 2008-08-25  9:36 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev, Sebastian Siewior

On Thu, Aug 21, 2008 at 11:15:05AM -0500, Scott Wood wrote:
> On Wed, Aug 20, 2008 at 05:09:58PM +0200, Sebastian Siewior wrote:
> > I have here a mpc8540ads board and a u-boot 1.0.0. I've build the
> > defconfig for the board and I tried to boot the genarated
> > cuImage.mpc8540ads image. After the bootm command I see just
> > 
> > |8540> bootm 1000000
> > |## Booting image at 01000000 ...
> > |   Image Name:   Linux-2.6.26
> > |   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
> > |   Data Size:    1232711 Bytes =  1.2 MB
> > |   Load Address: 00400000
> > |   Entry Point:  004005ac
> > |   Verifying Checksum ... OK
> > |   Uncompressing Kernel Image ... OK
> > |
> > 
> > I don't see the device tree fixups printfs, so crash happend quite
> > early. Anyone an idea what I could have done wrong?
> 
> Make sure the device tree contains /chosen/linux,stdout-path.

No paths to properties, remember!

Make sure the device tree contains a linux,stdout-path property in
/chosen.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

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

* Re: boot cuImage on an old u-boot
  2008-08-25  9:36   ` David Gibson
@ 2008-09-12 15:31     ` Sebastian Siewior
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Siewior @ 2008-09-12 15:31 UTC (permalink / raw)
  To: David Gibson; +Cc: Scott Wood, linuxppc-dev

* David Gibson | 2008-08-25 19:36:17 [+1000]:

>Make sure the device tree contains a linux,stdout-path property in
>/chosen.

Oh. it did the trick.
Thanks.

Sebastian

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

end of thread, other threads:[~2008-09-12 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20 15:09 boot cuImage on an old u-boot Sebastian Siewior
2008-08-21 16:15 ` Scott Wood
2008-08-25  9:36   ` David Gibson
2008-09-12 15:31     ` Sebastian Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).