busybox init hangs

Submitted by naishab
on September 7, 2007 - 11:15am

am using ELDK4.1 compiler and kernel 2.6.19-2. my platform is PowerPC. the kernel boots upto calling init process. then it hangs no error is reported. am using ramdisk method which works fine with 2.4.20 on the same PowerPC cpu board. but if i give some other program as my init by giving init=/myprogram it runs fine.. NFS booting also fails. board sends ARP request and the server gives ARP reply, but the board does not see the reply and reports using default port number and crashes. is i related something to memory ?.. my board has 128MB of memory.

Maybe you've EABI kernel and

ynezz (not verified)
on
September 8, 2007 - 2:02am

Maybe you've EABI kernel and your rootfs is OABI? Try to enable CONFIG_OABI_COMPAT in your kernel.

thanks for the reply ynezz i

naish (not verified)
on
September 10, 2007 - 11:30pm

thanks for the reply ynezz
i did not see anything like OABI/EABI setting for ppc architecture, it is there in arm only. am i correct.kernel configuration does not have a CONFIG_OABI_COMPAT param

No longer exists

Abel Bernabeu (not verified)
on
January 25, 2008 - 2:53am

The CONFIG_OABI_COMPAT configuration parameter no longer exists in Linux kernel.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.