Re: [android-kernel] Kernel Checkout issue.

2012-08-21 Thread Peter Teoh
On Wed, Aug 22, 2012 at 12:43 AM, Sunny wrote: > > Hi all, > > I am trying to build android kernel first time. I went through > http://source.android.com/source/building-kernels.html > In this, i followed below commands > > $export ARCH=arm > $ export SUBARCH=arm > $ export CROSS_COMPILE=arm-eabi

Re: [android-kernel] Re: Customized kernel can not run on emulator

2012-08-21 Thread Allen Teng
Right now, I only get 2.6.29 can work. Allen Teng 2012/8/22 G Guerrero : > Did you get any 3.x kernel to work finally? > What's the status for the emulator drivers? > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel -- un

Re: [android-kernel] Re: Customized kernel can not run on emulator

2012-08-21 Thread G Guerrero
Did you get any 3.x kernel to work finally? What's the status for the emulator drivers? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Status of 3.x versions for goldfish (running updated kernels for the emulator)

2012-08-21 Thread G Guerrero
Hello, I've been working on the 2.6 goldfish kernel but so far been unable to update to any 3.x kernel successfully within the emulator. I'm using Ubuntu 64-bit as the host OS. I've been able to compile goldfish using branches 3.0 and 3.4 successfully, with an updated goldfish_arm7_defconfig and

[android-kernel] Kernel Checkout issue.

2012-08-21 Thread Sunny
Hi all, I am trying to build android kernel first time. I went through http://source.android.com/source/building-kernels.html In this, i followed below commands $export ARCH=arm $ export SUBARCH=arm $ export CROSS_COMPILE=arm-eabi- $ cd omap $ git checkout So, I am confused what is ""??? Th

Re: [android-kernel] Re: Customized kernel can not run on emulator

2012-08-21 Thread Allen Teng
Got it. Thanks for your help. Allen Teng 2012/8/21 Ron M : > That is correct. > Using the goldfish branch would be your easiest bet. > > -Ron Munitz > > On Tue, Aug 21, 2012 at 2:57 AM, Allen Teng > wrote: >> I used two different config files. One is copied from 2.6.29 directly, and >> the ot

Re: [android-kernel] Re: Customized kernel can not run on emulator

2012-08-21 Thread Ron M
That is correct. Using the goldfish branch would be your easiest bet. -Ron Munitz On Tue, Aug 21, 2012 at 2:57 AM, Allen Teng wrote: > I used two different config files. One is copied from 2.6.29 directly, and > the other one is copied from emulator with "adb pull" command. However, > both these

[android-kernel] Kernel thread in Android

2012-08-21 Thread Jack Harvard
When viewing the process/threads running in Streamline, kernel is a thread that takes as much CPU time as the app, such as the Google Maps, I was wondering what's going on there, how to find out more about the Kernel thread. Thanks. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com we