Armbian Linux build tools https://www.armbian.com
Find a file
2017-07-22 13:10:54 +02:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
bin Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
config Odroid C2 4.12 NEXT kernel patches, enable back kernel target 2017-07-22 13:10:54 +02:00
packages Monitor DC-IN with armbianmonitor (AXP209 only) 2017-07-21 11:12:46 +02:00
patch Odroid C2 4.12 NEXT kernel patches, enable back kernel target 2017-07-22 13:10:54 +02:00
scripts Move files used by makeboarddeb to packages/bsp subdirectory 2017-07-17 20:33:29 +03:00
.gitignore Tidying up the Vagrant stuff. Added support for userscripts. More docs. () 2017-01-15 00:42:20 +03:00
build-all.sh Put kernel builing under EXPERT switch to build WIP only when expert is enabled 2017-07-13 15:35:24 +02:00
chroot-buildpackages.sh Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
common.sh Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
compile.sh Change default build script options 2017-07-09 21:28:07 +03:00
configuration.sh Update sunxi-next to 4.12 2017-07-12 21:09:59 +03:00
debootstrap-ng.sh Fix debootstrap tmpfs size calculation 2017-07-13 18:22:55 +03:00
desktop.sh Move files used by makeboarddeb to packages/bsp subdirectory 2017-07-17 20:33:29 +03:00
distributions.sh Move files used by makeboarddeb to packages/bsp subdirectory 2017-07-17 20:33:29 +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 Small enhancement to prepare_host 2017-07-12 14:33:56 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Move files used by makeboarddeb to packages/bsp subdirectory 2017-07-17 20:33:29 +03:00
makeboarddeb.sh Move files used by makeboarddeb to packages/bsp subdirectory 2017-07-17 20:33:29 +03:00
README.md Move Vagrant README to the documentation 2017-07-17 16:50:55 +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. () 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: