Armbian 20.02 Buster / Bionic desktop with 5.4.y

Started by igorpec, March 29, 2018, 10:02:39 AM

Previous topic - Next topic

igorpec

[ minimal server with powerful config and installer with or without minimal XFCE based desktop ]

Testing images:
https://www.armbian.com/olimex-lime-a64/

Burn-in testings and benchmarking: http://ix.io/1s5e (board remain stable)

Report problems here: https://forum.armbian.com/topic/8795-next-lts-kernel-419y-allwinner-a10-a20-a64-h2-h3-h5-h6-debugging-party



What works:
- wireless
- network at gigabit
- HDMI
- MALI (untested)
- DVFS
- battery management
- analogue audio (untested)
- eMMC

+ a bunch of 3rd party hardware OOB:

 
Known problems:
- BT is not enabled

How to build a kernel/image?

apt-get -y -qq install git
git clone https://github.com/armbian/build
cd build

echo 'EXPERT="yes"' >> config-default.conf

# If you want to build Ubuntu Bionic image with latest 4.19.y kernel?
./compile.sh BOARD="lime-a64" BRANCH="dev" RELEASE="bionic" KERNEL_ONLY="no" KERNEL_CONFIGURE="no"

If you want to tweak kernel, set KERNEL_CONFIGURE to "yes" and if you want to build kernel deb packages, set KERNEL_ONLY to "yes". More info and other options: https://docs.armbian.com/Developer-Guide_Build-Preparation/
linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com