[android-porting] Android porting :Kernel panic - not syncing: Attempted to kill init!

2010-12-21 Thread Kamali
Hello, I am trying to port android (Eclair) to a hardware platform using Atmel's AT91SAM9261 processor.I am using linux kernel (2.6.29) with the board specific and android related patches.I have built a root file system for android according the link below.

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

2010-08-24 Thread anddev
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 device in this case). I dont have any framebuffer or

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

2010-06-27 Thread Ranganath s
Hi, I got it my previous kernel panic problem solved. Now i am able to mount till rootfs but after that i am again running into Kernel panic - not syncing: Attempted to kill init! The boot log is as follows:- U-Boot 1.3.2-mini2440 (Oct 6 2009 - 12:51:09) I2C: ready DRAM: 64 MB

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

2010-06-27 Thread Ashwin Bihari
You want init=/init in your bootargs..and you can use rootwait instead of rootdelay=3.. Regards -- Ashwin On Sun, Jun 27, 2010 at 2:54 AM, Ranganath s rangana...@gmail.com wrote: Hi,   I got it my previous kernel panic problem solved. Now i am able to mount till rootfs but after that i am

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

2010-06-27 Thread Subramani Venkatesh
Hi Ranganath, There are some changes required when yuou try SD/MMC card as file system 1. copy entire out/target/product/board/root to your sd card 2. copy entire out/target/product/board/system your sd card sdcard/system directory created by root 3. Modify your init.rc file to avoid mounting