19
EPC-R4680 User Manual
Chapter 3
S
oftware
Functionality
android/kernel/
Linux kernel source code
3.2.4
Building Android 6.0.1 image
Start Docker Container
Build Instructions
Set the $JAVA_HOME environment variable
Set up the environment for building. This only configures the current terminal.
Execute the Android launch command. In this example, the setup is for the produc-
tion image of Advantech RISC platform device with user debug type. If your device is
RSB4680, you will be sent the command "lunch rsb4680-userdebug
To build boot loader
Perform the following command in terminal console
The one file, RK3288UbootLoader_V2.30.10.bin, will be located in directory
To build kernel image
Perform the following command in terminal console
To build system image
Perform the following command in terminal console
All Android images will be generated in rockdev/Image-rsb4680/ folder.
# docker run -it --name android6.0-build -v /home/adv/myandroid:/home/adv/android6.0:rw
advrisc/u14.04-rk3288abv1 /bin/bash
Set the $JAVA_HOME environme
$ source build/envsetup.sh
$ lunch $PRODUCT-userdebug
$ cd u-boot/
$ make rk3288_rsb4680a3_2G_defconfig
$ make -j4
$ cd kernel/
$ make rk3288_adv_defconfig
$ make -j4 rk3288-rsb4680-a3.img
$ make -j4
$./mkimage.sh
Summary of Contents for EPC-R4680
Page 6: ...EPC R4680 User Manual vi ...
Page 12: ...EPC R4680 User Manual 4 ...
Page 33: ...25 EPC R4680 User Manual Chapter 3 Software Functionality 3 7 USB DISK 3 7 1 USB Disk Status ...
Page 34: ...EPC R4680 User Manual 26 ...
Page 41: ...33 EPC R4680 User Manual Chapter 3 Software Functionality ...
Page 42: ...EPC R4680 User Manual 34 ...