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.
 
 
zhaohe c6e92c75be update 2 years ago
.project update 2 years ago
.vscode update c_cpp_properties.json 2 years ago
asrResult/aiui update 2 years ago
dep remove some code 2 years ago
env remove some code 2 years ago
iflybuild@401d612035 recode build.sh 2 years ago
src remove some code 2 years ago
webapp 修复aiui tts存储的bug 2 years ago
zcmake@a68cdff520 update 2 years ago
.clang-format update zlinuxcomponents and .clang-format 2 years ago
.gitignore 重构工程脚本 2 years ago
.gitmodules remove some code 2 years ago
CMakeLists.txt 重构工程脚本 2 years ago
Linux测试指令说明.md remove some code 2 years ago
README.md update README 2 years ago
TODO.md remove some code 2 years ago
boardinit.sh remove some code 2 years ago
build.sh 重构编译脚本 2 years ago
工程对接.md remove some code 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