I want porting my device to Android 4.x and would like to know what a
kernel version I need.
What do you need at least kernel version for Android 4.x and why do you
need that Version?
What are the differences between kernel versions of Android? What are
all added to kernels from version 2.6 to 3.4.
The latest Android 4.4 uses kernel version 3.4. The reference content
on modifications to the kernel seems difficult to find for Android.
Hello.
How can I find the way of Linaro-android-booting on Nexus 7 2012?
I hope that Linaro-android boot on Nexus 7 2012.
Please Answer me ASAP.
Thank ypu
Hi,
I am working on project where we are currently using Android 4.1.2 on
our custom hardware. We are investigating moving our code based to
kitkat 4.4
I am wondering about pros & cons of using google AOSP v/s using linaro
android distribution.
Has there been any discussion/blog posts that would help anyone that
is trying to make that decision? I have done the normal search haven't
found anything substantial.
Also is there a published list of shipping hardware products that use
linaro-android distribution instead of AOSP?
Thanks.
-Subodh
Note: I went through list of android related mailing list (
http://www.linaro.org/engineering/mailing-lists ) thought this list
would appropriate for this posting if not, point me right way please.
Good morning,
I'm back to my upstreaming activities for a few hours.
A couple of things to mention:
1) At this very minute it is Sunday January 19th on my side of the
world. I wanted to install the latest and greatest vexpress-lsk build
and as such went on [1] and selected build 147 (the newest at this
time). The build finish time indicate "2014-01-18 21:10:33" so I
assumed I'd be good. Clicking on the "Download" button brings me to
the snapshot page [2] but it's empty - no images can be found there
albeit no mention of a build failure for build 147. The same holds
true for build 146. One has to go back to build 145 to see images.
This look abnormal to me and may highlight an error in the process
that takes images from jenkins and publish them on the snapshot
server.
2) I have recently introduced the user space application "nfacct" to
our Android code base but forgot to push the config file where the
binary name would be added to PRODUCT_PACKAGES. As such the code is
there but not being built. I want to fix that but need input on how
to proceed. I can either add it to "device/linaro/vexpress/device.mk"
or "device/linaro/common/common.mk". In my opinion the latter would
be better as we add it once for all Linaro supported device. The
problem is that for default.xml on branch "linaro_android_4.4.2"
"device/linaro/common" is set to "linaro-jb". I would submit a patch
for that but you may have reasons for not upgrading it to "linaro-kk".
If I submit a fix for "device/linaro/vexpress/device.mk" it's easy as
the branch already points to "linaro-kk".
So two avenues here:
1) The android team move "device/linaro/common" to "linaro-kk" in
default.xml on branch "linaro_android_4.4.2" and the I submit a fix to
add nfacct on top of that.
2) I fix it only in "device/linaro/vexpress/device.mk" for "linaro-kk"
but only vexpress gets to have "nfacct".
Thanks,
Mathieu
[1].https://android-build.linaro.org/builds/~linaro-android/vexpress-lsk/
[2].http://snapshots.linaro.org/android/~linaro-android/vexpress-lsk/147/
Hi linaros:
I have a Freescale board named imx53, and wanted to porting android 4.
The page https://android-build.linaro.org/builds/~linaro-android-community/imx53-lin… want to download the files,but failed,
The page tell me "page not found".
Can anyone tell me the steps to make android work on imx53.
Thanks for help.
发自我的 iPad
Hi,
a third party vendor driver need ION - support. (On start the driver request device /dev/ion, which is not found.).
I see in the current source (linaro_android_4.4) that there is a possibility to activate that.
So I try the kernel config options:
CONFIG_ION=y
CONFIG_ION_OMAP=y
and got the error:
/kernel/linaro/pandaboard/drivers/gpu/ion/ion.c:908:12: error: 'THIS_MODULE' undeclared here (not in a function)
Any idea or it is currently not supported?
Thanks
Ronny.