BFC-07R1
26 BFC-07R1 Quick Reference Guide
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(
Содержание BFC-07R1
Страница 10: ...BFC 07R1 10 BFC 07R1 Quick Reference Guide 1 5 System Dimensions Unit mm ...
Страница 13: ...Quick Reference Guide BFC 07R1 Quick Reference Guide 13 2 2 RSC IMX61 Overview ...
Страница 25: ...Quick Reference Guide BFC 07R1 Quick Reference Guide 25 3 Build and install Android image ...