range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
94
www.xunlong.tv
test@test:~/orangepi-build$ ls output/debs/linux-*
output/debs/linux-dtb-current-rockchip64_2.1.0_arm64.deb
output/debs/linux-headers-current-rockchip64_2.1.0_arm64.deb
output/debs/linux-image-current-rockchip64_2.1.0_arm64.deb
7) The files contained in the generated linux-image deb package are as follows
a. Use the following command to unzip the deb package
test@test:~/orangepi-build$ cd output/debs
test@test:~/orangepi_build/output/debs$ mkdir test
test@test:~/orangepi_build/output/debs$ cp \
linux-image-current-rockchip64_2.1.0_arm64.deb test/
test@test:~/orangepi_build/output/debs$ cd test
test@test:~/orangepi_build/output/debs/test$ dpkg -x \
linux-image-current-rockchip64_2.1.0_arm64.deb .
test@test:~/orangepi_build/output/debs/test$ ls
boot etc lib linux-image-current-rockchip64_2.1.0_arm64.deb usr
b. The decompressed file is as follows
test@test:~/orangepi_build/output/debs/test$ tree -L 2
.
├── boot
│ ├── config-5.8.18-rockchip64 //The configuration file used to compile the
kernel source code
│ ├── System.map-5.8.18-rockchip64
│ └── vmlinuz-5.8.18-rockchip64 //Compile the generated kernel image file
├── etc
│ └── kernel
├── lib
│ └── modules //Compile the generated kernel module
├── linux-image-current-rockchip64_2.1.0_arm64.deb
└── usr
├── lib
└── share
8 directories, 4 files
8) When the orangepi-bulid compilation system compiles the linux kernel source code, it