Sync rk3588 linux sdk from rockchip official on Ubuntu 22.04

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://git@www.rockchip.com.cn/repo/rk/tools/repo -u ssh://git@www.rockchip.com.cn/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

Your email address will not be published. Required fields are marked *

曠怡亭口占

流轉知何世,江山尚此亭。

登臨皆曠士,喪亂有遺經。

已識乾坤大,猶憐草木青。

長空送鳥印,留幻與人靈。

Featured Posts