Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Rock5/linux/radxa-apt

< Rock5‎ | linux
    ROCK 5 >  Working With Linux >  Radxa APT

Introductions

Radxa APT is the Debian package repository maintained by Radxa to provide ROCK Pi and Rockchip vendor specific package.

Currently Radxa APT supports Debian Stretch, Debian Buster and Ubuntu Bionic, each distro has testing and stable repositories, choose one of below:

 export DISTRO=bionic-stable
 export DISTRO=bionic-testing      # update more frequently but maybe unstable
 export DISTRO=focal-stable
 export DISTRO=focal-testing      # update more frequently but maybe unstable
 export DISTRO=stretch-stable
 export DISTRO=stretch-testing      # update more frequently but maybe unstable
 export DISTRO=buster-stable
 export DISTRO=buster-testing      # update more frequently but maybe unstable
 export DISTRO=bullseye-stable
 export DISTRO=bullseye-testing      # update more frequently but maybe unstable

Add Radxa APT

 echo "deb http://apt.radxa.com/$DISTRO/ ${DISTRO%-*} main" | sudo tee -a /etc/apt/sources.list.d/apt-radxa-com.list

For Chinese users

You can use https://radxa-apt.aghost.cn instead of http://apt.radxa.com and apt.radxa.com to improve download speed. https://radxa-apt.aghost.cn is a mirror of Radxa APT. This server only has 5Mbps netowrk.

I do not make any guarantees about availability and update timeliness, only the content of the provided packages is consistent with the official ones.

By aghost<ggg17226@gmail.com>


中国大陆镜像


将http://apt.radxa.com或者apt.radxa.com替换为https://radxa-apt.aghost.cn使用。

radxa-apt.aghost.cn为个人对apt.radxa.com做的镜像站,仅有5mbps带宽,并且不对可用性以及更新及时性做任何保证,仅保证提供的包的内容与官方一致。

By aghost<ggg17226@gmail.com>


Get the pub key

 wget -O - apt.radxa.com/$DISTRO/public.key | sudo apt-key add -

Update

 sudo apt update

Available packages

Notes

  • 1 Kernel

Each version of kernel includes three packages. For example.

 version: kernel-4.4.154-92-rockchip-g58d4b8d2fd3b
 ├── linux-firmware-image-4.4.154-92-rockchip-g58d4b8d2fd3b
 ├── linux-headers-4.4.154-92-rockchip-g58d4b8d2fd3b
 └── linux-image-4.4.154-92-rockchip-g58d4b8d2fd3b

When install linux-4.4-latest package, the corresponding version of the packages like linux-firmware-firmware*.deb, linux-headers*.deb and linux-image*.deb will also be installed. This situation applies to linux-4.19-rock-3-latest, linux-4.4-rock-pi-e-latest, linux-4.4-rock-pi-s-latest, and linux-4.4-rock-pi-n10-latest packages.

ROCK 3 Kernel;

 ├── linux-image-4.19.193*
 └── linux-headers-4.19.193*

ROCK Pi E Kernel:

 ├── linux-image-4.4.194*
 ├── linux-firmware-image-4.4.194*
 └── linux-headers-4.4.194*

ROCK Pi S Kernel:

 ├── linux-image-4.4.143*
 ├── linux-firmware-image-4.4.143*
 └── linux-headers-4.4.143*

ROCK Pi 4 Kernel:

 ├── linux-image-4.4.154*
 ├── linux-firmware-image-4.4.154*
 └── linux-headers-4.4.154*

ROCK Pi N10 Kernel:

 ├── linux-image-4.4.167*
 ├── linux-firmware-image-4.4.167*
 └── linux-headers-4.4.167*
  • 2 rockchip-adbd

Available for ROCK Pi S.

When the kernel version of ROCK Pi S is newer than 4.4.143-46-rockchip, it is necessary to update the rockchip-adbd package to version at least 0.5.

  • 3 realtek-bt-firmware

Available for ROCK Pi E with RTL8723DU/RTL8821CU on board.

  • 4 rtl8723ds-firmware

Available for ROCK Pi S.

bionic-stable

 [Expand

bionic-testing

 [Expand

focal-stable

 [Expand

focal-testing

 [Expand

stretch-stable

 [Expand

stretch-testing

 [Expand

buster-stable

 [Expand

buster-testing

 [Expand

Change Log

Kernel packages

ROCK Pi 4
 [Expand
ROCK Pi E
 [Expand
ROCK Pi N10
 [Expand
ROCK Pi S
 [Expand