linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.6 kernel hangs after loading device tree
@ 2007-08-29 16:14 charanya venkatraman
  0 siblings, 0 replies; 5+ messages in thread
From: charanya venkatraman @ 2007-08-29 16:14 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 7 bytes --]

Hi all

[-- Attachment #2: Type: text/html, Size: 58 bytes --]

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

* 2.6 kernel hangs after loading device tree
@ 2007-08-29 16:38 charanya venkatraman
  2007-11-20  0:08 ` abhi_linux
  0 siblings, 1 reply; 5+ messages in thread
From: charanya venkatraman @ 2007-08-29 16:38 UTC (permalink / raw)
  To: Linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

Hi all
       Sorry about the previous mail.Got sent  by mistake.

Iam using the 2.6.22.5 kernel on MPC 8560 and MPC8540 on my custom
board.Mykernel hangs after loading the device tree in both the
processors .There is
no output on the serial port after loading the device tree.Am using U-boot
1.2.0 as the bootloader.After enabling debug in u-boot i could see that the
control is getting transferred to the kernel after which it hangs.Earlier i
tried using 2.6.21 which also hangs at the same point.The config files used
were MPC8540ADS_defconfig and MPC8560ADS_defconfig under powerpc directory.
The changes that were made to the device tree are:
1.The reg and ranges properties of the soc node have been changed to account
for the change in CCSRBAR of my board.
2.Removed the PCI,mdio nodes and ethernet nodes since i dont need support
for these as of now.

I have tried the following console arguments:
MPC8540: bootargs root=/dev/ram rw console=ttyS0,115200
MPC8560:bootargs root=/dev/ram rw console=ttyCPM0,115200

Any help on this issue??

Thanks.
Charanya.

[-- Attachment #2: Type: text/html, Size: 1191 bytes --]

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

* Re: 2.6 kernel hangs after loading device tree
  2007-08-29 16:38 charanya venkatraman
@ 2007-11-20  0:08 ` abhi_linux
  2007-11-20 11:08   ` Clemens Koller
  0 siblings, 1 reply; 5+ messages in thread
From: abhi_linux @ 2007-11-20  0:08 UTC (permalink / raw)
  To: linuxppc-embedded


Hello
Did u get a solution to this? I have similar issues. How do u enable
debugging in UBoot?
Thanks

charanya venkatraman wrote:
> 
> Hi all
>        Sorry about the previous mail.Got sent  by mistake.
> 
> Iam using the 2.6.22.5 kernel on MPC 8560 and MPC8540 on my custom
> board.Mykernel hangs after loading the device tree in both the
> processors .There is
> no output on the serial port after loading the device tree.Am using U-boot
> 1.2.0 as the bootloader.After enabling debug in u-boot i could see that
> the
> control is getting transferred to the kernel after which it hangs.Earlier
> i
> tried using 2.6.21 which also hangs at the same point.The config files
> used
> were MPC8540ADS_defconfig and MPC8560ADS_defconfig under powerpc
> directory.
> The changes that were made to the device tree are:
> 1.The reg and ranges properties of the soc node have been changed to
> account
> for the change in CCSRBAR of my board.
> 2.Removed the PCI,mdio nodes and ethernet nodes since i dont need support
> for these as of now.
> 
> I have tried the following console arguments:
> MPC8540: bootargs root=/dev/ram rw console=ttyS0,115200
> MPC8560:bootargs root=/dev/ram rw console=ttyCPM0,115200
> 
> Any help on this issue??
> 
> Thanks.
> Charanya.
> 
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> 

-- 
View this message in context: http://www.nabble.com/2.6-kernel-hangs-after-loading-device-tree-tf4348921.html#a13848328
Sent from the linuxppc-embedded mailing list archive at Nabble.com.

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

* Re: 2.6 kernel hangs after loading device tree
  2007-11-20  0:08 ` abhi_linux
@ 2007-11-20 11:08   ` Clemens Koller
  0 siblings, 0 replies; 5+ messages in thread
From: Clemens Koller @ 2007-11-20 11:08 UTC (permalink / raw)
  To: abhi_linux; +Cc: linuxppc-embedded

 > charanya venkatraman wrote:
 >> Hi all
 >>        Sorry about the previous mail.Got sent  by mistake.
 >>
 >> Iam using the 2.6.22.5 kernel on MPC 8560 and MPC8540 on my custom
 >> board.Mykernel hangs after loading the device tree in both the
 >> processors. There is
 >> no output on the serial port after loading the device tree.

 >> I have tried the following console arguments:
 >> MPC8540: bootargs root=/dev/ram rw console=ttyS0,115200
 >> MPC8560:bootargs root=/dev/ram rw console=ttyCPM0,115200
 >>
 >> Any help on this issue??

Maybe your problem is related to... See the thread at:
http://ozlabs.org/pipermail/linuxppc-embedded/2007-November/028968.html
(I use Paulus' git tree.)

Regards,

Clemens Koller
__________________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Straße 45/1
Linhof Werksgelände
D-81379 München
Tel.089-741518-50
Fax 089-741518-19
http://www.anagramm-technology.com

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

* Re: 2.6 kernel hangs after loading device tree
@ 2007-11-20 18:59 charanya venkatraman
  0 siblings, 0 replies; 5+ messages in thread
From: charanya venkatraman @ 2007-11-20 18:59 UTC (permalink / raw)
  To: linuxppc-embedded

Hi,
      I got a solution to this.The problem was with the current speed
parameter in the DTS,as stated.You need to explicity specify the
speed.It doesnot get filled in from U-boot.You can also probabaly
check the kernel log buf to see what values are set for these
parameters.Anyways,changing the current speed made it work me and my
2.6 kernel is now up.

Thanks.
Charanya.



> Date: Mon, 19 Nov 2007 16:08:03 -0800 (PST)
> From: abhi_linux <seema.pm@gmail.com>
> Subject: Re: 2.6 kernel hangs after loading device tree
> To: linuxppc-embedded@ozlabs.org
> Message-ID: <13848328.post@talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hello
> Did u get a solution to this? I have similar issues. How do u enable
> debugging in UBoot?
> Thanks
>
> charanya venkatraman wrote:
> >
> > Hi all
> >        Sorry about the previous mail.Got sent  by mistake.
> >
> > Iam using the 2.6.22.5 kernel on MPC 8560 and MPC8540 on my custom
> > board.Mykernel hangs after loading the device tree in both the
> > processors .There is
> > no output on the serial port after loading the device tree.Am using U-boot
> > 1.2.0 as the bootloader.After enabling debug in u-boot i could see that
> > the
> > control is getting transferred to the kernel after which it hangs.Earlier
> > i
> > tried using 2.6.21 which also hangs at the same point.The config files
> > used
> > were MPC8540ADS_defconfig and MPC8560ADS_defconfig under powerpc
> > directory.
> > The changes that were made to the device tree are:
> > 1.The reg and ranges properties of the soc node have been changed to
> > account
> > for the change in CCSRBAR of my board.
> > 2.Removed the PCI,mdio nodes and ethernet nodes since i dont need support
> > for these as of now.
> >
> > I have tried the following console arguments:
> > MPC8540: bootargs root=/dev/ram rw console=ttyS0,115200
> > MPC8560:bootargs root=/dev/ram rw console=ttyCPM0,115200
> >
> > Any help on this issue??
> >
> > Thanks.
> > Charanya.

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

end of thread, other threads:[~2007-11-20 18:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 16:14 2.6 kernel hangs after loading device tree charanya venkatraman
  -- strict thread matches above, loose matches on Subject: below --
2007-08-29 16:38 charanya venkatraman
2007-11-20  0:08 ` abhi_linux
2007-11-20 11:08   ` Clemens Koller
2007-11-20 18:59 charanya venkatraman

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