From d21161706a3508942cf8a16a81bcb445da4a7c40 Mon Sep 17 00:00:00 2001 From: huangzhiquan Date: Fri, 31 Dec 2021 12:17:47 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/device-dev/porting/porting-bes26?= =?UTF-8?q?00w-on-minisystem-display-demo.md.=20=E5=8E=9F=E6=96=87?= =?UTF-8?q?=E7=AC=94=E8=AF=AF=E4=BA=86=EF=BC=8C=E5=A6=82=E4=B8=8B=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=98=AF=E5=9C=A8config.gni=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E6=AD=A4=E5=A4=84=E6=A0=B9=E6=8D=AE=E4=B8=AA=E4=BA=BA=E7=9C=8B?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=AD=A3=E4=B8=8B?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../porting/porting-bes2600w-on-minisystem-display-demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md b/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md index 0ccb117fcc9..d9d9accd6e2 100644 --- a/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md +++ b/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md @@ -59,7 +59,7 @@ vendor } ``` -2. 在`vendor/bestechnic/display_demo`目录下新增`config.json`文件,用于描述这个产品样例所使用的单板、内核等信息,描述信息可参考如下内容: +2. 在`device/board/fnlink/v200zr/liteos_m`目录下新增`config.gni`文件,用于描述这个产品样例所使用的单板、内核等信息,描述信息可参考如下内容: ``` # Kernel type, e.g. "linux", "liteos_a", "liteos_m". -- Gitee