From b587f6c53b1b88427d21047b64f0422558b09020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E9=94=A4?= <1512582513@qq.com> Date: Sun, 18 Sep 2022 03:55:42 +0000 Subject: [PATCH 1/2] update docs/smart_cenctrl_lamp/README.md. Signed-off-by: dachui-258 <1512582513@qq.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 大锤 <1512582513@qq.com> --- docs/smart_cenctrl_lamp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart_cenctrl_lamp/README.md b/docs/smart_cenctrl_lamp/README.md index 8d24bde8..a723e65f 100755 --- a/docs/smart_cenctrl_lamp/README.md +++ b/docs/smart_cenctrl_lamp/README.md @@ -275,7 +275,7 @@ hb build -f ![build ok](media/build_ok.png) -会生成固件到out/bearpi/smart_centrl_lamp/Hi3861_wifiiot_app_allinone.bin,如下图: +会生成固件到out/bearpi_hm_nano/smart_cenctrl_lamp/Hi3861_wifiiot_app_allinone.bin,如下图: ![bin file](media/firm.png) -- Gitee From cc8a0ea31244887a7022bdb8828a408bc866cd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E9=94=A4?= <1512582513@qq.com> Date: Sun, 18 Sep 2022 04:01:55 +0000 Subject: [PATCH 2/2] update docs/smart_cenctrl_lamp/README.md. Signed-off-by: dachui-258 <1512582513@qq.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 大锤 <1512582513@qq.com> --- docs/smart_cenctrl_lamp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart_cenctrl_lamp/README.md b/docs/smart_cenctrl_lamp/README.md index a723e65f..1b28d2f6 100755 --- a/docs/smart_cenctrl_lamp/README.md +++ b/docs/smart_cenctrl_lamp/README.md @@ -281,7 +281,7 @@ hb build -f #### 烧录/安装 -本开发样例属于轻设备应用样例,其安装需要和系统固件一起烧录到SOC中。本样例烧录方式采用Hi3861的Hiburn烧录工具。使用Hiburn将生成的固件out/bearpi/smart_centrl_lamp/Hi3861_wifiiot_app_allinone.bin烧录到Hi3861即可,如下图所示: +本开发样例属于轻设备应用样例,其安装需要和系统固件一起烧录到SOC中。本样例烧录方式采用Hi3861的Hiburn烧录工具。使用Hiburn将生成的固件out/bearpi_hm_nano/smart_cenctrl_lamp/Hi3861_wifiiot_app_allinone.bin烧录到Hi3861即可,如下图所示:  ![烧录](media/firm_burn.png) -- Gitee