linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Problem  of  linux's  kernel  booting
@ 2004-02-05  1:31 yang
  2004-02-05  8:25 ` Wolfgang Denk
  2004-02-05 11:17 ` James Bates
  0 siblings, 2 replies; 3+ messages in thread
From: yang @ 2004-02-05  1:31 UTC (permalink / raw)
  To: linuxppc-embedded, wchyang_hn


Hello,
    I encounter a problem when booting linux 2.2.4 kernel on FADS860T board by ppcboot-2.0.
    After mounting NFS filesystem on my host, the follow message was printed in console:

        ## Booting image at ffe80000 ...
           Image Name:   Linux-2.4.4
           Image Type:   PowerPC Linux Kernel Image (gzip compressed)
           Data Size:    457580 Bytes = 446.9 kB
           Load Address: 00000000
           Entry Point:  00000000
           Verifying Checksum ... OK
           Uncompressing Kernel Image ... OK
        Linux version 2.4.4 (yang@vlinux) (gcc version 2.95.3 20010315 (release/MontaVis
        ta)) #12 Tue Feb 3 19:37:20 CST 2004
        On node 0 totalpages: 8192
        zone(0): 8192 pages.
        zone(1): 0 pages.
        zone(2): 0 pages.
        Kernel command line: root=/dev/nfs rw nfsroot=172.18.19.254:/opt/nfsfilesystem/
        ip=172.18.19.253:172.18.19.254:172.18.19.1:255.255.255.0:vmlinux::off
        Decrementer Frequency: 3125000
        Warning: real time clock seems stuck!
        Calibrating delay loop... 49.86 BogoMIPS
        Memory: 30868k available (920k kernel code, 336k data, 44k init, 0k highmem)
        Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes)
        Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
        Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
        Inode-cache hash table entries: 2048 (order: 2, 16384 bytes)
        POSIX conformance testing by UNIFIX
        Linux NET4.0 for Linux 2.4
        Based upon Swansea University Computer Society NET3.039
        Starting kswapd v1.8
        CPM UART driver version 0.03
        ttyS0 on SMC1 at 0x0280, BRG1
        ttyS1 on SMC2 at 0x0380, BRG2
        pty: 256 Unix98 ptys configured
        block: queued sectors max/low 20440kB/6813kB, 64 slots per queue
        eth0: CPM ENET Version 0.2 on SCC1, 44:00:00:00:00:00
        CFI: Found no TQM8xxL Bank 0 device at location zero
        CFI: Found no TQM8xxL Bank 1 device at location zero
        CFI: Found no TQM8xxL Bank 2 device at location zero
        CFI: Found no TQM8xxL Bank 3 device at location zero
        TQM8xxL: No support flash chips found!
        NET4: Linux TCP/IP 1.0 for NET4.0
        IP Protocols: ICMP, UDP, TCP, IGMP
        IP: routing cache hash table of 512 buckets, 4Kbytes
        TCP: Hash tables configured (established 2048 bind 2048)
        NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
        Looking up port of RPC 100003/2 on 172.18.19.254
        Looking up port of RPC 100005/2 on 172.18.19.254
        VFS: Mounted root (nfs filesystem).
        Freeing unused kernel memory: 44k init
        Kernel panic: No init found.  Try passing init= option to kernel.
        Rebooting in 180 seconds..

    Would you like to tell me how to make NFS filesystem on my host, especialy how to config the init options of kenel? Thank you very much!
    Best regards,
                                     yang

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

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

* Re: Problem of linux's kernel booting
  2004-02-05  1:31 Problem of linux's kernel booting yang
@ 2004-02-05  8:25 ` Wolfgang Denk
  2004-02-05 11:17 ` James Bates
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2004-02-05  8:25 UTC (permalink / raw)
  To: yang; +Cc: linuxppc-embedded


In message <004101c3eb87$d2cdf090$5e1312ac@yang> you wrote:
>
>     I encounter a problem when booting linux 2.2.4 kernel on FADS860T
> board by ppcboot-2.0.

You are obviously combining several  configurations  that  don't  fit
with   each   other.   And   there   may   be   other   problems   or
misunderstandings:

> After mounting NFS filesystem on my host, the follow message was
> printed in console:

Not the host, but the target will mount the root file system over NFS.

>         eth0: CPM ENET Version 0.2 on SCC1, 44:00:00:00:00:00
>         CFI: Found no TQM8xxL Bank 0 device at location zero
>         CFI: Found no TQM8xxL Bank 1 device at location zero
>         CFI: Found no TQM8xxL Bank 2 device at location zero
>         CFI: Found no TQM8xxL Bank 3 device at location zero
>         TQM8xxL: No support flash chips found!

You mentioned that this was a  FADS860T  board  -  then  why  do  you
configure it for TQM8xxL flash support?

Unless you know exactly what you are doing (which seems not to be the
case) you should rather stick with the default configuration to get a
running system.

> Would you like to tell me how to make NFS filesystem on my host,
> especialy how to config the init options of kenel? Thank you very
> much!

See http://www.denx.de/twiki/bin/view/DULG/Manual

Best regards,

Wolfgang Denk

--
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Blast medicine anyway!  We've learned to tie into every organ in the
human body but one.  The brain!  The brain is what life is all about.
	-- McCoy, "The Menagerie", stardate 3012.4

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

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

* RE: Problem  of  linux's  kernel  booting
  2004-02-05  1:31 Problem of linux's kernel booting yang
  2004-02-05  8:25 ` Wolfgang Denk
@ 2004-02-05 11:17 ` James Bates
  1 sibling, 0 replies; 3+ messages in thread
From: James Bates @ 2004-02-05 11:17 UTC (permalink / raw)
  To: linuxppc-embedded


Have you tried running ELDK_FIXOWNER as root?

Regards,

James

-----Original Message-----
From: yang
Sent: 05 February 2004 01:32
Subject: Problem of linux's kernel booting

    I encounter a problem when booting linux 2.2.4 kernel on FADS860T
board by ppcboot-2.0. After mounting NFS filesystem on my host, the
follow message was printed in console:

        ## Booting image at ffe80000 ...
           Image Name:   Linux-2.4.4
           Image Type:   PowerPC Linux Kernel Image (gzip compressed)
           Data Size:    457580 Bytes = 446.9 kB
           Load Address: 00000000
           Entry Point:  00000000
           Verifying Checksum ... OK
           Uncompressing Kernel Image ... OK
        Linux version 2.4.4 (yang@vlinux) (gcc version 2.95.3 20010315
(release/MontaVis
        ta)) #12 Tue Feb 3 19:37:20 CST 2004
        On node 0 totalpages: 8192
        zone(0): 8192 pages.
        zone(1): 0 pages.
        zone(2): 0 pages.
        Kernel command line: root=/dev/nfs rw
nfsroot=172.18.19.254:/opt/nfsfilesystem/

ip=172.18.19.253:172.18.19.254:172.18.19.1:255.255.255.0:vmlinux::off
        Decrementer Frequency: 3125000
        Warning: real time clock seems stuck!
        Calibrating delay loop... 49.86 BogoMIPS
        Memory: 30868k available (920k kernel code, 336k data, 44k init, 0k
highmem)
        Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes)
        Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
        Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
        Inode-cache hash table entries: 2048 (order: 2, 16384 bytes)
        POSIX conformance testing by UNIFIX
        Linux NET4.0 for Linux 2.4
        Based upon Swansea University Computer Society NET3.039
        Starting kswapd v1.8
        CPM UART driver version 0.03
        ttyS0 on SMC1 at 0x0280, BRG1
        ttyS1 on SMC2 at 0x0380, BRG2
        pty: 256 Unix98 ptys configured
        block: queued sectors max/low 20440kB/6813kB, 64 slots per queue
        eth0: CPM ENET Version 0.2 on SCC1, 44:00:00:00:00:00
        CFI: Found no TQM8xxL Bank 0 device at location zero
        CFI: Found no TQM8xxL Bank 1 device at location zero
        CFI: Found no TQM8xxL Bank 2 device at location zero
        CFI: Found no TQM8xxL Bank 3 device at location zero
        TQM8xxL: No support flash chips found!
        NET4: Linux TCP/IP 1.0 for NET4.0
        IP Protocols: ICMP, UDP, TCP, IGMP
        IP: routing cache hash table of 512 buckets, 4Kbytes
        TCP: Hash tables configured (established 2048 bind 2048)
        NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
        Looking up port of RPC 100003/2 on 172.18.19.254
        Looking up port of RPC 100005/2 on 172.18.19.254
        VFS: Mounted root (nfs filesystem).
        Freeing unused kernel memory: 44k init
        Kernel panic: No init found.  Try passing init= option to kernel.
        Rebooting in 180 seconds..

    Would you like to tell me how to make NFS filesystem on my host,
especialy how to config the init options of kenel? Thank you very much!

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

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

end of thread, other threads:[~2004-02-05 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-05  1:31 Problem of linux's kernel booting yang
2004-02-05  8:25 ` Wolfgang Denk
2004-02-05 11:17 ` James Bates

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