Re: [android-kernel] help me android

2011-03-30 Thread raja pavan
Please expain "drives driver " and what do you mean by android driver for "drives driver "? On Tue, Mar 15, 2011 at 2:43 PM, Johnny Lei wrote: > i have drives driver for android > i have H/W (Development board) > I have linux kernel 2.6.28.6 for this board > my drives use i2c bus the light senso

Re: [android-kernel] help me android

2011-03-30 Thread raja pavan
In your case since the drivers are for hardware, just add them as if you add to a vanila linux kernel. On Tue, Mar 15, 2011 at 2:43 PM, Johnny Lei wrote: > i have drives driver for android > i have H/W (Development board) > I have linux kernel 2.6.28.6 for this board > my drives use i2c bus the

[android-kernel] How to launch android image to my x86 based target device by using Ethernet in eclipse

2011-03-30 Thread Akash Guttedar
Hello, I want to launch android image to my x86 based target device by using Ethernet in eclipse. Presently i can boot android using USB or CD-ROM. So is it possible this directly over ethernet?? so i can debug my kernel and driver using ethernet. Please help me. Regards NewBee -- unsubscribe:

[android-kernel] Re: help me android

2011-03-30 Thread Alex Lee
very usefull, thanks On 3月19日, 上午1时37分, raja pavan wrote: > Simple. > > Take kernel configuration of emulator kernel. > > adb pull config.gz > > Add drivers taken from android + kernel + git > > Make Changes to your kernel config accordingly, build the kernel and boot > it. > > Thanks > Pavan > >

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread Karishma Babu
I am using the options you provided while creating my new boot image. " ./mkbootimg --kernel zImage --ramdisk newramdisk.cpio.gz *--base 0x3000 --pagesize 4096* -o newtestboot.img " Also, a slight typo in the make instructions export PATH=$PATH:/home//mydroid/prebuilt/linux-x86/toolchain/arm

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread Steve Modica
Did someone modify fastboot to not require the special options anymore? I didn't think what you did would work. On Mar 30, 2011, at 2:04 PM, k b wrote: > Finally managed to boot using my new kernel. The problem was with the > bootloader version I was using. Did the following to get it to work

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread k b
Finally managed to boot using my new kernel. The problem was with the bootloader version I was using. Did the following to get it to work : 1. My Nexus S phone was still on 2.3.0. Updated it manually to 2.3.3 (update.zip). Used Clockwork Mod Recovery to wipe dalvik cache, userdata and cache partit