Orange Pi Manual
Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
www.xunlong.tv
37
Subsection and compress the file, then unzip it after finish downloaded:
buildroot: Project compilation script
brandy: gcc-linaro, boot and uboot source code and open source cross
compiler tool
linux-3.10: Kernel source code
tools: Tools of project compilation
build.sh: compilation script
2. Compile Project Source Code
You need to compile the entire project while it is your first time to use
the source code. You can use the following commands in the /lichee
directory to complete the project:
Enter into content of lichee, command
$ ll -a
Check if there is an executable permission on build.sh, if not, modify the
permissions
$ chmod 755 build.sh
If there is .buildconfig after commanded ll –a, delete it
$ rm –rf .buildconfig