The official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS images from source, including kernel configuration, U-Boot handling, and board-specific tweaks for various ARM and ARM64 single-board computers.
Go to file
mz-fuzzy 66600af8ea Remove incomplete patch for Pine64 ethernet workaround
sunxi64-hdmi-thermal-dma-pmw-enable.patch contains one
patch from the pine64 ethernet workaround. Others are
missing and this creates inconsistency. Thus, for now,
removing the part of ethernet patch.
Pine64 ethernet workaround still to be added later.

Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
2018-01-07 23:36:20 +01:00
.github Update the issue template 2017-11-12 13:35:43 +03:00
config Use ATF for rk322xh 2018-01-07 11:46:00 +01:00
lib Make *_USE_GCC variables mandatory 2018-01-05 15:02:41 +03:00
packages Helios4 cleanup. Adding default branch 2018-01-07 09:58:52 +01:00
patch Remove incomplete patch for Pine64 ethernet workaround 2018-01-07 23:36:20 +01:00
.dockerignore Improve Docker support 2017-08-01 12:30:34 +03:00
.gitignore Improve Vagrant support 2017-08-01 12:31:05 +03:00
compile.sh Fix 'whitespace in path' fix 2017-09-14 03:13:26 -07:00
config-docker.conf Show Docker version in case of Docker error 2017-08-23 12:35:34 +03:00
config-vagrant.conf More automation for Vagrant environment 2017-09-05 17:04:21 +03:00
Dockerfile Use fakeroot for dpkg-deb packaging 2017-09-11 16:53:42 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Add migration checks and messages 2017-08-01 12:28:19 +03:00
README.md No spaces in the build script path 2017-10-09 15:44:05 +03:00
Vagrantfile More automation for Vagrant environment 2017-09-05 17:04:21 +03:00

Armbian

Ubuntu and Debian images for ARM based single-board computers https://www.armbian.com

How to build my own image or kernel?

Supported build environments:

Execution

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

Make sure that full path to the build script does not contain spaces.

You will be prompted with a selection menu for a build option, a board name, a kernel branch and an OS release. Please check the documentation for advanced options and additional customization.

Build process uses caching for the compilation and the debootstrap process, so consecutive runs with similar settings will be much faster.

Reporting issues

Please read this notice first before opening an issue.

More info: