nt9856x/README.md
2023-03-28 15:52:15 +08:00

50 lines
842 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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文件