Skip to content

sophgo/sophpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

快速入门指南

V410 SDK 编译步骤

获取源码

步骤一:

mkdir -p <WORKSPACE>
cd <WORKSPACE>
git clone -b sg200x-evb [email protected]:sophgo/sophpi.git
cd sophpi
./scripts/repo_clone.sh --gitclone scripts/subtree.xml

步骤二:

source build/envsetup_soc.sh
defconfig sg2002_wevb_riscv64_sd
clean_all
build_all

V420 SDK 编译步骤

获取源码

步骤一:

mkdir -p <WORKSPACE>
cd <WORKSPACE>
git clone -b sg200x-evb [email protected]:sophgo/sophpi.git
cd sophpi
./scripts/repo_clone.sh --gitclone scripts/subtree_cv18xx-v4.2.x.xml

步骤二:

source build/envsetup_soc.sh
defconfig cv180zb_wevb_0008a_spinor
clean_all
build_all

BM1688 & CV186AH SDK 编译步骤

获取源码

步骤一:

mkdir -p <WORKSPACE>
cd <WORKSPACE>
git clone -b sg200x-evb [email protected]:sophgo/sophpi.git
cd sophpi
./scripts/repo_clone.sh --gitclone scripts/subtree_a2_release.xml

步骤二:

source build/envsetup_soc.sh
defconfig device_wevb_emmc
clean_device_all
build_device_all

NOTE.

TODO

修订记录

V410 SDK 修订记录

版本号 版本日期 版本更新内容
v4.1.6 2024.04.19 TODO
v4.1.6.1 2025.01.24 tdl_sdk: 新增CVI_TDL_Set_ROI接口及yolov8模型
SensorSupportList: 修改gc2053_1l & gc2053_slave 的时钟模式

V420 SDK 修订记录

版本号 版本日期 版本更新内容
v4.2.6 2024.04.19 TODO

BM1688 & CV186AH SDK 修订记录

版本号 版本日期 版本更新内容
v1.9 2025.02.24 1.9 版本 a2_release SDK 发布

About

CV18xx系列 SOC 开源硬件平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages