# S530 ## 项目说明 该项目为预言项目,使用联咏平台的98565。该平台说明文档服务器上:\\192.168.6.19\相机软件部\2.SDK资料\5.联咏-Novatek 硬件资料[待定] ## build 1.build rtos ``` cd rtos git source build/envsetup.sh lunch #配置model,首次需要 get_stuff_for_environment #查看配置信息 make all #其它命令使用 make help cp output/application.bin ../ cp output/rtos-main.bin ../ ``` 2.build linux。在项目根目录下进行 ``` git source build/envsetup.sh lunch #配置model,首次需要 get_stuff_for_environment #查看配置信息 make all #其它命令使用 make help ``` 3.output output/packed/FW98565A.bin ## 其它选项 1.pack缩减,将1该0则不加入包 ``` vim output/FW98565A.ini make pack ``` *** ## 修改记录 20230328 1.提交第一次SDK文件