--
The RK3288 chips
There are one way to get the code:
(1) Sync to the lastest release code:
$ repo init -u https://github.com/FireflyTeam/manifests -b linux-sdk -m rk3288/rk3288_linux_release.xml
$ repo sync
--
The RK3399 chips
There are one way to get the code:
(1) Sync to the lastest release code:
$ repo init -u https://github.com/FireflyTeam/manifests -b linux-sdk -m rk3399/rk3399_linux_release.xml
$ repo sync