Hello Friends,

I am trying to port android on OMAP 2420 Development Kit. I have built
the source and copied the root file system in SDCAR. Now I am using
NFS to load the uImage using the coomad:

nfs 80000000 192.168.19.169:<path to the image>/uImage

It loaded fine and then I started the booting using bootm command.
After several output I got the following message:

....
....
....
<6>EXT3 FS on mmcblk0p2, <6>EXT3 FS on mmcblk0p2, EXT3 FS on
mmcblk0p2, internal journal
internal journal
internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.
<6>EXT3-fs: mounted filesystem with ordered data mode.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) on device 179:2.
VFS: Mounted root (ext3 filesystem) on device 179:2.
VFS: Mounted root (ext3 filesystem) on device 179:2.
<6>Freeing init memory: 140K
<6>Freeing init memory: 140K
Freeing init memory: 140K
<4>Warning: unable to open an initial console.
<4>Warning: unable to open an initial console.
Warning: unable to open an initial console.
<0>Kernel panic - not syncing: Attempted to kill init!
<0>Kernel panic - not syncing: Attempted to kill init!
Kernel panic - not syncing: Attempted to kill init!

I am unable to proceed further. The env variables in my system is as
follows:

bootdelay=3
baudrate=115200
serverip=128.247.77.158
bootfile="uImage"
gatewayip=192.168.19.253
netmask=255.255.255.0
ipaddr=192.168.19.10
bootargs=console=ttyS0,115200n8 noinitrd root=/dev/mmcblk0p2 init=/
init rootfstype=ext3 rw rootdelay=1 nohz=off androidboot.console=ttyS0
stdin=serial
stdout=serial
stderr=serial

Environment size: 317/131068 bytes

Any suggesstion is highly appreciated

Thanks and Regards
Dipta P Banerjee

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to