New stable release from ayufan for the ROCK64, the ROCKPro64 and Pinebook Pro. Many new fixes and improvements for all OS images.
Ayufan's Notes on Variants (please read carefully).
Note of my own: if you want to play back netflix or amazon video, please install widevine via script in /usr/local/sbin
Upgrade notes
Download Link
Ayufan's Notes on Variants (please read carefully).
Quote: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
Note of my own: if you want to play back netflix or amazon video, please install widevine via script in /usr/local/sbin
Upgrade notes
Code:
udo 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
Download Link