range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 135 www.xunlong.tv
the list of software packages installed by rootfs is not modified, this value
will not change. The compilation script will judge by this MD5 hash value
Do you need to recompile rootfs
b. bionic-cli-armhf.153618961f14c28107ca023429aa0eb9.tar.lz4.list lists the
package names of all packages installed by rootfs
test@test:~/orangepi_build$ ls external/cache/rootfs/
bionic-cli-armhf.153618961f14c28107ca023429aa0eb9.tar.lz4
bionic-cli-armhf.153618961f14c28107ca023429aa0eb9.tar.lz4.list
9) If the required rootfs already exists under external/cache/rootfs, then compiling the
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
downloading and compiling time
10) Since it takes a long time to compile rootfs, if you don’t want to compile rootfs from
scratch, or if there is a problem with compiling rootfs, you can directly download the
rootfs compressed package cached by Orange Pi. The download link of rootfs
compressed package Baidu cloud disk is shown below, download A good rootfs
compressed package (don’t decompress it) needs to be placed in the
external/cache/rootfs directory of orangepi-build before it can be used normally by the
compiled script
Link:https://pan.baidu.com/s/1vWQmCmSYdH7iCDFyKpJtVw
Code:zero
5.5. Compile linux image
1) Run the build.sh script, remember to add sudo permissions