Linux Environment Construction And Firmware Compilation; 1.Download Sdk Compression Package; 2.Construct Compilation Environment; 3.Install Software Package - Orange Pi RK3399 User Manual

Table of Contents

Advertisement

Orange Pi User Manual
V. Linux Environment Construction and Firmware
Compilation
1.Download SDK compression package
Take OrangePi_Android6.0_V1.0_2017_0720.tgz as an example, after get the original compression
package:
mkdir OrangePi-rk3399-Linux
tar xvf OrangePi_Linux_V1.0_2018_0110.tgz -C OrangePi-rk3399-Linux
cd OrangePi-rk3399-Linux
2.Construct Compilation Environment
It could also refer to Google file: http://source.android.com/source/initializing.html
3.Install Software Package
For Ubuntu16.04:
sudo apt-get update
sudo apt-get install git-core gitk git-gui gcc-arm-linux-gnueabihf u-boot-tools
device-tree-compiler gcc-aarch64-linux-gnu mtools parted libudev-dev libusb-1.0-0-dev
libssl-dev pv e2fsprogs build-essential fakeroot devscripts
If your development environment is not Ubuntu16.04, please make sure the compile tool train version
of gcc-arm-linux-gnueabihf and gcc-aarch64-linux-gnu is less than 6.0.
4.Compile Linux SDK and Make Firmware
It is defaulted compilation under userdebug mode.
U-boot Compilation:
./build/mk-u-boot.sh rk3399-orangepi
www.orangepi.org
Shenzhen Xunlong Software Co., Ltd.
21
www.xunlong.tv

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents