range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
110
www.xunlong.tv
8.3.6.
Automatically compile scripts
In order to improve the efficiency of compilation and reduce the possible misoperation of
manual compilation, a fully automated compilation script is integrated in the SDK to
facilitate firmware compilation and backup.
test@ubuntu:~/OrangePi_R1Plus_RK3328$ ./make.sh -h
Usage: ./make.sh [ARGS]
Options:
-A build Android
-B build U-Boot
-K build Linux kernel
-F, --all build all (U-Boot, kernel, Android)
-M make rockdev image
-u generate update.img
-h show this help message and exit
If you need to compile all functions and package them into a image, you can execute the
following commands to complete the entire compilation process
test@ubuntu:~/OrangePi_R1Plus_RK3328$ ./make.sh -F -M -u