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-07-09 21:29:26 +03:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
bin Nanopi K2 workaround, since u-boot building is somehow complicated. Good to solve this better in upcoming RFC, even we plan to solve building in the future. 2017-07-09 19:09:08 +02:00
config Nanopi K2 workaround, since u-boot building is somehow complicated. Good to solve this better in upcoming RFC, even we plan to solve building in the future. 2017-07-09 19:09:08 +02: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 When building kernels, build .wip targets too. Moving some WIP targets to CSC since we don't work on them and they might break the process. Adding patch for Udoo mainline 2017-07-09 18:34:32 +02:00
scripts Move ondemand tweaks to armhwinfo 2017-07-07 04:22:52 -07: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 Merge branch 'master' of https://github.com/igorpecovnik/lib 2017-07-09 18:34:47 +02: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 Change default build script options 2017-07-09 21:28:07 +03:00
configuration.sh Change default build script options 2017-07-09 21:28:07 +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 Change the expert mode text 2017-06-27 22:26:39 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Change default build script options 2017-07-09 21:28:07 +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 Remove KERNEL_CONFIGURE section from the README 2017-07-09 21:29:26 +03: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.

Reporting issues

Please read this notice first before opening an issue.

More info: