Hi, Below website says that jelly bean source code is available for imx53 board.
https://wiki.linaro.org/Platform/Android/BuildSource
But not able to download for imx53 board.Please do needfull.
Regards, Sowmya
*********************** This message has been scanned by the InterScan for CSC SSM and found to be free of known security risks. ***********************
Hi,
Please do see "releases.linaro.org". For the lattes images to download, go for http://releases.linaro.org/13.07/android
Best Regards, A G Megharaj, 8497897771 ________________________________________ From: linaro-android-bounces@lists.linaro.org [linaro-android-bounces@lists..linaro.org] On Behalf Of sowmya [sowmya.ls@calsoftlabs.com] Sent: Tuesday, July 30, 2013 5:33 PM To: linaro-android@lists.linaro.org Subject: Query on Jelly Bean code for imx53 board
Hi, Below website says that jelly bean source code is available for imx53 board.
https://wiki.linaro.org/Platform/Android/BuildSource
But not able to download for imx53 board.Please do needfull.
Regards, Sowmya
_______________________________________________ linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
The information contained in and/or attached to this e-mail is Confidential and proprietary Information of NowOn Technologies Private Limited (NowOn). This information is intended only for the confidential use of the addressees named therein and hence any review, dissemination, distribution or copying of this message shall be subject to the confidentiality obligations. If this message has reached a person or persons other than the addressees, it is hereby notified that such person(s) have received this document in error and it is obligatory to notify NowOn immediately by reply e-mail and delete the original message together with any and all attachments.
Hi,
On 30 July 2013 17:33, sowmya sowmya.ls@calsoftlabs.com wrote:
Hi, Below website says that jelly bean source code is available for imx53 board.
https://wiki.linaro.org/Platform/Android/BuildSource
But not able to download for imx53 board.Please do needfull.
Linaro never released Jelly Bean for iMX53. The last iMX53 Linaro build was based on Android 4.0.4. If you are lucky then you can get that by running following commands:
repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_4.0.4 -m staging-iMX53.xml --repo-url= http://android.git.linaro.org/git-ro/tools/repo repo sync
Regards, Amit Pundir
Regards, Sowmya
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
On 31 July 2013 14:33, Amit Pundir amit.pundir@linaro.org wrote:
Linaro never released Jelly Bean for iMX53.
This is true, but we did get a patch from a community member to make it build, and I merged it. There's a fairly good chance that this will work:
repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_4.2.2 --repo-url= http://android.git.linaro.org/git-ro/tools/repo -g common,arm,imx53,devel repo sync
Or, if you're really brave, try
repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_4.3 --repo-url= http://android.git.linaro.org/git-ro/tools/repo -g common,arm,imx53,devel repo sync
(We aren't doing any work on iMX53, but I don't see any changes between 4.2.2 and 4.3 that would break it or require porting kernel changes. If you submit any patches, we'll merge them, but we don't have the time to contribute beyond that. You may want to backport the ashmem kernel fixes from the 4.3 kernel releases for Galaxy Nexus, Nexus 4, Nexus 7 or Nexus 10.).
ttyl bero
linaro-android@lists.linaro.org