Skip to content

Commit 1c47f8f

Browse files
author
xuantie
committed
update README.md
1 parent e8647fc commit 1c47f8f

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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

tarball/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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)

0 commit comments

Comments
 (0)