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
zador-blood-stained 058d8523e2 Disable most nightly targets
Reorganize board config files
2017-06-23 18:21:02 +03:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
bin Add firmware for rtl8723bs 2017-06-03 15:02:05 -04:00
config Disable most nightly targets 2017-06-23 18:21:02 +03:00
extras Add firmware-realtek to replaces files of armbian-firmware 2017-01-03 19:04:05 +03:00
extras-buildpkgs Updated hostapd example configuration with working 802.11ac example for most used QCA988X cards. 2017-06-23 16:56:33 +02:00
patch Add patch to fix crash related to AES kernel modules 2017-06-23 14:52:53 +03:00
scripts Fix for switching back to 4 active CPU cores 2017-06-18 13:42:22 +02:00
.gitignore Tidying up the Vagrant stuff. Added support for userscripts. More docs. (#601) 2017-01-15 00:42:20 +03:00
build-all.sh Refactor asound.state to use a variable for the file name 2017-06-05 18:47:13 +03:00
chroot-buildpackages.sh Add extra message for external packages install step 2017-02-23 20:51:39 +03:00
common.sh Enhancements to kernel and u-boot build process 2017-06-15 17:54:48 +03:00
compile.sh Typo 2017-06-17 21:35:45 +02:00
configuration.sh Revert "Adjusting CUBOX and CLEARFOG next branches for kernel 4.9.x" 2017-06-23 14:43:05 +03:00
debootstrap-ng.sh Small enhancement 2017-06-18 17:22:12 +03:00
desktop.sh Move power manager to Pinebook (family) configuration only 2017-06-06 13:37:59 +02:00
distributions.sh Enhancements to image type and board selection menu 2017-06-18 17:14:15 +03:00
Dockerfile Update container dependencies 2016-07-16 17:08:24 +03:00
fel-load.sh Compatibility of FEL boot with overlay wrapper 2017-01-04 21:22:53 +03:00
general.sh Add expert mode warning for dialog selections 2017-06-23 17:58:23 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Add expert mode warning for dialog selections 2017-06-23 17:58:23 +03:00
makeboarddeb.sh Enhancements to image type and board selection menu 2017-06-18 17:14:15 +03:00
README-Vagrant.md Just cleaning up the Vagrant README. A few typos and stuff. 2017-03-08 18:35:27 -07:00
README.md We only support Ubuntu 16.04 as build system 2017-05-26 14:30:58 +02:00
repo-show.sh Remove Wheezy and trusty targets support part 1 2017-01-12 15:31:53 +03:00
repo-update.sh Remove Wheezy and trusty targets support part 1 2017-01-12 15:31:53 +03:00
Vagrantfile Tidying up the Vagrant stuff. Added support for userscripts. More docs. (#601) 2017-01-15 00:42:20 +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/igorpecovnik/lib --depth 1
cp lib/compile.sh .
./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.

How to change a kernel configuration?

Edit compile.sh and set

KERNEL_CONFIGURE="yes"

or pass this option as a command line parameter like

./compile.sh KERNEL_CONFIGURE=yes

to display the kernel configuration menu during the compilation process

Reporting issues

Please read this notice first before opening an issue.

More info: