From 156ed904bed0e2282942637554d380bf38d3fc50 Mon Sep 17 00:00:00 2001 From: HagonChan <8696311+HagonChan@user.noreply.gitee.com> Date: Wed, 19 Jan 2022 08:41:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E7=A8=8B=E8=BF=99=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E4=B8=8D=E5=A4=9F=E8=AF=A6=E7=BB=86=EF=BC=8Cbm=E5=92=8Chap?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=9C=80=E8=A6=81=E5=9C=A8=E5=90=8C=E4=B8=80?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...345\256\211\350\243\205HAP\345\272\224\347\224\250.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/docs/\345\246\202\344\275\225\345\234\250\345\274\200\345\217\221\346\235\277\344\270\212\345\256\211\350\243\205HAP\345\272\224\347\224\250.md" "b/docs/\345\246\202\344\275\225\345\234\250\345\274\200\345\217\221\346\235\277\344\270\212\345\256\211\350\243\205HAP\345\272\224\347\224\250.md" index 7c74c47..803fe73 100755 --- "a/docs/\345\246\202\344\275\225\345\234\250\345\274\200\345\217\221\346\235\277\344\270\212\345\256\211\350\243\205HAP\345\272\224\347\224\250.md" +++ "b/docs/\345\246\202\344\275\225\345\234\250\345\274\200\345\217\221\346\235\277\344\270\212\345\256\211\350\243\205HAP\345\272\224\347\224\250.md" @@ -4,11 +4,11 @@ ## 一、准备工作 -- 准备一张SD卡(需要格式化成FAT32),以及一个读卡器 +- 准备一张SD卡,以及一个读卡器 ## 二、安装HAP应用 -1. 将tools/hap_tools/hap_example路径下的bm、LED.hap拷贝到SD卡中 +1. 将tools/hap_tools/hap_example路径下的bm、LED.hap拷贝到SD卡中(tips:bm文件个hap工程文件要拷贝到同一目录下) 2. 将SD卡插入到开发板中,并按开发板的RESET按键重启开发板 @@ -16,9 +16,9 @@ ``` mount /dev/mmcblk0p0 /sdcard vfat ``` -4. 输入以下命令,进入SD卡目录 +4. 输入以下命令,进入SD卡bm和hap文件所在的目录 ``` - cd /sdcard + cd /sdcard/... ``` 5. 输入以下命令,打开调试模式 ``` -- Gitee