Please provide the public key of your build machine to the business team before downloading the code!
Hugsun Android 14 Acquisition Method
bash
# 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
Hugsun Linux 5.10 (Kernel Version) Acquisition Method
bash
# 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
Hugsun Linux 6.1 (Kernel Version) Acquisition Method
bash
git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/rk_linux_6.1.git git checkout hugsun_linux_rkr5
Currently Released SDK Versions 4.19, 5.10, and 6.1 are Rockchip Long-Term Support Kernel Versions
- Continuous quarterly minor version updates (4.19.27 -> 4.19.232)
- Continuous major version updates every 2-3 years (4.4 -> 4.19 -> 5.10 -> 6.1)