chore: 拆分 bin 入口

This commit is contained in:
Del Wang
2025-12-31 22:53:33 +08:00
committed by Del
parent 3d9d852bda
commit 61ecb07a99
8 changed files with 47 additions and 6 deletions
+4 -1
View File
@@ -27,4 +27,7 @@ docker run --rm -v $(pwd)/../hello:/app/hello open-xiaoai-runtime \
# 5. 上传二进制文件到小爱音箱
# dd if=apps/hello/target/armv7-unknown-linux-gnueabihf/release/hello \
# | ssh -o HostKeyAlgorithms=+ssh-rsa root@192.168.31.235 "dd of=/data/hello"
# | ssh -o HostKeyAlgorithms=+ssh-rsa root@192.168.31.235 "dd of=/data/hello"
# dd if=apps/hello/target/armv7-unknown-linux-gnueabihf/release/hello \
# | ssh -o HostKeyAlgorithms=+ssh-rsa root@192.168.31.153 "dd of=/data/hello"