diff --git a/README.md b/README.md new file mode 100644 index 0000000..f34db2f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + +# 以下说明的目录是可以动的,其它目录切不可动,不可删除,不可新增 +## hap目录存放最新的hap包,如果之前有hap包,请先删除或者覆盖,不可存放多个hap包,并且保证名称为entry-default-signed +## in目录存放需要导入到板子中的一些配置文件或者目录 +## out目录存放导出到板子中的一些配置文件或者目录 +## logs目录存放板子运行时的日志文件,以及轨迹文件导出 \ No newline at end of file diff --git a/hap/README.md b/hap/README.md new file mode 100644 index 0000000..f351128 --- /dev/null +++ b/hap/README.md @@ -0,0 +1,9 @@ + +这个目录存放需要安装的最新的外壳hap包 \ No newline at end of file diff --git a/hap/entry-default-signed.hap b/hap/entry-default-signed.hap new file mode 100644 index 0000000..875206b Binary files /dev/null and b/hap/entry-default-signed.hap differ diff --git a/in/README.md b/in/README.md new file mode 100644 index 0000000..dae7e28 --- /dev/null +++ b/in/README.md @@ -0,0 +1,9 @@ + +这个目录存放需要导入到板子里面的一些配置文件目录 \ No newline at end of file diff --git a/out/README.md b/out/README.md new file mode 100644 index 0000000..299fcf6 --- /dev/null +++ b/out/README.md @@ -0,0 +1,9 @@ + +这里面会存放板子导出来的一些文件目录 \ No newline at end of file diff --git a/导入skip_scan_dir.conf.bat b/导入skip_scan_dir.conf.bat new file mode 100644 index 0000000..6a25f3a --- /dev/null +++ b/导入skip_scan_dir.conf.bat @@ -0,0 +1,11 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\in + +cd %TOOLCHAIN_PATH% +.\hdc.exe shell "rm -rf /mnt/hmdfs/100/account/device_view/local/files/skip_scan_dir.conf" +echo "remove skip_scan_dir.conf success" +.\hdc.exe file send %CONFIG_PATH%\skip_scan_dir.conf /mnt/hmdfs/100/account/device_view/local/files +echo "all success" +pause \ No newline at end of file diff --git a/导入voice文件.bat b/导入voice文件.bat new file mode 100644 index 0000000..67d62c8 --- /dev/null +++ b/导入voice文件.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\in + +cd %TOOLCHAIN_PATH% +.\hdc.exe file send %CONFIG_PATH%\voice /mnt/hmdfs/100/account/device_view/local/files/duolun/voice +echo "all success" +pause \ No newline at end of file diff --git a/导入考车配置.bat b/导入考车配置.bat new file mode 100644 index 0000000..9ba6ed2 --- /dev/null +++ b/导入考车配置.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\in + +cd %TOOLCHAIN_PATH% +.\hdc.exe file send %CONFIG_PATH%\config /mnt/hmdfs/100/account/device_view/local/files/duolun/config +echo "all success" +pause diff --git a/导入自检配置文件.bat b/导入自检配置文件.bat new file mode 100644 index 0000000..539bef8 --- /dev/null +++ b/导入自检配置文件.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\in + +cd %TOOLCHAIN_PATH% +.\hdc.exe file send %CONFIG_PATH%\carcheck.txt /mnt/hmdfs/100/account/device_view/local/files/duolun/config/carcheck.txt +echo "all success" +pause \ No newline at end of file diff --git a/导出skip_scan_dir.conf.bat b/导出skip_scan_dir.conf.bat new file mode 100644 index 0000000..5ebec70 --- /dev/null +++ b/导出skip_scan_dir.conf.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\out + +cd %TOOLCHAIN_PATH% +.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/skip_scan_dir.conf %CONFIG_PATH% +echo "all success" +pause \ No newline at end of file diff --git a/导出voice文件.bat b/导出voice文件.bat new file mode 100644 index 0000000..eac6cf2 --- /dev/null +++ b/导出voice文件.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set MODELS_PATH=..\out + +cd %TOOLCHAIN_PATH% +.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/voice %MODELS_PATH% +echo "all success" +pause \ No newline at end of file diff --git a/导出加密模型.bat b/导出加密模型.bat new file mode 100644 index 0000000..2d1cecc --- /dev/null +++ b/导出加密模型.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set MODELS_PATH=..\out + +cd %TOOLCHAIN_PATH% +.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/models %MODELS_PATH% +echo "all success" +pause \ No newline at end of file diff --git a/导出考车配置.bat b/导出考车配置.bat new file mode 100644 index 0000000..b95e446 --- /dev/null +++ b/导出考车配置.bat @@ -0,0 +1,8 @@ +@echo off +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\out + +cd %TOOLCHAIN_PATH% +.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/config %CONFIG_PATH% +echo "all success" +pause diff --git a/导出自检配置文件.bat b/导出自检配置文件.bat new file mode 100644 index 0000000..7eee448 --- /dev/null +++ b/导出自检配置文件.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set CONFIG_PATH=..\out + +cd %TOOLCHAIN_PATH% +.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/config/carcheck.txt %CONFIG_PATH% +echo "all success" +pause \ No newline at end of file