You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.project | 2 years ago | |
.vscode | 2 years ago | |
asrResult/aiui | 2 years ago | |
dep | 2 years ago | |
env | 2 years ago | |
iflybuild@401d612035 | 2 years ago | |
src | 2 years ago | |
webapp | 2 years ago | |
zcmake@a68cdff520 | 2 years ago | |
.clang-format | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
CMakeLists.txt | 2 years ago | |
Linux测试指令说明.md | 2 years ago | |
README.md | 2 years ago | |
TODO.md | 2 years ago | |
boardinit.sh | 2 years ago | |
build.sh | 2 years ago | |
工程对接.md | 2 years ago |
README.md
linux_smart_speaker_sdk
# 此工程基于 https://iflytop1.feishu.cn/wiki/wikcnO8wSlckAFUfY6VvZHFsgIc 实现
编译RK3328
# 板子初始化
./sh/boardinit.sh \
--device_info "DEVICE_ID=iflytop_demo_device" \
--device_info "FRP_SERVER_ADDR=47.92.195.73" \
--device_info "STARTUP_DEFAULT_URL=127.0.0.1:80" \
--fixmac true \
--ip 192.168.1.191
# 初始化环境
./build.sh envsetup
# 仅编译
./build.sh build
# 编译调试版本,Cmake使用的是cmakepc.cmake
./build.sh buildhost
# 编译打包部署(整包)
./build.sh --ip <ip> flash
# 编译打包部署,重启系统(整包)
./build.sh --ip <ip> flash reboot
# 编译并只部署应用
./build.sh --ip <ip> flashapp "app.out"
# 只部署webapp
./build.sh --ip <ip> flashwebapp
# 配置ssh-key,免密登录
./build.sh --ip <ip> ssh_copy_id