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.
 
 

601 B

linux_smart_speaker_sdk

目录说明
dep/ 存放第二方,或者第三方需要编译的代码
lib/ 编译好的依赖库,通过
sh/  工程编译打包部署等相关脚本
env/ 应用程序运行环境
build/ 应用程序编译目录
编译说明

# 编译RK3328应用
./sh/rk3328_envsetup.sh
# 编译PC应用
./sh/pc_envsetup.sh

cd build
./build.sh && make -j8

应用开发约定
    1.嵌入式Linux开发板应用存放路径为/app
    2.应用名称为app.out
    3.工程名称app
    4.嵌入式文件系统默认上电以ROOT权限启动脚本/app/startup.sh