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

Difference between revisions of "Rockpi4/radxa-apt"

(Introduction)
 
(6 intermediate revisions by one other user not shown)
Line 13: Line 13:
 
Currently Radxa APT supports Debian Stretch, Debian Buster and Ubuntu Bionic, each distro has testing and stable repositories, choose one of below:
 
Currently Radxa APT supports Debian Stretch, Debian Buster and Ubuntu Bionic, each distro has testing and stable repositories, choose one of below:
  
  export DISTRO=stretch-stable
 
  export DISTRO=stretch-testing    # update more frequently but maybe unstable
 
 
   export DISTRO=bionic-stable
 
   export DISTRO=bionic-stable
 
   export DISTRO=bionic-testing      # update more frequently but maybe unstable
 
   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-stable
 
   export DISTRO=buster-testing      # update more frequently but maybe unstable
 
   export DISTRO=buster-testing      # update more frequently but maybe unstable
Line 26: Line 28:
 
'''For Chinese users'''
 
'''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.
+
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
 
Get the pub key
Line 38: Line 56:
 
Install essential packages:
 
Install essential packages:
  
   sudo apt-get install rockchip-overlay rockchip-fstab
+
   sudo apt-get install rockchip-overlay
 
+
Notes:
+
 
+
Why do we need to install rockchip-fstab packages?
+
There are kernel images, devicetree overlay and others files in the fourth partition, boot partition.
+
Before updating kernel, rockpi4-dtbo and other packages, we need to mount /dev/mmcblk*p4 or /dev/nvme*p4 to /boot directory.
+
Use command, mount, to show the mounted devices.
+
  
 
=== Install the latest u-boot ===
 
=== Install the latest u-boot ===
Line 107: Line 118:
 
==== Notes ====
 
==== Notes ====
  
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
+
* '''1 Kernel'''
 
+
* kernel
+
  
 
Each version of kernel includes three packages. For example.
 
Each version of kernel includes three packages. For example.
Line 120: Line 129:
 
This situation applies to linux-4.4-rockpis-latst and linux-4.4-rockpin10-latst packages.
 
This situation applies to linux-4.4-rockpis-latst and linux-4.4-rockpin10-latst packages.
  
</div>
+
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 ====
 
==== bionic-stable ====
Line 140: Line 176:
 
gstreamer1.0-rockchip1-extra-dbgsym
 
gstreamer1.0-rockchip1-extra-dbgsym
 
   
 
   
libmraa-rockpi4
+
libmraa
 
   
 
   
 
librockchip-mpp-dev
 
librockchip-mpp-dev
Line 155: Line 191:
 
   
 
   
 
linux-4.4-latest
 
linux-4.4-latest
 +
 +
linux-4.4-rockpie-latest
 +
 +
linux-4.4-rockpin10-latest
 
   
 
   
 
linux-4.4-rockpis-latest
 
linux-4.4-rockpis-latest
 
   
 
   
 
linux-firmware-image-4.4.143-39-rockchip-gdaf243b9655a
 
linux-firmware-image-4.4.143-39-rockchip-gdaf243b9655a
 +
 +
linux-firmware-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-firmware-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
Line 185: Line 229:
 
   
 
   
 
linux-firmware-image-4.4.154-95-rockchip-gd2ab1f26e1b3
 
linux-firmware-image-4.4.154-95-rockchip-gd2ab1f26e1b3
 +
 +
linux-firmware-image-4.4.167-14-rockchip-g53bdb2fa44e8
 +
 +
linux-firmware-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-headers-4.4.143-39-rockchip-gdaf243b9655a
 
linux-headers-4.4.143-39-rockchip-gdaf243b9655a
 +
 +
linux-headers-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-headers-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-headers-4.4.154-59-rockchip-g5e70f14
 
linux-headers-4.4.154-59-rockchip-g5e70f14
Line 213: Line 265:
 
   
 
   
 
linux-headers-4.4.154-95-rockchip-gd2ab1f26e1b3
 
linux-headers-4.4.154-95-rockchip-gd2ab1f26e1b3
 +
 +
linux-headers-4.4.167-14-rockchip-g53bdb2fa44e8
 +
 +
linux-headers-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-image-4.4.143-39-rockchip-gdaf243b9655a
 
linux-image-4.4.143-39-rockchip-gdaf243b9655a
 +
 +
linux-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-image-4.4.154-59-rockchip-g5e70f14
 
linux-image-4.4.154-59-rockchip-g5e70f14
Line 241: Line 301:
 
   
 
   
 
linux-image-4.4.154-95-rockchip-gd2ab1f26e1b3
 
linux-image-4.4.154-95-rockchip-gd2ab1f26e1b3
 +
 +
linux-image-4.4.167-14-rockchip-g53bdb2fa44e8
 +
 +
linux-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
opencv4.0
 
opencv4.0
Line 254: Line 318:
 
rock960c-rk-ubootimg
 
rock960c-rk-ubootimg
 
   
 
   
rockchip-adb
+
rockchip-adbd
 
   
 
   
 
rockchip-fstab
 
rockchip-fstab
Line 261: Line 325:
 
   
 
   
 
rockchip-mpp-demos-dbgsym
 
rockchip-mpp-demos-dbgsym
 +
 +
rockchip-npu
 
   
 
   
 
rockchip-overlay
 
rockchip-overlay
Line 279: Line 345:
 
   
 
   
 
rockpi4c-rk-ubootimg
 
rockpi4c-rk-ubootimg
 +
 +
rockpie-rk-u-boot-latest
 +
 +
rockpie-rk-ubootimg
 
   
 
   
 
rockpis-dtbo
 
rockpis-dtbo
Line 310: Line 380:
 
io
 
io
 
   
 
   
libmraa-rockpi4
+
libmraa
+
libmraa-rockpis
+
 
   
 
   
 
librockchip-mpp-dev
 
librockchip-mpp-dev
Line 357: Line 425:
 
   
 
   
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-firmware-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-firmware-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-firmware-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 369: Line 443:
 
   
 
   
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-firmware-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-firmware-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-firmware-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
Line 423: Line 503:
 
   
 
   
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-firmware-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-firmware-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-firmware-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
Line 445: Line 531:
 
   
 
   
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-firmware-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-firmware-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
Line 485: Line 575:
 
   
 
   
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-headers-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-headers-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-headers-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
Line 497: Line 593:
 
   
 
   
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-headers-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-headers-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-headers-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-headers-4.4.154-59-rockchip-g5e70f14
 
linux-headers-4.4.154-59-rockchip-g5e70f14
Line 551: Line 653:
 
   
 
   
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-headers-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-headers-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-headers-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
Line 579: Line 687:
 
   
 
   
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-headers-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-headers-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
Line 619: Line 731:
 
   
 
   
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 631: Line 749:
 
   
 
   
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-image-4.4.154-59-rockchip-g5e70f14
 
linux-image-4.4.154-59-rockchip-g5e70f14
Line 685: Line 809:
 
   
 
   
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
Line 713: Line 843:
 
   
 
   
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
Line 740: Line 874:
 
rock960c-rk-ubootimg
 
rock960c-rk-ubootimg
 
   
 
   
rockchip-adb
+
rockchip-adbd
 
   
 
   
 
rockchip-fstab
 
rockchip-fstab
Line 812: Line 946:
 
io
 
io
 
   
 
   
libmraa-rockpi4
+
libmraa
+
libmraa-rockpis
+
 
   
 
   
 
librockchip-mpp-dev
 
librockchip-mpp-dev
Line 861: Line 993:
 
   
 
   
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-firmware-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-firmware-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-firmware-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 873: Line 1,011:
 
   
 
   
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-firmware-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-firmware-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-firmware-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
Line 927: Line 1,071:
 
   
 
   
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-firmware-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-firmware-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-firmware-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
Line 949: Line 1,099:
 
   
 
   
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-firmware-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-firmware-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
Line 991: Line 1,145:
 
   
 
   
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-headers-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-headers-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-headers-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
Line 1,003: Line 1,163:
 
   
 
   
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-headers-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-headers-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-headers-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-headers-4.4.154-59-rockchip-g5e70f14
 
linux-headers-4.4.154-59-rockchip-g5e70f14
Line 1,057: Line 1,223:
 
   
 
   
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-headers-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-headers-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-headers-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
Line 1,085: Line 1,257:
 
   
 
   
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-headers-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-headers-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
Line 1,127: Line 1,303:
 
   
 
   
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 1,139: Line 1,321:
 
   
 
   
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-image-4.4.154-59-rockchip-g5e70f14
 
linux-image-4.4.154-59-rockchip-g5e70f14
Line 1,193: Line 1,381:
 
   
 
   
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
Line 1,221: Line 1,415:
 
   
 
   
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
Line 1,248: Line 1,446:
 
rock960c-rk-ubootimg
 
rock960c-rk-ubootimg
 
   
 
   
rockchip-adb
+
rockchip-adbd
 
   
 
   
 
rockchip-fstab
 
rockchip-fstab
Line 1,320: Line 1,518:
 
io
 
io
 
   
 
   
libmraa-rockpi4
+
libmraa
+
libmraa-rockpis
+
 
   
 
   
 
librockchip-mpp-dev
 
librockchip-mpp-dev
Line 1,377: Line 1,573:
 
   
 
   
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-firmware-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-firmware-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-firmware-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 1,389: Line 1,591:
 
   
 
   
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-firmware-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-firmware-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-firmware-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
Line 1,443: Line 1,651:
 
   
 
   
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-firmware-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-firmware-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-firmware-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
Line 1,465: Line 1,679:
 
   
 
   
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-firmware-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-firmware-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
Line 1,529: Line 1,747:
 
   
 
   
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-headers-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-headers-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-headers-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
Line 1,541: Line 1,765:
 
   
 
   
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-headers-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-headers-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-headers-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-headers-4.4.154-59-rockchip-g5e70f14
 
linux-headers-4.4.154-59-rockchip-g5e70f14
Line 1,595: Line 1,825:
 
   
 
   
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-headers-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-headers-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-headers-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
Line 1,623: Line 1,859:
 
   
 
   
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-headers-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-headers-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
Line 1,687: Line 1,927:
 
   
 
   
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 1,699: Line 1,945:
 
   
 
   
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-image-4.4.154-59-rockchip-g5e70f14
 
linux-image-4.4.154-59-rockchip-g5e70f14
Line 1,753: Line 2,005:
 
   
 
   
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
Line 1,781: Line 2,039:
 
   
 
   
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
Line 1,808: Line 2,070:
 
rock960c-rk-ubootimg
 
rock960c-rk-ubootimg
 
   
 
   
rockchip-adb
+
rockchip-adbd
 
   
 
   
 
rockchip-fstab
 
rockchip-fstab
Line 1,880: Line 2,142:
 
io
 
io
 
   
 
   
libmraa-rockpi4
+
libmraa
+
libmraa-rockpis
+
 
   
 
   
 
librockchip-mpp-dev
 
librockchip-mpp-dev
Line 1,937: Line 2,197:
 
   
 
   
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-firmware-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-firmware-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-firmware-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 1,949: Line 2,215:
 
   
 
   
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-firmware-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-firmware-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-firmware-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
Line 2,003: Line 2,275:
 
   
 
   
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-firmware-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-firmware-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-firmware-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
Line 2,025: Line 2,303:
 
   
 
   
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-firmware-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-firmware-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
Line 2,089: Line 2,371:
 
   
 
   
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-headers-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-headers-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-headers-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
Line 2,101: Line 2,389:
 
   
 
   
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-headers-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-headers-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-headers-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-headers-4.4.154-59-rockchip-g5e70f14
 
linux-headers-4.4.154-59-rockchip-g5e70f14
Line 2,155: Line 2,449:
 
   
 
   
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-headers-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-headers-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-headers-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
Line 2,183: Line 2,483:
 
   
 
   
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-headers-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-headers-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
Line 2,247: Line 2,551:
 
   
 
   
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 2,259: Line 2,569:
 
   
 
   
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-image-4.4.154-59-rockchip-g5e70f14
 
linux-image-4.4.154-59-rockchip-g5e70f14
Line 2,313: Line 2,629:
 
   
 
   
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
Line 2,341: Line 2,663:
 
   
 
   
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
Line 2,368: Line 2,694:
 
rock960c-rk-ubootimg
 
rock960c-rk-ubootimg
 
   
 
   
rockchip-adb
+
rockchip-adbd
 
   
 
   
 
rockchip-fstab
 
rockchip-fstab
Line 2,440: Line 2,766:
 
io
 
io
 
   
 
   
libmraa-rockpi4
+
libmraa
+
libmraa-rockpis
+
 
   
 
   
 
librockchip-mpp-dev
 
librockchip-mpp-dev
Line 2,497: Line 2,821:
 
   
 
   
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-firmware-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-firmware-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-firmware-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-firmware-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-firmware-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 2,509: Line 2,839:
 
   
 
   
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-firmware-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-firmware-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-firmware-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-firmware-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
 
linux-firmware-image-4.4.154-59-rockchip-g5e70f14
Line 2,563: Line 2,899:
 
   
 
   
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-firmware-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-firmware-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-firmware-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-firmware-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-firmware-image-4.4.167-3-rockchip-g703afb0b843e
Line 2,585: Line 2,927:
 
   
 
   
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-firmware-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-firmware-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-firmware-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-firmware-image-4.4.194-6-rockchip-g1e138221f47e
Line 2,649: Line 2,995:
 
   
 
   
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 
linux-headers-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-headers-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-headers-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-headers-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-headers-4.4.154-100-rockchip-gf7c3df9923c2
Line 2,661: Line 3,013:
 
   
 
   
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 
linux-headers-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-headers-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-headers-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-headers-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-headers-4.4.154-59-rockchip-g5e70f14
 
linux-headers-4.4.154-59-rockchip-g5e70f14
Line 2,715: Line 3,073:
 
   
 
   
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-headers-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-headers-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-headers-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-headers-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
 
linux-headers-4.4.167-3-rockchip-g703afb0b843e
Line 2,743: Line 3,107:
 
   
 
   
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 
linux-headers-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-headers-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-headers-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
 
linux-headers-4.4.194-6-rockchip-g1e138221f47e
Line 2,807: Line 3,175:
 
   
 
   
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 
linux-image-4.4.143-46-rockchip-gef70dd2c725e
 +
 +
linux-image-4.4.143-47-rockchip-g495ff574976c
 +
 +
linux-image-4.4.143-48-rockchip-geacd15ae244f
 +
 +
linux-image-4.4.143-49-rockchip-g9512142776c9
 
   
 
   
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
 
linux-image-4.4.154-100-rockchip-gf7c3df9923c2
Line 2,819: Line 3,193:
 
   
 
   
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 
linux-image-4.4.154-106-rockchip-ge9c44d56904f
 +
 +
linux-image-4.4.154-107-rockchip-g30bda5feca56
 +
 +
linux-image-4.4.154-108-rockchip-ge9277b7e857a
 +
 +
linux-image-4.4.154-109-rockchip-gb04eccb4588e
 
   
 
   
 
linux-image-4.4.154-59-rockchip-g5e70f14
 
linux-image-4.4.154-59-rockchip-g5e70f14
Line 2,873: Line 3,253:
 
   
 
   
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 
linux-image-4.4.167-11-rockchip-g9a54b0d37ea1
 +
 +
linux-image-4.4.167-12-rockchip-gfd792ab8dff7
 +
 +
linux-image-4.4.167-13-rockchip-g77459ceba0fa
 +
 +
linux-image-4.4.167-14-rockchip-g53bdb2fa44e8
 
   
 
   
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
 
linux-image-4.4.167-3-rockchip-g703afb0b843e
Line 2,901: Line 3,287:
 
   
 
   
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 
linux-image-4.4.194-10-rockchip-geb3932bae7fe
 +
 +
linux-image-4.4.194-11-rockchip-g0d88a7c231ad
 +
 +
linux-image-4.4.194-12-rockchip-g615ae7431150
 
   
 
   
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
 
linux-image-4.4.194-6-rockchip-g1e138221f47e
Line 2,928: Line 3,318:
 
rock960c-rk-ubootimg
 
rock960c-rk-ubootimg
 
   
 
   
rockchip-adb
+
rockchip-adbd
 
   
 
   
 
rockchip-fstab
 
rockchip-fstab
Line 2,988: Line 3,378:
 
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
  
 +
* 4.4.154-109
 +
** Increase the drive-strength of PCIe power io for ROCK Pi 4
 +
* 4.4.154-108
 +
** Add gt9xx devicetree overlay
 +
* 4.4.154-107
 +
** Fix the issue of failing to build kernel out of tree.
 +
* 4.4.154-106
 +
** add cpuinfo node for Soc RK3399 device tree
 +
* 4.4.154-105-rockchip
 +
** Add ROCK Pi 4 new device tree
 
* 4.4.154-104-rockchip
 
* 4.4.154-104-rockchip
 
** Add rtl8821cu bluetooth driver
 
** Add rtl8821cu bluetooth driver
Line 3,001: Line 3,401:
 
** Add rtl8821cu and rtl8723du modules and enable them.
 
** Add rtl8821cu and rtl8723du modules and enable them.
 
** Support ROCK Pi E board.
 
** Support ROCK Pi E board.
 +
 +
------
 +
* 4.4.179-9-rockchip
 +
** Rename rockpi-4b-linux.dts to rk3399-rock-pi-4b.dts
 +
* 4.4.179-8-rockchip
 +
** Add support for the Framebuffer Console
 +
* 4.4.179-7-rockchip
 +
** Add support for QMI
 +
** Add support for camera modules including IMX219, OV5647, OV5648
 +
** Add support for device tree overlays
 +
** Update mmc driver (dw_mmc: return -EILSEQ for EBE and SBE error)
 +
* 4.4.179-6-rockchip
 +
** Add patches for HDMI-CEC
 +
* 4.4.179-5-rockchip
 +
** Enable LED trigger
 +
* 4.4.179-4-rockchip
 +
** Add support for ROCK Pi 4B
 +
 +
</div>
 +
 +
===== ROCK Pi E =====
 +
 +
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 +
 +
* 4.4.194-12
 +
** Add support for saradc and tsadc for ROCK Pi E
 +
** Set USB 2.0 OTG to host mode for ROCK Pi E
 +
* 4.4.194-11
 +
** Fix the issue of failing to build kernel out of tree
 +
* 4.4.194-10
 +
** Change debug log level for rtl8723du and rtl8821cu drivers
 +
** Add support for LEDs on ROCK Pi E
 +
** Add support for watchdog and pmic rtc for ROCK Pi E
 +
* 4.4.194-9
 +
** Add support for framebuffer console
 +
* 4.4.194-8-rockchip,
 +
** Compile file system as modules
 +
* 4.4.194-7-rockchip
 +
** Add support for RTL8821CU
 +
* 4.4.194-6-rockchip
 +
** Add support for RTL8723DU
 +
* 4.4.194-5-rockchip
 +
** Add support for ROCK Pi E
 +
 +
</div>
 +
 +
===== ROCK Pi N10 =====
 +
 +
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 +
 +
* 4.4.167-14
 +
** Update ficus2-rk3399pro devicetree
 +
* 4.4.167-13
 +
** Add the missing headers to the .deb package so they can be used when compiling the kernel modules such as WireGuard, etc.
 +
** Add selinux headers
 +
** Enable USB serial xr21v1414 module
 +
** Fix the issue of failing to build kernel out of tree
 +
* 4.4.167-12
 +
** Enable RTL8188EU, RTL8188FU and RTL8723BU modules
 +
** Modify rk3399pro-vmarc-som.dtsi: add rk809_sound label
 +
* 4.4.167-11
 +
** Correct if judgement statement for usbhub_reset driver
 +
* 4.4.167-10
 +
** Add flag -Wno-interrupts_property when compiling device tree overlay
 +
** Builtin MTD device and USB_USBHUB_RESET
 +
** Add i2c and spi flash devicetre overlay for RK3399Pro
 +
** Add support for XRX SPI NOR Flash xt25f32b and xt25f128*
 +
* 4.4.167-9
 +
** Modify ROCK Pi N10 devicetree: modify imx219's module name and lens name
 +
* 4.4.167-8
 +
Modify ficus2-rk3399pro devicetree: delete chosen node
 +
* 4.4.167-7-rockchip
 +
** Add support for ROCK Pi N10
  
 
</div>
 
</div>
Line 3,008: Line 3,481:
 
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
  
 +
* 4.4.143-50
 +
** Add usbhub reset control driver
 +
* 4.4.143-49
 +
** Add PDM 8CH DMIC devicetree overlay
 +
* 4.4.143-48
 +
** Modify rk3308.dtsi: add available CPU frequency steps, 1.20 GHz and 1.30 GHz
 +
* 4.4.143-47
 +
** Moduify ROCK Pi S devicetree: add saradc
 +
* 4.4.143-46
 +
** Enable USB Gadget modules
 +
* 4.4.143-45-rockchip
 +
** Add support for sound usb modules
 +
* 4.4.143-44-rockchip
 +
** Add support for rtc hym8563
 +
* 4.4.143-43-rockchip
 +
** Add support for framebuffer console
 +
* 4.4.143-42-rockchip
 +
** Add support for Waveshare 3.5inch LCD on ROCK Pi S V1.2
 +
* 4.4.143-41-rockchip
 +
**Add multimedia support including uvc
 +
* 4.4.143-40-rockchip
 +
**Enable watchdog for ROCK Pi S
 +
* 4.4.143-39-rockchip
 +
** Change ROCK Pi S device name to rk3308-rock-pi-s.dts
 +
* 4.4.143-38-rockchip
 +
** Compile the filesystem as modules
 +
** Fix the issue of 'out of memory' when the system is running on a ROCK Pi S with 256 MB SDRAM.
 +
* 4.4.143-37-rockchip
 +
** update device tree overlays
 
* 4.4.143-36-rockchip
 
* 4.4.143-36-rockchip
 
** Add ROCK Pi S device tree overlay: uart0, uart1 and uart2
 
** Add ROCK Pi S device tree overlay: uart0, uart1 and uart2
 
* 4.4.143-35-rockchip
 
* 4.4.143-35-rockchip
 
** Merge rockchip upstream
 
** Merge rockchip upstream
 +
** Update Realtek 8723DS SDIO WiFi driver to v5.6.5_31752-2e2e
 
* 4.4.143-34-rockchip
 
* 4.4.143-34-rockchip
 
** Fix the issue of ROCK Pi S supports adb function.
 
** Fix the issue of ROCK Pi S supports adb function.

Latest revision as of 18:24, 2 March 2022

    ROCK Pi 4 >  Radxa APT

Introduction

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://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-get update && sudo apt-get upgrade

Install essential packages:

 sudo apt-get install rockchip-overlay

Install the latest u-boot

Type the following command.

 $ sudo apt-get install -y rockpi4b-rk-u-boot-latest

Screen shows

 ...
 You are currently running on board:
 ROCK PI 4B 
 There will be two steps that you have to confirm. One is upgrading bootloader on SPI Flash.
 The other is upgrading bootloader on eMMC or uSD card.
 
 Step one: upgrade bootloader on SPI Flash
 Boot device, SPI Flash, is not found. Make sure there is one SPI Flash on board.
 You can install package rockpi4-dtbo later manually and uncomment three lines in file /boot/hw_intfc.conf.
 intfc:uart4=off
 intfc:spi1=on
 intfc:dtoverlay=spi1-flash
 After restarting the Pi, execute command, /usr/local/sbin/rockpi4b_upgrade_bootloader.sh.

 Step two: upgrade bootloader on uSD card or eMMC.
 Boot device, uSD card or eMMC, is found. Would you like to upgrade bootloader on it?
 If yes, type Y/y. If no, type N/n.

Just type Y or y.

 y
 Backup bootloader on boot device (/dev/mmcblk1p2).
 8192+0 records in
 8192+0 records out
 4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.107356 s, 39.1 MB/s
 Overwrite bootloader to boot device (/dev/mmcblk1p2).
 2048+0 records in
 2048+0 records out
 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.140072 s, 7.5 MB/s
 Done.

Install the latest kernel

Now install the latest kernel package and module:

   sudo apt-get install linux-base
   sudo apt-get install linux-4.4-latest

After installation, check file /boot/extlinux/extlinux.conf. It lists all kernel version installed in ROCK Pi. The kernel corresponding to the first label is the newest version and the first boot option.

When want to boot your wanted kernel by default, add one line in file /boot/extlinux/extlinux.conf. The format is as follows:

   default <label name>

For example,

   default kernel-4.4.154-73-rockchip-00007-g155a65a

Save, sync and reboot. Now you boot into the new kernel.

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-latst 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.4-rockpis-latst and linux-4.4-rockpin10-latst packages.

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

buster-stable

 [Expand

buster-testing

 [Expand

stretch-stable

 [Expand

stretch-testing

 [Expand

Change Log

Kernel packages

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