Please provide the public key of your build machine to the business team before downloading the code!
Hugsun Android 14 Acquisition Method
...
| language | zh_CN |
|---|
先向业务提供编译电脑的公钥,才可下载代码!
...
| 代码块 | ||||
|---|---|---|---|---|
| ||||
#拉取android14源码包,# Clone Android 14 source package git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/hugsun_android14.git#查看分支信息,rkrx对应rockchip释放的版本 # 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_rkr8hugsun linux |
Hugsun Linux 5.10 (
...
Kernel Version)
...
Acquisition Method
| 代码块 | ||||
|---|---|---|---|---|
| ||||
#拉取linux sdk5.10源码包,# 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#切换到需要的分支(注:rkr9对应rockchip释放的版本) # Switch to the required branch (Note: rkr9 corresponds to Rockchip release version) git checkout hugsun_linux_rkr9hugsun linux |
Hugsun Linux 6.1 (
...
Kernel Version)
...
Acquisition Method
| 代码块 | ||||
|---|---|---|---|---|
| ||||
git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/rk_linux_6.1.git git checkout hugsun_linux_rkr5 目前SDK发布的4.19、5.10、6.1是Rockchip长期支持的内核版本。持续季度更新小版本 |
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)
...