瑞芯微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
版权归原作者 xiaoxiaowu520 所有, 如有侵权,请联系我们删除。