Reruirements:
1.An authentiacted ssh private key which has been registered in RK’s official repo server.
2.A computer equiped with 100GB hard drive at least has Ubuntu 22.04 operating system.
In order to pass the ssh challenge-response verification in repo sync,some important configuration should be added in the ssh config:
nano ~/.ssh/config
paste these into config file:
Host gerrit.rock-chips.com
IdentityFile $HOME/.ssh/id_rsa_rk
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
After configuration , go to $HOME and create a project directory for the SDK:
mkdir rk3588_linux
cd rk3588_linux
Start syncing the RK3588_LINUX SDK:
repo init --repo-url ssh://[email protected]/repo/rk/tools/repo -u ssh://[email protected]/linux/rockchip/platform/manifests -b linux -m rk3588_linux_release.xml
repo sync
It will take about 20 minutes to complete this task in China. Up to 3 hours could be taken if operating machine is abroad.
Remote sync finishing,local sync could be started:
repo sync -l
Leave a Reply