Re: NET: Registered protocol family 2
From: M.Kmann (glumpux_at_yahoo.de)
Date: 11/17/05
- Previous message: M.Kmann: "Re: Embedded Linux cross compiler for arm target"
- In reply to: sunil.goutham_at_gmail.com: "NET: Registered protocol family 2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Nov 2005 14:04:54 +0100
hy you,
sunil.goutham@gmail.com wrote:
> I am porting linux kernel v2.6.14.2 to an ARM based board.
> It is getting struck while registering NET family 2.
> Can anybody help me out of this.
> ...
> Creating 4 MTD partitions on "scp_flash":
> 0x00000000-0x00040000 : "ArmBoot"
> 0x00040000-0x00060000 : "Enviroment"
> 0x00060000-0x00160000 : "bZimage"
> 0x00160000-0x00800000 : "UserFS"
> NET: Registered protocol family 2
this last messages are often misleading. the kernel can well do
something different but without printing it on your console.
so try to find out the real place, where your kernel hangs.
e.g. compile it with debug, printk and everything and / or start it in
qemu-arm and debug remote with gdb. or find the funktion which prints
the last message and write out your own printk() at the very end of this
funktion...
- Previous message: M.Kmann: "Re: Embedded Linux cross compiler for arm target"
- In reply to: sunil.goutham_at_gmail.com: "NET: Registered protocol family 2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|