diff --git a/.project/packet.sh b/.project/packet.sh index b1c836d..ae56e68 100755 --- a/.project/packet.sh +++ b/.project/packet.sh @@ -3,8 +3,19 @@ ########################打包自定义的东西############################## #################################################################### # 下载唤醒词模型 -wget_and_unzip_to_packet_dir xiaomaoxiaomao ftp://zftpuser:zftpzwsd@192.168.1.2/zwsd/manufacturer_mycroft/hotworld/xiaomaoxiaomao/xiaomaoxiaomao_module_20220609.tar.gz +wget_and_untar_to_packet_dir \ + 192.168.1.2:8021/manufacturer_mycroft/hotworld/xiaomaoxiaomao/xiaomaoxiaomao_module_20220609.tar.gz \ + xiaomaoxiaomao \ + ./ \ + xiaomaoxiaomao + # 下载唤醒词引擎 -wget_and_unzip_to_packet_dir precise 192.168.1.2:8021/manufacturer_mycroft/mycroft-precise-release/precise-all_0.3.0_aarch64.tar.gz +wget_and_untar_to_packet_dir \ + 192.168.1.2:8021/manufacturer_mycroft/mycroft-precise-release/precise-all_0.3.0_aarch64.tar.gz \ + precise \ + ./ \ + precise # 下载唤醒词语音 -wget_and_cpy_to_packet_dir 192.168.1.2:8021/manufacturer_mycroft/hotworld/xiaomaoxiaomao/test_xiaomaoxiaomao.wav +wget_and_cpy_to_packet_dir 192.168.1.2:8021/manufacturer_mycroft/hotworld/xiaomaoxiaomao/test_xiaomaoxiaomao.wav \ + ./ \ + test_xiaomaoxiaomao.wav diff --git a/README.md b/README.md index c7929d6..cea4ca2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ./build.sh --ip flash reboot # 编译并只部署应用 -./build.sh --ip --flashapp "app.out" +./build.sh --ip flashapp "app.out" # 只部署webapp ./build.sh --ip flashwebapp diff --git a/iflybuild b/iflybuild index 2340768..401d612 160000 --- a/iflybuild +++ b/iflybuild @@ -1 +1 @@ -Subproject commit 2340768938b03846eb3d2879e734c578e721a301 +Subproject commit 401d6120357dd2879259fce48bf50adf7c43764d