From 1d23f03fe3d9aef3baa7b8710c14c5578d4aa4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E7=A3=8A?= Date: Tue, 9 Jan 2024 08:01:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20README=5Fzh.md.=20=E6=AD=A4=E5=A4=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=91=BD=E4=BB=A4=E9=9C=80=E8=A6=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 石磊 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 335da09..2ca8945 100644 --- a/README_zh.md +++ b/README_zh.md @@ -87,7 +87,7 @@ kernel/linux/patches ``` ./build.sh --product-name Hi3516DV300 # 编译hi3516dv300镜像 - --build-target build_kernel # 编译hi3516dv300的uImage内核镜像 + --build-target kernel # 编译hi3516dv300的uImage内核镜像 --gn-args linux_kernel_version=\"linux-5.10\" # 编译指定内核版本 ``` -- Gitee