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
2018-01-05 15:02:41 +03:00
.github Update the issue template 2017-11-12 13:35:43 +03:00
config Add missing *_USE_GCC to sources configurations 2018-01-05 15:00:10 +03:00
lib Make *_USE_GCC variables mandatory 2018-01-05 15:02:41 +03:00
packages Reverting few dependencies 2018-01-04 16:36:56 +01:00
patch Adding HDMI to A64 boards and cleanup. Removing deprecated patches, ... network is still broken, but HDMI works ... 2018-01-03 10:55:50 +01:00
.dockerignore
.gitignore
compile.sh
config-docker.conf
config-vagrant.conf
Dockerfile
LICENSE
main.sh
README.md No spaces in the build script path 2017-10-09 15:44:05 +03:00
Vagrantfile

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: