Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-27 Thread Hemanth
Hi, Since you have a shell, it is likely to be a framework initialization problem rather than a kernel problem. Try running logcat in the shell to see if it has some errors. The large number of untracked pid exit messages is also worrying. You can try increasing the init loglevel to see what was

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-27 Thread deepak singal
I am also getting the same messages - r...@gingerbread# make PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3.1 TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x8

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-27 Thread Srinidhi K V
Hi Deepak, When I start to make a generic build for ginger bread, I get the following output r...@srinidhi-desktop:/home/srinidhi/GingerBread_source# make -j4 PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3 TARGET_PRODUCT=generic TARGET_BUILD_VARIAN

[android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-26 Thread wei-ting Chang
Hi Deepak, I have the same problem. Can you share the steps you to comment on fs in init.rc file? this is my init.rc file. - on early-init start ueventd on init sysclktz 0 loglevel 3 # setup the global environment export PATH /sbin:/vendor/bin:/system/sbin:/system/bi

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread deepak singal
First try with generic buid using make command On Fri, Dec 24, 2010 at 8:11 PM, Srinidhi K V wrote: > Hi Deepak, > > Glad that you could fix the issue. Can you please share the steps you > followed on building Ginger bread for your target. > I am trying to build Ginger bread for hawkboard, when b

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread Srinidhi K V
Hi Deepak, Glad that you could fix the issue. Can you please share the steps you followed on building Ginger bread for your target. I am trying to build Ginger bread for hawkboard, when build completes out/target/product/hawkboard/root is empty. I don't understand where I am missing out. Thanks S

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread deepak singal
Done ... simply comment on fs in init.rc file On Fri, Dec 24, 2010 at 7:00 PM, deepak singal wrote: > Hi All, > > I'm facing below error msg at loglevel 6 > > > VFS: Mounted root (ext3 filesystem) on device 179:2. > Freeing init memory: 168K > Warning: unable to open an initial console.

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread deepak singal
Hi All, I'm facing below error msg at loglevel 6 VFS: Mounted root (ext3 filesystem) on device 179:2. Freeing init memory: 168K Warning: unable to open an initial console. init: cannot open '/initlogo.rle' init: command 'loglevel' r=0 init: command 'export' r=0 init: command 'export' r=0 ini

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread Srinidhi K V
Hi Deepak, I has the same issue while porting Froyo on Hawkboard. I had flashed the kernel to NAND, I erased it and reflashed it to NAND and this did the trick. I am not sure it will work, but you can give a try. Thanks Srinidhi On Fri, Dec 24, 2010 at 2:17 PM, deepak singal wrote: > Hi All, >

[android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread deepak singal
Hi All, I am trying to port gingerbread on omapevm3530 based target board using latest gingerbread source code and rowboat fyoro kernel 2.6.32. I have checked out the latest source code and built android root file system and kernel. I am facing below kernel panic --