[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread mshah
Thanks Bryne. The -system argument is just what I needed. On Feb 4, 6:45 pm, Bryne McCullough wrote: > Perhaps you need the -system argument to the emulator. So after > building Android and the kernel tree, I do something like this: > > $ out/host/linux-x86/bin/emulator -kernel kernel/arch/arm/

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread Leon
Hi Greg, Thank for your help. I did try finding the solution by myself. I think that I will spend more time to understand git. Git seems quit different compared to CVS and SVN. Thanks, Leon On Feb 4, 11:38 pm, Greg KH wrote: > On Wed, Feb 4, 2009 at 6:32 AM, Leon wrote: > > > Hi, > > I am

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread Bryne McCullough
Perhaps you need the -system argument to the emulator. So after building Android and the kernel tree, I do something like this: $ out/host/linux-x86/bin/emulator -kernel kernel/arch/arm/boot/zImage - system out/target/product/generic/ On Feb 4, 2:37 pm, mshah wrote: > Hello, > > I've checked o

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread mshah
Hello, I've checked out the goldfish branch and have built using the arch/arm/ configs/goldfish_defconfig .config file, the prebuilt arm-eabi toolchain, and ARCH set to arm. However, running the emulator with the custom kernel does not work: $ emulator -kernel arch/arm/boot/zImage The emulator

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread Greg KH
On Wed, Feb 4, 2009 at 6:32 AM, Leon wrote: > > Hi, > I am not familiar with git. There are _many_ tutorials on the web which will help you resolve this problem. Have you tried reading them? > I do not know to how to switch from refs/heads/android-2.6.27 to refs/ > heads/android-goldfish-2.6.2

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread Leon
Hi, I am not familiar with git. I do not know to how to switch from refs/heads/android-2.6.27 to refs/ heads/android-goldfish-2.6.27. Could you tell me how to use git command to get android- goldfish-2.6.27 ? Thanks a lot, Leon On Jan 28, 2:08 pm, Brian Swetland wrote: > [Jean-Baptiste Quer