联咏nt98565
Go to file Use this template
2023-03-30 15:49:35 +08:00
BSP 1.mcu通信改为uart 2023-03-30 15:49:35 +08:00
build 1.mcu通信改为uart 2023-03-30 15:49:35 +08:00
code 1.mcu通信改为uart 2023-03-30 15:49:35 +08:00
configs 1.mcu通信改为uart 2023-03-30 15:49:35 +08:00
rtos 1.mcu通信改为uart 2023-03-30 15:49:35 +08:00
tools 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.gitignore 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
Makefile 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
README.md 1.README.md修改 2023-03-28 15:52:15 +08:00

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