Refer https://github.com/rockchip-linux/manifests
Note
Only old version of repo support "--no-clone-bundle"
# default Yocto/Pyro release for Rockchip
repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b yocto -m pyro.xml
RK3288/Release
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_release.xml
The RK3399 chips /Release
$ 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_release.xml
### Sync
repo sync --no-clone-bundle

本文详细介绍了如何使用Yocto Project为Rockchip系列芯片(RK3288, RK3399)构建Linux系统。通过指定的manifest文件和repo工具,可以初始化并同步所需的源代码仓库,以便于进行定制化的嵌入式Linux系统开发。
4188

被折叠的 条评论
为什么被折叠?



