File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1、5.10/6.6 images collect
1+ # 目录说明
22
3- cd xuantie-build/xuantie
3+ ```
4+ ├── README.md
5+ ├── scripts // 存放编译脚本
6+ | ├── benchmark_compile_5.10.sh
7+ │ ├── benchmark_compile_6.6.sh
8+ │ ├── build-images_5.10.sh
9+ │ └── build-images_6.6.sh
10+ ├── tarball // 镜像目录,存放编译好的镜像文件
11+ ├── targets_collect_6.6.sh // 6.6镜像打包脚本
12+ └── targets_collect_5.10.sh // 5.10镜像打包脚本
13+ ```
414
5- git clone git@gitee.com : xuantie-yocto /linux-image-tools.git -b 1.0
15+ # 镜像打包脚本
616
7- cd linux-image-tools
17+ “targets_collect * .sh” 脚本可以用来将编译好的镜像打包。使用说明:
818
9- ./targets_collect_6.6.sh
19+ 1 . 将linux-image-tools拷贝到编译完成的 xuantie-build/xuantie 文件夹下
20+ 2 . 运行脚本:
21+ 6.6:./targets_collect_6.6.sh v1.0.6
22+ 5.10:./targets_collect_5.10.sh v1.0.6
1023
11- ./targets_collect_5.10.sh
24+ # tarball 镜像目录
1225
13- 2、Software package compile
26+ 存放打包好的镜像文件
1427
15- cd xuantie-build/xuantie
16-
17- ./benchmark_compile_5.10.sh
18-
19- ./benchmark_compile_6.6.sh
20-
21- 3、5.10/6.6 images compile
22-
23- cd xuantie-build/xuantie
24-
25- ./build-images_5.10.sh
26-
27- ./build-images_6.6.sh
2828
Original file line number Diff line number Diff line change 1+ ** 镜像下载链接:**
2+ * [ xuantie-linux-v1.0.5.tar.gz] ( http://yocbook.oss-cn-hangzhou.aliyuncs.com/linux_image/XuanTie_V1.0.5/xuantie-linux-v1.0.5.tar.gz )
You can’t perform that action at this time.
0 commit comments