0.10.12: gitlab-ci-linux-build-184
Pre-release
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
Status
- All minimal, containers and openmediavault seems to work fine for rock64, rockpro64, pinebookpro
- All mate/lxde do not boot properly
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. Buster / Container Linux
It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.
Credentials: rock64/rock64
3. OpenMediaVault
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.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.10-mainline -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.10.x
- 0.10.12: Be strict on any qemu failures
- 0.10.12: Build by default mate/lxde/gnome/xfce4
- 0.10.12: Add pcie scan delay from @nuumio
- 0.10.12: Add
ubuntu-mate-lightdm-theme
where possible - 0.10.11: Support wifi/bt on Pinebook Pro
- 0.10.11: Add
install_kernel
script
https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/136170984