Hi Safiudeen,
On Thu, May 04, 2006 at 06:31:08AM +0000, safiudeen Ts wrote:
> About to load tftp://192.168.0.3//tftpboot/vmlinux.srec
> Press Ctrl-C to break
> ...............................................................................
> ..................................................................................
> ................................................................................
>
> Start = 0x8034f000, range = ( 0x80100000,0x8036e084 )
There is some vital information missing from your email. Can you
also send the yamon command's you use to start the system. Like for
instance the output below is far more complete than yours. I have put some
extra comment in between '->' and '<-' to give you an idea what is happening.
-> Here yamon starts and shows some general information <-
YAMON ROM Monitor, Revision 02.27GDB1100.
Copyright (c) 1999-2004 MIPS Technologies, Inc. - All Rights
Reserved.
For a list of available commands, type 'help'.
Switch S1.1 selects endian.
Compilation time = Jan 1 2000 00:00:35
MAC address = 00.00.00.00.00.00
Processor Company ID = 0x03
Processor ID/revision = 0x02 / 0x04
Endianness = Little
CPU = 396 MHz
Flash memory size = 64 MByte
SDRAM size = 192 MByte
First free SDRAM address = 0x800a66ec
-> Here you can see me loading the kernel image by means of tftp from my
tftp-server. <-
YAMON> load
tftp://192.168.10.136/vmlinux-2.6.16-20060418.000.srec
About to load
tftp://192.168.10.136/vmlinux-2.6.16-20060418.000.srec
Press Ctrl-C to break
........................................
........................................
........................................
........................................
........................................
........................................
........................................
........................................
........................................
........................................
........................................
..................
Start = 0x80473000, range = (0x80100000,0x80498085), format =
SREC
-> Here you can see me starting the kernel image, which uses a
root filesystem from my nfs-server <-
YAMON> go . ip=192.168.10.236 nfsroot=192.168.10.136:\
? /opt/cellar0/AMD.Alchemy/test.20060202/root/ rw
-> Here you can see my kernel starting <-
Linux version 2.6.16 (frsp@id6236) (gcc version 3.4.6 20060122
(prerelease) (Debian 3.4.5-2)) #20 PREEMPT Tue Apr 18 10:59:57 CEST 2006
CPU revision is: 02030204
AMD Alchemy Au1100/Db1100 Board
(PRId 02030204) @ 396MHZ
BCLK switching enabled!
Determined physical RAM map:
memory: 0c000000 @ 00000000 (usable)
Built 1 zonelists
Kernel command line: ip=192.168.10.236
nfsroot=192.168.10.136:/opt/cellar0/AMD.Alchemy/test.20060202/root/ rw
console=ttyS0,115200
-> I have cut out the rest for brevity <-
So there can be two things:
a) You forgot to start the loaded kernel. (this I can't tell
from your output, so please make it more verbose)
b) Can it be that you have disabled CONFIG_PRINTK in the kernel
configuration???
--
$ cat ~/.signature
Freddy Spierenburg <freddy@dusktilldawn.nl> http://freddy.snarl.nl/
GnuPG: 0x7941D1E1=C948 5851 26D2 FA5C 39F1 E588 6F17 FD5D 7941 D1E1
$ # Please read http://www.ietf.org/rfc/rfc2015.txt before complain!
signature.asc
Description: Digital signature
|