先向业务提供编译电脑的公钥,才可下载代码!
hugsun android14获取办法
Please provide the public key of your build machine to the business team before downloading the code!
...
| 代码块 | ||||
|---|---|---|---|---|
| ||||
# Clone Android 14 source package #拉取android14源码包, git clone ssh://git@cloud.hugsun.com.cn:15000/hugsun_open/hugsun_android14.git # View branch information, rkrx corresponds to Rockchip release versions#查看分支信息,rkrx对应rockchip释放的版本 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(
...
内核版本)
...
获取办法
| 代码块 | ||||
|---|---|---|---|---|
| ||||
# Clone Linux SDK 5.10 source package#拉取linux sdk5.10源码包, 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)#切换到需要的分支(注:rkr9对应rockchip释放的版本) git checkout hugsun_linux_rkr9 |
...
hugsun linux 6.1(
...
内核版本)
...
获取办法
| 代码块 | ||||
|---|---|---|---|---|
| ||||
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
目前SDK发布的4.19、5.10、6.1是Rockchip长期支持的内核版本。
- 持续季度更新小版本 Continuous quarterly minor version updates
- (4.19.27- > 4
- >4.19.232) Continuous major version updates every 2-3 years
- 持续2-3年更新大版本(4.4- > 4
- >4.19- > 5
- >5.10- > 6
- >6.1)