Difference between revisions of "CM-FX6: Android: Building from source code"

From Compulab Mediawiki
Jump to: navigation, search
(New page: = Cloning the Linux kernel = === Ice Cream Sandwich === $ git clone --branch upstream/ics/devel https://github.com/compulab/cm-fx6-kernel.git kernel_imx === Jelly Bean === $ git clone ...)
 
(No difference)

Latest revision as of 13:59, 21 May 2014

Cloning the Linux kernel

Ice Cream Sandwich

$ git clone --branch upstream/ics/devel https://github.com/compulab/cm-fx6-kernel.git kernel_imx

Jelly Bean

$ git clone --branch upstream/jb43/devel https://github.com/compulab/cm-fx6-kernel.git kernel_imx

Building Android

Comprehensive directions to building the latest Android release are provided for CM-FX6-based Utilite device.
Starting with Jelly Bean release, SB-FX6 evaluation board and Utilite, share 100% of Android code base.
For detailed directions, proceed to Utilite web-page.