Skip to content

0.8.3: gitlab-ci-linux-build-141

Compare
Choose a tag to compare
@ayufan-jenkins ayufan-jenkins released this 27 Jun 10:04

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