Repo download repository package with manifests
curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o /usr/local/bin/repo # If you do not have the access permission to this directory, download the tool to any other accessible directory and configure the directory to the environment variable.
chmod a+x /usr/local/bin/repo
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
vim ~/.bashrc
export PATH=~/bin:$PATH
source ~/.bashrc
- RK3399 Socs:
repo init -u git@github.com:Fruit-Pi/manifests -b master -m rk3399.xml
.repo/repo/repo sync -c
- RK3568 Socs:
repo init -u git@github.com:Fruit-Pi/manifests -b master -m rk3568.xml
.repo/repo/repo sync -c
- RK3288 Socs:
repo init -u git@github.com:Fruit-Pi/manifests -b master -m rk3568.xml
.repo/repo/repo sync -c
- PX30 Socs:
repo init -u git@github.com:Fruit-Pi/manifests -b master -m px30.xml
.repo/repo/repo sync -c
- RK3399 Socs:
repo init -u https://github.com/Fruit-Pi//manifests -b master -m rk3399.xml
.repo/repo/repo sync -c
- RK3568 Socs:
repo init -u https://github.com/Fruit-Pi//manifests -b master -m rk3568.xml
.repo/repo/repo sync -c
- RK3288 Socs:
repo init -u https://github.com/Fruit-Pi//manifests -b master -m rk3568.xml
.repo/repo/repo sync -c
- PX30 Socs:
repo init -u https://github.com/Fruit-Pi//manifests -b master -m px30.xml
.repo/repo/repo sync -c