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.
 
 

843 B

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