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

2012-08-27 Thread Ron M
<> Please see an 3.4+ kernel on goldfish - tested on X86 + JB on https://github.com/ronubo/kernel-android-3.4-common-goldfish/tree/android-3.4-goldfish It is essentially a porting of the goldfish drivers from 2.6.29 to the AOSP's common.git android-3.4 branch Works well, could change yaffs2 to

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

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

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

2012-08-20 Thread Allen Teng
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 two config files can not work. If I can not have the goldfish config file at common.git in 3.4 kernel, it means I have to port the drivers

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

2012-08-20 Thread Ron M
Where did you get goldfish 3.4 from? You don't have goldfish at common.git or any other 3.X kernel, only 2.6.29. If you want to run android emulator - port the drivers. I can help you out with X86 "goldfish" part, could work for ARM, could not work for ARM. Let me know -Ron On Sat, Aug 18, 2012 a

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

2012-08-20 Thread identd
On Monday, August 13, 2012 9:55:34 AM UTC+6, Allen Teng wrote: > I have build the kernel successfully with following message, >     > Kernel: arch/arm/boot/zImage is ready, > > and run the emulator with following command, > > ./emulator @AllenTeng -debug init,asconnector -kernel > ~/WorkSpace/A