# manifests **Repository Path**: mbed/manifests ## Basic Information - **Project Name**: manifests - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rockchip Linux SDK 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