模板:RK SDK

来自ARM Wiki
Tangdapeng讨论 | 贡献2020年5月25日 (一) 19:44的版本 (创建页面,内容为“===步骤1 - 下载repo脚本库=== <syntaxhighlight lang="bash"> git clone https://github.com/rockchip-linux/repo mkdir linux cd linux </syntaxhighlight> ===步骤...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

步骤1 - 下载repo脚本库

git clone https://github.com/rockchip-linux/repo
mkdir linux
cd linux

步骤2 - SDK下载

RK3399 Linux SDK

../repo/repo init --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b master -m rk3399_linux_release.xml 
../repo/repo sync

RK3288 Linux SDK

../repo/repo init --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b master -m rk3288_linux_release.xml
../repo/repo sync

RK3399Pro Linux SDK

../repo/repo init --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b master -m rk3399pro_linux_release.xml
../repo/repo sync

RK1808 Linux SDK

../repo/repo init --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b master -m rk1808_linux_release.xml
../repo/repo sync