Please provide the public key of your build machine to the business team before downloading the code!
# Clone Android 14 source package git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/hugsun_android14.git # View branch information, rkrx corresponds to Rockchip release versions git branch -v hugsun_a14_rkr5_rk3588 * hugsun_a14_rkr7_rk3588 hugsun_a14_rkr8 master # Switch to the required branch git checkout hugsun_a14_rkr8 |
# Clone Linux SDK 5.10 source package git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/rk_linux_5.10.git # View branch information git branch -v * hugsun_linux_rkr7 hugsun_linux_rkr9 master # Switch to the required branch (Note: rkr9 corresponds to Rockchip release version) git checkout hugsun_linux_rkr9 |
git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/rk_linux_6.1.git git checkout hugsun_linux_rkr5 |