[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-09-15 Thread joy
have checked with ur <>/arch/arm/boot/compress/head.S and misc.c this two file is responsible for uncompression On Aug 30, 9:05 am, sri wrote: > Hi, > Do logcat when it is stuck, den u'll get to know which module is it > failing in the log. > Sometimes if any of the module fails or if bootarg

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-31 Thread white
Please check the ramdisk. kernel booting process check the init process, but if your system does not involve the init process in ramdisk, kernel prints that message. kerenl check the "/", "/sbin", "/usr/bin/" and then prints that message. Android usally /init process..^^ On 8월29일, 오후9시29분, andd

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-29 Thread anddev
Hi sri can you tell me, how to execute logcat without the kernel prompt? On Aug 30, 1:05 pm, sri wrote: > Hi, > Do logcat when it is stuck, den u'll get to know which module is it > failing in the log. > Sometimes if any of the module fails or if bootargs are not proper > also , u get init load

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-29 Thread sri
Hi, Do logcat when it is stuck, den u'll get to know which module is it failing in the log. Sometimes if any of the module fails or if bootargs are not proper also , u get init load error. Regards, sri. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.co

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-26 Thread anddev
Thanks Brad for the input, Today i tried with a ramdisk image (bash shell) with the same kernel, and it does boot till the linux prompt. Now i can port frame-buffer and other drivers to bring Android on my board. Tek-life: you can also try the same, its the easiest way to keep going. build a ramdi

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-26 Thread tek-life
Hi.Thanks for your answer. And I also came across the same question . I don't need GUI,just need a prompt. And I have a try to write a init.c: #include #include int main(void) { reboot(RB_AUTOBOOT);//reboot the system. return 0; } I use EABI crosschain compile it .and make a cpio-initrd imag

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-25 Thread Brad Davis
On Aug 24, 2:58 am, anddev wrote: > Hi All, > I have downloaded kernel/common.git from android git server and > linux-2.6.35 branch, I am trying to port this kernel with froyo on my > hardware. > i the kernel i have only ported serial (UART) driver along with MTD > driver (which is onenand devic

[android-kernel] Re: Kernel panic - not syncing: Attempted to kill init!

2010-08-25 Thread mvniekerk
I'm busy with the same issue with froyo. What hardware are you using? I'm using imx.31. My kernel boots up - crashes on init. I'm looking into the eabi tuning (-march TARGET_CPU_ABI etc). I've added printfs and fd-open-writes to the tty device in init.c (/system/ core/init/init.c:void main) -> no d