0


RK3588-SDK下载

瑞芯微SDK下载方式
RK3588 Android12 :
git clone ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo

repo init --repo-url=ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo.git -u ssh://git@www.rockchip.com.cn:2222/Android_S/rk3588-manifests.git -m Android12.xml
//18682015156
.repo/repo/repo sync -c
./build.sh -UKAu

RK3568/RK3566/RK3399 Android11:
git clone ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo

repo init --repo-url=ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo.git -u ssh://git@www.rockchip.com.cn:2222/Android_R/manifests.git -m Android11.xml

.repo/repo/repo sync -c
./build.sh -UKAu

RK3399 Android10:
git clone ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo
repo init --repo-url=ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo.git -u ssh://git@www.rockchip.com.cn:2222/Android_Qt/manifests.git -m Android10.xml

.repo/repo/repo sync -c
./build.sh -UKAu

RK3288 Android8.1:
git clone ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo
repo init --repo-url=ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo.git -u ssh://git@www.rockchip.com.cn:2222/Android_oreo_stable/platform/rk3288/manifests.git -m Rk3288_Android_Oreo_release.xml
.repo/repo/repo sync
./build.sh -UKAu

RK3399 Android7.1 RK3399_Android7.1-Industry-SDK:
git clone ssh://git@www.rockchip.com.cn/repo/rk/tools/repo

repo init --repo-url=ssh://git@www.rockchip.com.cn:2222/repo-release/tools/repo.git -u ssh://git@www.rockchip.com.cn:2222/rk3399-n-all/manifests.git -m rk3399_all_release.xml

.repo/repo/repo sync
./build.sh -UKAu

标签: git android

本文转载自: https://blog.csdn.net/xiaoxiaowu520/article/details/127887684
版权归原作者 xiaoxiaowu520 所有, 如有侵权,请联系我们删除。

“RK3588-SDK下载”的评论:

还没有评论