Skip to content

Commit c5f4c72

Browse files
author
xuantie
committed
XuanTie_V1.0.6
1 parent 1c47f8f commit c5f4c72

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,30 @@
1212
└── targets_collect_5.10.sh // 5.10镜像打包脚本
1313
```
1414

15+
# k230镜像打包
16+
17+
执行脚本前先安装依赖:
18+
19+
sudo apt install libconfuse-dev gettext libtool
20+
21+
cd xuantie-yocto/meta-k230/images/prebuit_20240828/
22+
23+
./post-image.sh default xuantie-image-lite
24+
25+
或者
26+
27+
./post-image.sh debug xuantie-image-lite
28+
29+
30+
1531
# 镜像打包脚本
1632

1733
“targets_collect*.sh” 脚本可以用来将编译好的镜像打包。使用说明:
1834

1935
1. 将linux-image-tools拷贝到编译完成的 xuantie-build/xuantie 文件夹下
2036
2. 运行脚本:
2137
6.6:./targets_collect_6.6.sh v1.0.6
38+
2239
5.10:./targets_collect_5.10.sh v1.0.6
2340

2441
# tarball 镜像目录

0 commit comments

Comments
 (0)