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-01-17 22:47:38 +01:00
.github Update the issue and PR templates 2017-01-15 00:48:36 +03:00
bin Tiny bugfix - icons rename. 2017-01-17 10:38:06 +01:00
config Using ram for browser (Firefox) cache on desktop images. 2017-01-16 21:13:06 +01:00
documentation
extras Add firmware-realtek to replaces files of armbian-firmware 2017-01-03 19:04:05 +03:00
extras-buildpkgs Bump sunxi-tools version 2016-12-02 18:37:26 +03:00
patch Remove deprecated patches 2017-01-15 10:26:19 +01:00
scripts Split firstrun and resize2fs scripts 2017-01-16 21:53:36 +03: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 Remove Wheezy and trusty targets support part 1 2017-01-12 15:31:53 +03:00
chroot-buildpackages.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
common.sh Compatibility of FEL boot with overlay wrapper 2017-01-04 21:22:53 +03:00
compile.sh Differentiate between stable and nightly images 2017-01-04 16:53:18 +03:00
configuration.sh Small clean up in packages lists 2017-01-16 20:43:24 +03:00
debootstrap-ng.sh Changed rootfs cache compression method from multithreaded tar.gz to multithreaded lbzip2 which breaks compression / decompression time in half on my build machine. 2017-01-17 22:47:38 +01:00
desktop.sh Changing desktop startup icon 2017-01-17 09:12:25 +01:00
distributions.sh Split firstrun and resize2fs scripts 2017-01-16 21:53:36 +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 Changed rootfs cache compression method from multithreaded tar.gz to multithreaded lbzip2 which breaks compression / decompression time in half on my build machine. 2017-01-17 22:47:38 +01:00
LICENSE
main.sh Remove Wheezy and trusty targets support part 2 2017-01-12 15:35:48 +03:00
makeboarddeb.sh Change firstrun and resizefs logic regarding auto reboot 2017-01-15 19:41:54 +03:00
README-Vagrant.md Tidying up the Vagrant stuff. Added support for userscripts. More docs. (#601) 2017-01-15 00:42:20 +03:00
README.md Update the issue and PR templates 2017-01-15 00:48:36 +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
upgrade.sh
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: