Orange Pi Manual Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
43
www.xunlong.tv
brandy: gcc-linaro, boot and uboot source code and open source cross
compiler tool
linux-3.4: Kernel source code
tools: Tools of project compilation
build.sh: compilation script
2.
Compile Project
You need to compile the entire project while it is your first time to use
the source code. The default configuration of the project has been set up u-
boot source code, cross compiler tools and the kernel source code. By using
a script, you can simply compile the entire system. You can use the
following commands in the /lichee directory to complete the project:
Notes before compilation:
a.
Input to content of lichee, command
$ ll -a
b.
Check if there is an executable permission on build.sh, if not, modify
the permissions
$ chmod 755 build.sh
c.
If there is .buildconfig after commanded ll –a, delete
$ rm –rf .buildconfig