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-04-08 18:17:46 +02:00
.github
config Adjust upstream ATF sunxi branch 2018-03-29 21:09:00 +03:00
lib correct previous kernel config path (#912) 2018-03-20 11:47:31 +03:00
packages added frame buffer configuration 2018-03-14 20:59:34 +01:00
patch Fix NanoPi NEO random eth0 mac 2018-04-08 07:04:25 +10:00
.dockerignore
.gitignore
compile.sh
config-docker.conf
config-vagrant.conf
Dockerfile
LICENSE
main.sh
README.md Revert README.md to match upstream repo and avoid cherry pick PR 2018-02-05 01:01:57 +08:00
Vagrantfile Set box version constraint to make sure using latest one and change username to default "vagrant" user (#880) 2018-02-02 13:39:35 +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: