range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 130 www.xunlong.tv
test@test:~/orangepi_build/output/debs/test$ tree -L 2
.
├── boot
│ ├── config-5.4.65-sunxi //Configuration file used to compile the kernel
source code
│ ├── System.map-5.4.65-sunxi
│ └── vmlinuz-5.4.65-sunxi //Compile the generated kernel image file
├── etc
│ └── kernel
├── lib
│ └── modules //Compile the generated kernel module
├── linux-image-current-sunxi_2.1.0_armhf.deb
└── usr
├── lib
└── share
8 directories, 4 files
12) The files contained in the generated linux-dtb 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-dtb-current-sunxi_2.1.0_armhf.deb test/
test@test:~/orangepi_build/output/debs$ cd test
test@test:~/orangepi_build/output/debs/test$ dpkg -x \
linux-dtb-current-sunxi_2.1.0_armhf.deb .
test@test:~/orangepi_build/output/debs/test$ ls
boot linux-image-current-sunxi_2.1.0_armhf.deb usr
b. Use the following command to unzip the deb package
test@test:~/orangepi_build/output/debs/test$ tree -L 2
.
├── boot
│ └── dtb-5.4.65-sunxi //Store dtb files used by the kernel