linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* kernel can't boot
@ 2003-12-26  0:50 sun-zj
  2003-12-26 10:25 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: sun-zj @ 2003-12-26  0:50 UTC (permalink / raw)
  To: linuxppc-embedded


Hi, all:

I am using the ELDL-2.1 from denx(Thanks their hard works)
and the recent kernel advised by Denk(thanks a lots). I compile
it and download it by tftp with FEC ethernet.
I use the FADS board and U-boot-1.0.0. The eldk enclosed
kernel-2.4.4 works fine. But kernel-2.4.23 can go to the stage

of Uncompressed kernel image OK. and then system Hangs there
without any messages?

Who can tell me what happens ?

Thanks your advice.

Best Regards.

Sun

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: kernel can't boot
  2003-12-26  0:50 kernel can't boot sun-zj
@ 2003-12-26 10:25 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2003-12-26 10:25 UTC (permalink / raw)
  To: sun-zj; +Cc: linuxppc-embedded


In message <200312260052.SAA27783@lists.linuxppc.org> you wrote:
>
> I am using the ELDL-2.1 from denx(Thanks their hard works)
> and the recent kernel advised by Denk(thanks a lots). I compile
> it and download it by tftp with FEC ethernet.
> I use the FADS board and U-boot-1.0.0. The eldk enclosed
> kernel-2.4.4 works fine. But kernel-2.4.23 can go to the stage
> of Uncompressed kernel image OK. and then system Hangs there
> without any messages?

Probably the kernel received invalid parameters (clock information).

> Who can tell me what happens ?

You did not read the FAQ. See
http://www.denx.de/twiki/bin/view/DULG/LinuxHangsAfterUncompressingKernel

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Ernest asks Frank how long he has been working for the company.
        "Ever since they threatened to fire me."

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: kernel can't boot
@ 2003-12-29  2:05 sun-zj
  2003-12-29  8:18 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: sun-zj @ 2003-12-29  2:05 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linuxppc-embedded


Hi, Denk:

Thank you for your wise instructions. I do as told . After I clear the
clock_in_mhz environment variable
the kernel boot. It goes well. Thanks again. :)
Our board use the Intel Flash 28F320C3T which driver for linux is not
available now. I found that
on the www including the mtd base org. But nothing.
I wonder if I want to develop the driver for myself,
what should I do for the kernel?

Appreciate your kind help

Best regard

Zongjun Sun

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: kernel can't boot
  2003-12-29  2:05 sun-zj
@ 2003-12-29  8:18 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2003-12-29  8:18 UTC (permalink / raw)
  To: sun-zj; +Cc: linuxppc-embedded


In message <200312290209.UAA07631@lists.linuxppc.org> you wrote:
>
> Thank you for your wise instructions. I do as told . After I clear
> the clock_in_mhz environment variable the kernel boot. It goes well.
> Thanks again. :)

You are welcome.

> Our board use the Intel Flash 28F320C3T which driver for linux is not
> available now. I found that

What makes you think so? This flash chip  is  used  on  a  couple  of
boards and the existing Linux drivers work fine with it.

> I wonder if I want to develop the driver for myself, what should I do
> for the kernel?

Nothing.

Best regards, and a Happy New Year!

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
To be a winner, all you need to give is all you have.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* RE: kernel can't boot
       [not found] <003a01c3cdc1$008e16c0$6704060a@future.futsoft.com>
@ 2003-12-29 14:12 ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2003-12-29 14:12 UTC (permalink / raw)
  To: kamarajp; +Cc: 'Wolfgang Denk', linuxppc embedded


On Sun, 2003-12-28 at 21:05, Kamaraj P wrote:
> Hi All,
> I am using RedBoot in IXP425 Board (Embedded Linux).
> Whether this environment settings are specific to U-Boot ?? If I am using
> RedBoot, How can I debug the kernel Image.
> Is there any FAQ available.
>

Perhaps you should be asking these questions on an ARM Linux list.
This list, and its members, concentrate mostly on PowerPC based
systems and the software that support them.

>
> Thanks in Advance.
> Kamaraj.
>
> -----Original Message-----
> From: owner-linuxppc-embedded@lists.linuxppc.org
> [mailto:owner-linuxppc-embedded@lists.linuxppc.org]On Behalf Of Wolfgang
> Denk
> Sent: Friday, December 26, 2003 3:56 PM
> To: sun-zj
> Cc: linuxppc-embedded@lists.linuxppc.org
> Subject: Re: kernel can't boot
>
>
>
> In message <200312260052.SAA27783@lists.linuxppc.org> you wrote:
> >
> > I am using the ELDL-2.1 from denx(Thanks their hard works)
> > and the recent kernel advised by Denk(thanks a lots). I compile
> > it and download it by tftp with FEC ethernet.
> > I use the FADS board and U-boot-1.0.0. The eldk enclosed
> > kernel-2.4.4 works fine. But kernel-2.4.23 can go to the stage
> > of Uncompressed kernel image OK. and then system Hangs there
> > without any messages?
>
> Probably the kernel received invalid parameters (clock information).
>
> > Who can tell me what happens ?
>
> You did not read the FAQ. See
> http://www.denx.de/twiki/bin/view/DULG/LinuxHangsAfterUncompressingKernel
>
> Best regards,
>
> Wolfgang Denk
>
> --
> Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
> Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
> Ernest asks Frank how long he has been working for the company.
>         "Ever since they threatened to fire me."
>
>
--
Gary Thomas <gary@mlbassoc.com>
MLB Associates


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-12-29 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-26  0:50 kernel can't boot sun-zj
2003-12-26 10:25 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2003-12-29  2:05 sun-zj
2003-12-29  8:18 ` Wolfgang Denk
     [not found] <003a01c3cdc1$008e16c0$6704060a@future.futsoft.com>
2003-12-29 14:12 ` Gary Thomas

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