The Default:
To initialize Linux source tree
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests
To synchronize the source code
$ repo sync --no-clone-bundle
--
The PX30 chips
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m px30_linux.xml
$ repo sync --no-clone-bundle
--
The RK1808 chips
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk1808_linux.xml
$ repo sync --no-clone-bundle
--
The RK3288 chips
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk3288_linux.xml
$ repo sync --no-clone-bundle
--
The RK3328 chips
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk3328_linux.xml
$ repo sync --no-clone-bundle
--
The RK3399 chips
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk3399_linux.xml
$ repo sync --no-clone-bundle
--
The RK3399Pro chips
$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk3399pro_linux.xml
$ repo sync --no-clone-bundle