[android-kernel] Re: Build Android platform and kernel to ADP/G1

2010-03-11 Thread perumal316
Oh Okay, Because I also tried using "fastboot boot zImage ramdisk.img" but somehow didn't work. I not sure why.So I compiled for emulator and tested the new kernel in the emulator first. Then I compiled for ADP and flashed the new kernel to the boot partition. Regards, Perumal On Mar 11, 10:07 p

Re: [android-kernel] android rfkill problems - again

2010-03-11 Thread Nick Pelly
What do you suggest as an alternative? On Thu, Mar 11, 2010 at 2:15 PM, pavan savoy wrote: > Android when it wants to turn BT on, write's 1 onto the rfkill entry (which > has type bluetooth), > and up until now this is the reason we had wl127x_rfkill.c on OMAP or > board-*-rfkill.c on MSM. > > Ho

[android-kernel] How to compile evtest for Android

2010-03-11 Thread Rafał Grzybowski
How can I compile evtest for Android? I cannot make android headers get working :( I've tried: arm-eabi-gcc -o evtest evtest.c and makeARCH=arm CROSS_COMPILE=arm-eabi- -C /mnt/sda6/mydroid/ kernel SUBDIRS=/home/grzybek/devel/kernel/evtest evtest -- unsubscribe: android-kernel+unsubs

[android-kernel] android rfkill problems - again

2010-03-11 Thread pavan savoy
Android when it wants to turn BT on, write's 1 onto the rfkill entry (which has type bluetooth), and up until now this is the reason we had wl127x_rfkill.c on OMAP or board-*-rfkill.c on MSM. However a hci_register_dev from 2.6.32 also creates and rfkill entry by the same type - bluetooth. Now bo

[android-kernel] android: memory for kernel and apps

2010-03-11 Thread Porting beginner
Hi, I have android running on my target platform. When its booting, as kernel boots , I see free memory around 53mb-55mb range there till console. ( cat /proc/meminfo ) *Just after kernel boot... * MemTotal: 88792 kB *MemFree: 53496 kB *Buffers: 0 kB *Cached:

Re: [android-kernel] Re: Build Android platform and kernel to ADP/G1

2010-03-11 Thread Ricardo Silva
But that command will flash the boot partition and I dont want. I want to first test the kernel and then flash it Thanks, Ricardo Silva On Thu, Mar 11, 2010 at 2:05 PM, perumal316 wrote: > You may try this command: > > flashboot flash:raw boot > > Regards, > Perumal > > On Mar 11, 9:31 pm, R

[android-kernel] Re: Build Android platform and kernel to ADP/G1

2010-03-11 Thread perumal316
You may try this command: flashboot flash:raw boot Regards, Perumal On Mar 11, 9:31 pm, Ricardo Silva wrote: > Dear All, > > I compiled the Android image and the kernel from the repo (MSM > kernel). But when I use the "fastboot boot zImage ramdisk.img" on G1 > (in FastBoot mode, with the skat

[android-kernel] Re: Build Android platform and kernel to ADP/G1

2010-03-11 Thread perumal316
You may try this command: flashboot flash:raw boot Regards, Perumal On Mar 11, 9:31 pm, Ricardo Silva wrote: > Dear All, > > I compiled the Android image and the kernel from the repo (MSM > kernel). But when I use the "fastboot boot zImage ramdisk.img" on G1 > (in FastBoot mode, with the skat

[android-kernel] Re: Build Android platform and kernel to ADP/G1

2010-03-11 Thread Ricardo Silva
Dear All, I compiled the Android image and the kernel from the repo (MSM kernel). But when I use the "fastboot boot zImage ramdisk.img" on G1 (in FastBoot mode, with the skateboard androids), the commands runs ok: fastboot boot ../../../../kernel/arch/arm/boot/zImage ramdisk.img creating boot ima