[android-kernel] Re: Building kernel for I/O device

2010-03-09 Thread Leon
# Google I/O Device Donut(1.6) kernel git clone git://android.git.kernel.org/kernel/msm.git git checkout -t origin/android-msm-2.6.29-donut -b android-msm-2.6.29- donut . build/envsetup.sh lunch aosp_sapphire_us-eng export ARCH=arm export CROSS_COMPILE=arm-eabi- make msm_defconfig vi .config

[android-kernel] Re: [PATCH] omap: resource: Add per-resource mutex for OMAP resource framework

2010-03-09 Thread Mike Chan
On Tue, Mar 9, 2010 at 4:09 PM, wrote: > From: Chunqiu Wang > > Current OMAP resource fwk uses a global res_mutex > for resource_request and resource_release calls > for all the available resources.It may cause dead > lock if resource_request/resource_release is called > recursively. > > For cur

[android-kernel] Re: [PATCH] MSM7201 host+ function driver modules

2010-03-09 Thread Andrew de Quincey
I'm signing off for the evening, but I've just noticed from "adb logcat" that vold is continually being started up and then segfaulting. I assume this is why the USB storage GUI isn't working. I'm not sure why its segfaulting because all the files in vold.conf are present. I bet its doing this all

Re: [android-kernel] Android bootup process from linux-omap-pm branch

2010-03-09 Thread Deva R
Hi Mai, You can keep android FS in ext3 partition, and invoke its init as usual via kernel arguments.. for eg, in rowboat env, uImage -> will be the linux-omap-pm kernel image init =/init -> in bootargs will load android init from mmc partition 2. Beagleboard# setenv bootcmd 'mmc init; fatload mm

[android-kernel] Android bootup process from linux-omap-pm branch

2010-03-09 Thread Mai Daftedar
Hi All, I'm working on android ported on a beagleboard.using the rowboat version. I was faced with some errors related to the smart reflex VDD autocompansation and as a resolution I wanted to change the current linux kernel to the linux-omap-pm latest branches with smart reflex patches. My ques