RSB-3710 User Manual
14
3.1
Introduction
The purpose of this chapter is to introduce software development of EPC-R3710.
This will enable you to develop your own application(s) efficiently.
EPC-R3710 is designed for Linux host exclusively. Your development may fail on
Windows/Android host PCs. The present officially supported host version is Ubuntu
16.04 LTS 64bit. Host PCs with any other version may have compatibility issues. We
strongly recommend having Ubuntu 16.04 LTS 64bit installed on your host PC before
starting EPC-R3710 evaluation/development.
3.2
Set up Build Environment
All instructions in this guide are based on Ubuntu 16.04 LTS 64bit only. Please install
Ubuntu 16.04 LTS 64bit with minimum 4GB DRAM in advance, login to installed sys
-
tem and perform the steps detailed in the following sections:
3.2.1
Install Docker
You have to install Docker on your platform before using it for development. Please
refer to the Docker Installation Guide. You are able to install Docker on Linux, Cloud,
Windows, and OS X. We generally recommend installation on Ubuntu.
3.2.2
Get Base Image
Use docker pull to get the images we provide <IMAGE REPOSITORY> to acquire the
images on the image list.
3.2.3
Getting Android Source Code
Related version information:
Android 7.1.2
Kernel 4.4.126
U-Boot 2014-10
Use the following to access the Android source tree for your working directory from
the repositories as specified in the default manifest:
Some folders are described below:
android/u-boot/
U-Boot source code
# docker pull advrisc/u16.04-imx6abv5:20170523
$ cd ~/code
$ sudo git clone https://github.com/rockchip-linux/repo.git
$ mkdir rk3399_android_n7
$ cd rk3399_android_n7
$ git config --global user.name "Your Name"
$ git config --global user.email [email protected]
$ ../repo/repo init -u https://gitlab.wise-paas.com/RISC/android-manifest.git -b android-7.1.2
-m default.xml
$ ../repo/repo sync
$ ../repo/repo forall -c git checkout -b local --track origin/android-7.1.2
Содержание EPC-R3710NO-XAA100
Страница 1: ...User Manual EPC R3710 Rockchip Arm Cortex A72 BOX Computer ...
Страница 6: ...EPC R3710 User Manual vi ...
Страница 8: ...EPC R3710 User Manual viii 4 3 2 Repair Process 32 ...
Страница 14: ...EPC R3710 User Manual 6 ...
Страница 20: ...EPC R3710 User Manual 12 ...
Страница 21: ...Chapter 3 3 Software Functionality This chapter details the software programs on the EPC R3710 plat form ...
Страница 43: ...35 EPC R3710 User Manual Chapter 4 Advantech Services ...