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
2017-08-20 22:07:08 +03:00
.github
config Drop aarch64 host toolchain dependencies 2017-08-20 22:03:28 +03:00
lib Drop unused gcc 4.9 toolchain dependencies 2017-08-20 22:07:08 +03:00
packages Firmware for Mediatek MT7610u, cheap dualband USB wireless chip, partially works with out of the tree driver https://github.com/ulli-kroll/mt7610u 2017-08-20 19:09:25 +02:00
patch
.dockerignore
.gitignore
compile.sh
config-docker.conf
config-vagrant.conf
Dockerfile Drop unused gcc 4.9 toolchain dependencies 2017-08-20 22:07:08 +03:00
LICENSE
main.sh
README.md
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

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: