25 USM-110 User Manual
Chapter 3 Software
Execute the Android launch command. In this example, the setup is for the produc-
tion image of the Advantech RISC platform device with user debug type. If your
device is RSB4680, the system will send the command “launch rsb4680-userdebug
”.
To build boot loader
Perform the following command in the terminal console
The one file, RK3288UbootLoader_V2.30.10.bin, will be located in directory
To build kernel image
Perform the following command in the terminal console
To build system image
Perform the following command in the terminal console
All android images will be generated in the rockdev/Image-rsb4680/ folder
3.3.1.5 Problems and Solutions
1. Compiled kernel
2. Compiled android? Please copy this file before compi
ling
$ launch $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
/bin/sh: 1: /home/zengwei/android_rk3288_androi6.0/kernel/scripts/gcc-wrapper.py: Permis-
sion denied
make[1]: *** [kernel/bounds.s] Error 126
make: *** [prepare0] Error 2
make: *** Waiting for unfinished jobs....
HOSTCC scripts/dtc/dtc-parser.tab.o
HOSTLD scripts/dtc/dtc
make: *** [scripts] Error 2
Solution
$ chmod 555 kernel/scripts/gcc-wrapper.py
$ cp .repo/manifests/default.xml manifest.xml