Skip to content

Releases: ayufan-rock64/linux-build

0.9.3: gitlab-ci-linux-build-145

16 Jul 18:28
Compare
Choose a tag to compare
Pre-release

Notes

  • PRE-RELEASE: unstable and should be only used for testing purposes
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list to get know about the working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.
Ubuntu Mate is not available for Rock64 as it is simply too slow.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

# Pick one
sudo apt-get update -y && sudo apt-get install linux-rock64-0.9 -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.9 -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.9 -y

# Upgrade all other packages
sudo apt-get update -y && sudo apt-get dist-upgrade -y

# Remove invalid X11 config, and fix bootloaders
sudo rm /etc/X11/xorg.conf.d/20-armsoc.conf
sudo rm /etc/X11/xorg.conf.d/ayufan-rock64-0.8-*.list
sudo new_extlinux_boot.sh rootfs
sudo rock64_upgrade_bootloader.sh

Changelog

0.9.x

  • 0.9.3: Update kernel branch to 4.4.185,
  • 0.9.3: Disable OMV5 for now,
  • 0.9.2: Fix linux-package release due to fpm being broken,
  • 0.9.1: Build OMV5 (Debian/Buster),
  • 0.9.1: Fix ppas for Debian/Buster and Ubuntu/Disco,
  • 0.9.0: Build Ubuntu/Disco (transitional release) and Debian/Buster (to replace Stretch),
  • 0.9.0: Update kernel branch to 4.4.184,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/71311538

0.9.0: gitlab-ci-linux-build-142

07 Jul 19:11
Compare
Choose a tag to compare
Pre-release

Notes

  • PRE-RELEASE: unstable and should be only used for testing purposes
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list to get know about the working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.
Ubuntu Mate is not available for Rock64 as it is simply too slow.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

# Pick one
sudo apt-get update -y && sudo apt-get install linux-rock64-0.9 -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.9 -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.9 -y

# Upgrade all other packages
sudo apt-get update -y && sudo apt-get dist-upgrade -y

# Remove invalid X11 config, and fix bootloaders
sudo rm /etc/X11/xorg.conf.d/20-armsoc.conf
sudo rm /etc/X11/xorg.conf.d/ayufan-rock64-0.8-*.list
sudo new_extlinux_boot.sh rootfs
sudo rock64_upgrade_bootloader.sh

Changelog

0.9.x

  • 0.9.0: Build Ubuntu/Disco (transitional release) and Debian/Buster (to replace Stretch),
  • 0.9.0: Update kernel branch to 4.4.184,

0.8.x

  • 0.8.2: Be more strict what packages/kernels are being in use for 0.8.x branch,
  • 0.8.1: The final pre-release,
  • 0.8.0rc16: Improve glamor support for Rock64,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/69761342

0.8.3: gitlab-ci-linux-build-141

27 Jun 10:04
Compare
Choose a tag to compare

Notes

  • RELEASE: the latest stable release
  • Fully reproducible, upgradable, secure and trustable builds, and proudly build by GitLab CI
  • Check Compatibility list to get know about the working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.
Ubuntu Mate is not available for Rock64 as it is simply too slow.

To improve YouTube video playback in Chromium install h264ify plugin.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

# Pick one
sudo apt-get update -y && sudo apt-get install linux-rock64-0.8 -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.8 -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.8 -y

# Upgrade all other packages
sudo apt-get update -y && sudo apt-get dist-upgrade -y

# Remove invalid X11 config, and fix bootloaders
sudo rm /etc/X11/xorg.conf.d/20-armsoc.conf
sudo new_extlinux_boot.sh rootfs
sudo rock64_upgrade_bootloader.sh

Changelog

0.8.x

  • 0.8.2: Be more strict what packages/kernels are being in use for 0.8.x branch,
  • 0.8.1: The final pre-release,
  • 0.8.0rc16: Improve glamor support for Rock64,
  • 0.8.0rc16: Disable automatic updates,
  • 0.8.0rc15: Support brightness controls for Pinebook Pro v2,
  • 0.8.0rc15: Support power/lid controls on Pinebook Pro v2,
  • 0.8.0rc15: Support charger detection on Pinebook Pro v2,
  • 0.8.0rc15: Disable DRAM 928MHz for RockPro64 and Pinebook Pro as it causes instabilities,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/68273354

0.8.2: gitlab-ci-linux-build-139

26 Jun 11:30
Compare
Choose a tag to compare
Pre-release

Notes

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.
Ubuntu Mate is not available for Rock64 as it is simply too slow.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

# Pick one
sudo apt-get update -y && sudo apt-get install linux-rock64-0.8 -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.8 -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.8 -y

# Upgrade all other packages
sudo apt-get update -y && sudo apt-get dist-upgrade -y

# Remove invalid X11 config, and fix bootloaders
sudo rm /etc/X11/xorg.conf.d/20-armsoc.conf
sudo new_extlinux_boot.sh rootfs
sudo rock64_upgrade_bootloader.sh

Changelog

0.8.x

  • 0.8.2: Be more strict what packages/kernels are being in use for 0.8.x branch,
  • 0.8.1: The final pre-release,
  • 0.8.0rc16: Improve glamor support for Rock64,
  • 0.8.0rc16: Disable automatic updates,
  • 0.8.0rc15: Support brightness controls for Pinebook Pro v2,
  • 0.8.0rc15: Support power/lid controls on Pinebook Pro v2,
  • 0.8.0rc15: Support charger detection on Pinebook Pro v2,
  • 0.8.0rc15: Disable DRAM 928MHz for RockPro64 and Pinebook Pro as it causes instabilities,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/68086070

0.8.1: gitlab-ci-linux-build-138

25 Jun 23:03
Compare
Choose a tag to compare
Pre-release

Notes

  • PRE-RELEASE: unstable and should be only used for testing purposes
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list to get know about working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.
Ubuntu Mate is not available for Rock64 as it is simply too slow.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Compatibility

Follow this document
to check the working features of each release.

Upgrade

sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
sudo apt-get install linux-pinebookpro -y

Changelog

0.8.x

  • 0.8.1: Final pre-release,
  • 0.8.0rc16: Improve glamor support for Rock64,
  • 0.8.0rc16: Disable automatic updates,
  • 0.8.0rc15: Support brightness controls for Pinebook Pro v2,
  • 0.8.0rc15: Support power/lid controls on Pinebook Pro v2,
  • 0.8.0rc15: Support charger detection on Pinebook Pro v2,
  • 0.8.0rc15: Disable DRAM 928MHz for RockPro64 and Pinebook Pro as it causes instabilities,
  • 0.8.0rc15: Fix spurious resume after suspend support for RockPro64 and Pinebook Pro,
  • 0.8.0rc15: Disable wake-on-lan support for Rock64 and RockPro64,
  • 0.8.0rc14: Enable support for Pinebook Pro v2,
  • 0.8.0rc14: Enable i2c0 on Rock64,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/68005314

0.8.0rc16: gitlab-ci-linux-build-136

17 Jun 15:04
Compare
Choose a tag to compare
Pre-release

Notes

  • The RELEASES is the latest stable version. The pre-release is the latest development version
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list to get know about working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Compatibility

Follow this document
to check the working features of each release.

Upgrade

sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
sudo apt-get install linux-pinebookpro -y

Changelog

0.8.x

  • 0.8.0rc16: Improve glamor support for Rock64,
  • 0.8.0rc16: Disable automatic updates,
  • 0.8.0rc15: Support brightness controls for Pinebook Pro v2,
  • 0.8.0rc15: Support power/lid controls on Pinebook Pro v2,
  • 0.8.0rc15: Support charger detection on Pinebook Pro v2,
  • 0.8.0rc15: Disable DRAM 928MHz for RockPro64 and Pinebook Pro as it causes instabilities,
  • 0.8.0rc15: Fix spurious resume after suspend support for RockPro64 and Pinebook Pro,
  • 0.8.0rc15: Disable wake-on-lan support for Rock64 and RockPro64,
  • 0.8.0rc14: Enable support for Pinebook Pro v2,
  • 0.8.0rc14: Enable i2c0 on Rock64,
  • 0.8.0rc14: Enable i2c8 on RockPro64,
  • 0.8.0rc13: RockPro64: enable RTC, SPDIF, IR, fix GMAC from suspend,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/66550589

0.8.0rc15: gitlab-ci-linux-build-135

14 Jun 20:34
Compare
Choose a tag to compare
Pre-release

Notes

  • The RELEASES is the latest stable version. The pre-release is the latest development version
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list
    to get know about working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Compatibility

Follow this document
to check the working features of each release.

Upgrade

sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
sudo apt-get install linux-pinebookpro -y

Changelog

0.8.x

  • 0.8.0rc15: Support brightness controls for Pinebook Pro v2,
  • 0.8.0rc15: Support power/lid controls on Pinebook Pro v2,
  • 0.8.0rc15: Support charger detection on Pinebook Pro v2,
  • 0.8.0rc15: Disable DRAM 928MHz for RockPro64 and Pinebook Pro as it causes instabilities,
  • 0.8.0rc15: Fix spurious resume after suspend support for RockPro64 and Pinebook Pro,
  • 0.8.0rc15: Disable wake-on-lan support for Rock64 and RockPro64,
  • 0.8.0rc14: Enable support for Pinebook Pro v2,
  • 0.8.0rc14: Enable i2c0 on Rock64,
  • 0.8.0rc14: Enable i2c8 on RockPro64,
  • 0.8.0rc13: RockPro64: enable RTC, SPDIF, IR, fix GMAC from suspend,
  • 0.8.0rc13: Fix Chromium User Agent to make Netflix happy,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/66304878

0.8.0rc14: gitlab-ci-linux-build-134

05 Jun 22:10
Compare
Choose a tag to compare
Pre-release

Notes

  • The RELEASES is the latest stable version. The pre-release is the latest development version
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list to get know about working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Compatibility

Follow this document
to check the working features of each release.

Upgrade

sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
sudo apt-get install linux-pinebookpro -y

Changelog

0.8.x

  • 0.8.0rc14: Enable support for Pinebook Pro v2,
  • 0.8.0rc14: Enable i2c0 on Rock64,
  • 0.8.0rc14: Enable i2c8 on RockPro64,
  • 0.8.0rc13: RockPro64: enable RTC, SPDIF, IR, fix GMAC from suspend,
  • 0.8.0rc13: Fix Chromium User Agent to make Netflix happy,
  • 0.8.0rc12: Make Rock64 v3 to work, Yay!
  • 0.8.0rc11: Fix pcie0 and sdio0 on RockPro64 (it should be always stable),
  • 0.8.0rc11: Compile-in CONFIG_PHY_ROCKCHIP_PCIE into kernel,
  • 0.8.0rc11: Add rockpi4b build-target,
  • 0.8.0rc11: Lock DDR freq to 1600MHz on Rock64,
  • 0.8.0rc11: Enable 3D acceleration for Rock64,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/64896063

0.8.0rc13: gitlab-ci-linux-build-133

03 Jun 13:20
Compare
Choose a tag to compare
Pre-release

Notes

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
sudo apt-get install linux-pinebookpro -y

Changelog

0.8.x

  • 0.8.0rc13: RockPro64: enable RTC, SPDIF, IR, fix GMAC from suspend,
  • 0.8.0rc13: Fix Chromium User Agent to make Netflix happy,
  • 0.8.0rc12: Make Rock64 v3 to work, Yay!
  • 0.8.0rc11: Fix pcie0 and sdio0 on RockPro64 (it should be always stable),
  • 0.8.0rc11: Compile-in CONFIG_PHY_ROCKCHIP_PCIE into kernel,
  • 0.8.0rc11: Add rockpi4b build-target,
  • 0.8.0rc11: Lock DDR freq to 1600MHz on Rock64,
  • 0.8.0rc11: Enable 3D acceleration for Rock64,
  • 0.8.0rc10: Fix booting mate on Rock64, but without 3D acceleration for now,
  • 0.8.0rc9: Fix long start issue due to removed /etc/machine-id,
  • 0.8.0rc9: Prefer PageFlip=false as it removes flickering,
  • 0.8.0rc8: Fix display on Pinebook Pro
  • 0.8.0rc7: Fix performance regression of xserver,
  • 0.8.0rc7: Enable rga device for rock/pinebook/pro64
  • 0.8.0rc6: Disable swrast to improve compositing performance,
  • 0.8.0rc6: Enable compositing-manager marco for Mate,
  • 0.8.0rc6: Fix display of desktop icons for Mate,

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/64413677

0.8.0rc12: gitlab-ci-linux-build-132

28 May 22:29
Compare
Choose a tag to compare
Pre-release

Notes

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.

Credentials: rock64/rock64

2. Bionic / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
sudo apt-get install linux-pinebookpro -y

Changelog

0.8.x

  • 0.8.0rc12: Make Rock64 v3 to work, Yay!
  • 0.8.0rc11: Fix pcie0 and sdio0 on RockPro64 (it should be always stable),
  • 0.8.0rc11: Compile-in CONFIG_PHY_ROCKCHIP_PCIE into kernel,
  • 0.8.0rc11: Add rockpi4b build-target,
  • 0.8.0rc11: Lock DDR freq to 1600MHz on Rock64,
  • 0.8.0rc11: Enable 3D acceleration for Rock64,
  • 0.8.0rc10: Fix booting mate on Rock64, but without 3D acceleration for now,
  • 0.8.0rc9: Fix long start issue due to removed /etc/machine-id,
  • 0.8.0rc9: Prefer PageFlip=false as it removes flickering,
  • 0.8.0rc8: Fix display on Pinebook Pro
  • 0.8.0rc7: Fix performance regression of xserver,
  • 0.8.0rc7: Enable rga device for rock/pinebook/pro64
  • 0.8.0rc6: Disable swrast to improve compositing performance,
  • 0.8.0rc6: Enable compositing-manager marco for Mate,
  • 0.8.0rc6: Fix display of desktop icons for Mate,
  • 0.8.0rc6: Prefer PageFlip=true,
  • 0.8.0rc5: Fix Bluetooth failure on desktop load

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/63551358