1 Star 0 Fork 1

flyingcys/cvitek_bootloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
flyingcys 提交于 2024-04-09 22:14 . support cv180x && cv181x
#!/bin/bash
USER_CMD=$1
ROOT_PATH=$(pwd)
echo $ROOT_PATH
source env.sh
get_build_board ${USER_CMD}
CHIP_ARCH_L=$(echo $CHIP_ARCH | tr '[:upper:]' '[:lower:]')
build_info
do_build
if [ -d ${ROOT_PATH}/../c906_little ]; then
cp -rf build/output/${MV_BOARD_LINK}/cvi_board_memmap.ld ${ROOT_PATH}/../c906_little/board/script/${CHIP_ARCH_L}
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flyingcys/cvitek_bootloader.git
git@gitee.com:flyingcys/cvitek_bootloader.git
flyingcys
cvitek_bootloader
cvitek_bootloader
master

搜索帮助