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 9ee71b6718 udpate iflytopcpp 2 years ago
.project udpate iflytopcpp 2 years ago
.vscode update c_cpp_properties.json 2 years ago
dep udpate iflytopcpp 2 years ago
env update 2 years ago
iflybuild@0967adb66c update iflybuild 2 years ago
src udpate iflytopcpp 2 years ago
webapp 修复aiui tts存储的bug 2 years ago
zcmake@a68cdff520 update 2 years ago
.clang-format update 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 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_demo_project

功能:
    1. 打通CAN通道
    2. 打通ws通道,
    2. 解析CAN消息,并上报给ws
    3. 解析ws消息并发送给CAN

编译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