EasyManua.ls Logo

Orange Pi R1 Plus - Compile Linux Image

Orange Pi R1 Plus
115 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
98
www.xunlong.tv
BUILD_MINIMAL=no BUILD_DESKTOP=no
KERNEL_CONFIGURE=yes ]
7) View the compiled rootfs compressed package
a. bionic-cli-arm64.153618961f14c28107ca023429aa0eb9.tar.lz4is a compressed
package of rootfs, the meaning of each field of the name is
a) bionic represents the type of linux distribution of rootfs
b) cli cli indicates that rootfs is a server version type
c) arm64 represents the architecture type of rootfs
d) 153618961f14c28107ca023429aa0eb9 is the MD5 hash value generated by
the package names of all software packages installed by rootfs. As long as
the list of software packages installed by rootfs is not modified, this value
will not change. The compilation script will use this MD5 hash value.
Determine whether you need to recompile rootfs
b. bionic-cli-arm64.153618961f14c28107ca023429aa0eb9.tar.lz4.list lists the
package names of all packages installed by rootfs
test@test:~/orangepi-build$ ls external/cache/rootfs/
bionic-cli-arm64.153618961f14c28107ca023429aa0eb9.tar.lz4
bionic-cli-arm64.153618961f14c28107ca023429aa0eb9.tar.lz4.list
8) If the required rootfs already exists under external/cache/rootfs, then compiling
rootfs again will skip the compilation process and will not restart the compilation. When
compiling the image, it will also go to external/cache/rootfs to find out whether it is
already Rootfs with cache available, if available, use it directly, which can save a lot of
download and compilation time
6.5. Compile linux image
1) Run the build.sh script, remember to add sudo permissions
test@test:~/orangepi-build$ sudo ./build.sh
2) Select Full OS image for flashing, then press Enter

Table of Contents

Related product manuals