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

Template:Rockpi apt

Revision as of 03:09, 16 October 2021 by Stephen (Talk | contribs)

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

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://apt.setq.me instead of http://apt.radxa.com to improve download speed. https://apt.setq.me is a mirror of Radxa APT.

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