hello friends,
I am new to android.
i am trying to port android on omap3evm,
i have followed the procedure given in
http://labs.embinux.org/wiki/index.php/Android_Porting_Guide_to_Beagle_Board
. I added the android specifics in config file and i could build the
kernel. I tried it with the filesys given by embinux team but i failed
and got the error
<4>Warning: unable to open an initial console.
Warning: unable to open an initial console.
<0>Kernel panic - not syncing: Attempted to kill init!
Kernel panic - not syncing: Attempted to kill init!
the bootargs which i used are console=ttyS0,115200n8=noinitrd rw
ip=192.168.1.78 root=/dev/nfs nfsroot=192.168.1.77:/home/vishal/
workdir/filesys,nolock mem=128M video=omap24xxfb:rotation=90 init=/
init
I have few questions,
1.Is my approach right ?
2. If it is right then what could be the problem.
or If the approach is wrong then how should I try ?