We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c47f8f commit c5f4c72Copy full SHA for c5f4c72
1 file changed
README.md
@@ -12,13 +12,30 @@
12
└── targets_collect_5.10.sh // 5.10镜像打包脚本
13
```
14
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
31
# 镜像打包脚本
32
33
“targets_collect*.sh” 脚本可以用来将编译好的镜像打包。使用说明:
34
35
1. 将linux-image-tools拷贝到编译完成的 xuantie-build/xuantie 文件夹下
36
2. 运行脚本:
37
6.6:./targets_collect_6.6.sh v1.0.6
38
39
5.10:./targets_collect_5.10.sh v1.0.6
40
41
# tarball 镜像目录
0 commit comments