nt9856x/README.md
2023-05-17 15:33:39 +08:00

60 lines
1.3 KiB
Markdown
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
source build/envsetup.sh
lunch #配置model首次需要S530选择以下配置
#Project Config: rtos
#Model Config: cfg_565_HUNTING_EVB_LINUX_4G_S530
#toolchain: gcc-6.5-newlib-2.4-2019.11-arm-ca9-eabihf
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首次需要S530选择以下配置
#Project Config: Linux
#Model Config: cfg_565_HUNTING_EVB_LINUX_4G_S530
#toolchain: arm-ca9-linux-uclibcgnueabihf-8.4.01
get_stuff_for_environment #查看配置信息
make all #其它命令使用 make help
```
3.output
output/packed/FW98565A.bin #该bin文件为升级文件将之拷贝到SD卡进行升级。快捷键升级时注意请插入usb用usb供电进行升级
## 其它选项
1.pack缩减将1该0则不加入包
```
vim output/FW98565A.ini
make pack
```
***
## 修改记录
20230328
1.提交第一次SDK文件
20230407
1.增加描述