1 Star 0 Fork 0

GeorgeZhou/ax-pipeline

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
download_ax_bsp.sh 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZHEQIUSHUI 提交于 2023-10-10 15:37 . update to v1.45 (#93)
#!/bin/sh
echo "\e[32mTips: \n follow docs/how_to_speed_up_submodule_init.md if you this process too slow\e[0m\n"
chip=$1
if [ "$chip" = "ax620" ]
then
echo "clone ax620 bsp to axpi_bsp_sdk, please wait..."
git clone https://github.com/sipeed/axpi_bsp_sdk.git
elif [ "$chip" = "ax650" ]
then
echo "clone ax650 bsp to ax650n_bsp_sdk, please wait..."
git clone https://github.com/AXERA-TECH/ax650n_bsp_sdk.git
else
echo "supported chips: \n \e[34m[ax620, ax650]\e[0m\n"
echo "for example: \n \e[34m$ ./download_ax_bsp.sh ax620\e[0m"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/georgezhou01/ax-pipeline.git
git@gitee.com:georgezhou01/ax-pipeline.git
georgezhou01
ax-pipeline
ax-pipeline
main

搜索帮助