Re: boot cuImage on an old u-boot

2008-09-12 Thread Sebastian Siewior
* 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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: boot cuImage on an old u-boot

2008-08-25 Thread David Gibson
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 100
> > |## Booting image at 0100 ...
> > |   Image Name:   Linux-2.6.26
> > |   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
> > |   Data Size:1232711 Bytes =  1.2 MB
> > |   Load Address: 0040
> > |   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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: boot cuImage on an old u-boot

2008-08-21 Thread Scott Wood
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 100
> |## Booting image at 0100 ...
> |   Image Name:   Linux-2.6.26
> |   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
> |   Data Size:1232711 Bytes =  1.2 MB
> |   Load Address: 0040
> |   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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


boot cuImage on an old u-boot

2008-08-20 Thread Sebastian Siewior
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 100
|## Booting image at 0100 ...
|   Image Name:   Linux-2.6.26
|   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
|   Data Size:1232711 Bytes =  1.2 MB
|   Load Address: 0040
|   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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev