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.
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/apt/sources.list.d/ayufan-rock64-0.8-*.list
sudo new_extlinux_boot.sh rootfs
sudo rock64_upgrade_bootloader.sh
Changelog
0.9.x
- 0.9.14: Bump kernel to 4.4.190,
- 0.9.14: Fix Firefox video playback,
- 0.9.13: Bump sound volume for Pinebook Pro,
- 0.9.12: Fix LXDE for Rock64,
- 0.9.10: Fix support for power/standby LEDs for all boards,
- 0.9.10: Replace lxdm to use lightdm, as this allows password change on login,
- 0.9.10: Remove
gnome-screensaver
to fix double lock screen, - 0.9.9: Fix Firefox video playback,
- 0.9.9: Remove
libmali-rk-dev
from default install, - 0.9.9: Align standby/work leds across all boards,
- 0.9.9: Disable Debug UART on Pinebook Pro, as it causes stability issues,
- 0.9.9: Fix Pinebook Pro SD card stability,
- 0.9.9: Enable PCIE NVME support for Pinebook Pro,
- 0.9.8: Fix BT audio (run on 1.5M),
- 0.9.8: Use DMA on UART/SPI,
- 0.9.8: Lower temperature thresholds for Pinebook Pro,
- 0.9.8: Set default audio device for all devices,
- 0.9.8: Automatically enable h264ify,
- 0.9.7: Include a list of used packages,
- 0.9.7: Force password to change on first login,
- 0.9.6: Support Pinebook Pro v2.1,
- 0.9.6: Optimise suspend on Pinebook Pro,
- 0.9.6: Optimise Mate styling,
- 0.9.6: Optimise Touchpad settings for Pinebook Pro,
- 0.9.6: Support 2/1.5GHz OPP on Pinebook Pro,
https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/78826999