RQM-IMX6

Build and install Android image for RQM-IMX6

Here you can find instruction to setup development environment for Android source code for RQM-IMX6 and the way to install it on eMMC or SD card.
With this guideline, user will be able to setup the system easily and test all the functions with the system.

Setup Build Environment

Please following command below to install Oracle JDK6.0 on Ubuntu 12.04 or above.

#sudo apt-get install python-software-properties
#sudo add-apt-repository ppa:webupd8team/java
#sudo apt-get update
#sudo apt-get install oracle-java6-installer
#sudo update-alternatives --config java

Please refer to hyperlink below to setup development environment
Initializing a Build Environment

Download Source code

Please connect Avale FAE/Sales to get source code.

Compile Android Source code

Please following instruction below to compile Android source code

Compile Kernel
#cd linux-imx 
#./run.sh e9697xxxxxx -j32 modules headers
Compile Uboot
#cd uboot-imx
#./run.sh e9697xxxxxx -j32 emmc

Notic: If want to flash image to SD, replace emmc to sd

You can find Kernel image files in path linux-imx/out

You can find Uboot image files in path uboot-imx/out

Install image

Dual Lite version
Quad version

Document