Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-17 Thread Aldrin Montana
Thanks Earlence, always helping me out ^__^ On Thu, Feb 17, 2011 at 6:57 AM, Earlence wrote: > you dont need to do all those steps. > Android modified kernels are available and can be built out of the > box. > http://android.git.kernel.org/?p=kernel/linux-2.6.git;a=tree > > clone whichever branc

[android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-17 Thread Earlence
you dont need to do all those steps. Android modified kernels are available and can be built out of the box. http://android.git.kernel.org/?p=kernel/linux-2.6.git;a=tree clone whichever branch you need (msm etc) Cheers, Earlence On Feb 16, 7:53 am, Aldrin Montana wrote: > thank you raja > > On

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-15 Thread Aldrin Montana
thank you raja On Tue, Feb 15, 2011 at 3:14 AM, raja pavan wrote: > *Try with these steps * > > (1) Take the kernel running on your phone. > (2) Download the vanila kernel with the same version as above. > (3) Do a winmerge/meld (or any other diff-merge tool). > These differences (go deep into t

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-15 Thread raja pavan
*Try with these steps * (1) Take the kernel running on your phone. (2) Download the vanila kernel with the same version as above. (3) Do a winmerge/meld (or any other diff-merge tool). These differences (go deep into the source tree mainly in the arch/arm folder if your phone is based on ARM or in

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-14 Thread Aldrin Montana
Hi, Just to expand on this thread, I managed to successfully boot 2.6.29 goldfish on an emulator, but I'm curious how to compile a kernel for an actual device? particularly an HTC G1. Is it suggested that I continue to use the 2.6.29 kernel, or should I use a newer version? I tried compiling 2.6.

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread raja pavan
Most Welcome Is it possible to share the reason why you have built a new kernel for emulator? If possible share the .config Thanks Raja On Mon, Jan 31, 2011 at 9:45 PM, Peter Fortuin wrote: > I have a running kernel now. > Thanks for the help! > > > 2011/1/31 raja pavan > >> You can even pull

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread Peter Fortuin
I have a running kernel now. Thanks for the help! 2011/1/31 raja pavan > You can even pull the .config of the kernel running in the emulator > > adb pull /proc/config.gz > > Then make whatever changes you would like to the kernel configuration and > use this kernel on emulator. > > This makes s

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread raja pavan
You can even pull the .config of the kernel running in the emulator adb pull /proc/config.gz Then make whatever changes you would like to the kernel configuration and use this kernel on emulator. This makes sense ? Raja On Mon, Jan 31, 2011 at 7:16 PM, raja pavan wrote: > that may not be the

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread raja pavan
that may not be the exact link but keywords are http://android.git.kernel.org/ projects / kernel/common.git (2.6.29, goldfish) snapshot I was able to download and start the build. need to test the same o

[android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread Peerke
Somehow the link that you provided doesn't work. I get a '404 - No such project ' message. On Jan 31, 2:29 pm, raja pavan wrote: > (1)http://android.git.kernel.org/?p=kernel/common.git;a=tree;h=b0d93fb04... > > Open this link and click on snapshot, this will download the *latest version > of 2.6

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread raja pavan
(1) http://android.git.kernel.org/?p=kernel/common.git;a=tree;h=b0d93fb0426911d0329f861f22c59f1c72cff815;hb=b0d93fb0426911d0329f861f22c59f1c72cff815 Open this link and click on snapshot, this will download the *latest version of 2.6.29 goldfish kernel*. (2) make menuconfig and select gold fish as

[android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread Peerke
Thanks for your fast response! I have 2 questions: * How do I download the goldfish kernel from the android git? I downloaded a kernel with 'git clone git://android.git.kernel.org/kernel/common.git', but this doesn't give me a goldfish_defconfig. So I guess I need to download something else. *