Setup Build Environment; Download Source Code And Mfg Tool - Avalue Technology RSC-IMX61 User Manual

Freescale i.mx6 cortex-a9
Table of Contents

Advertisement

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

3.1 Setup Build Environment

Please following command below to install OpenJDK7 on Ubuntu 16.04.
# sudo add-apt-repository ppa:openjdk-r/ppa
# sudo apt-get update
# sudo apt-get install openjdk-7-jdk
Open /etc/profile.
# sudo gedit /etc/profile
Enter below in the end of file.
export
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
export
JRE_HOME=${JAVA_HOME}/jre
export
CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export
PATH=${JAVA_HOME}/bin:$PATH
# source /etc/profile
Please refer to hyperlink below to setup development environment
Initializing a Build Environment

3.2 Download source code and MFG tool

Please connect to Avalue FAE(jerry_lee@avalue.com.tw)
User's Manual
RSC-IMX61 User's Manual 25

Advertisement

Table of Contents
loading

Table of Contents