Armbian Linux build tools https://www.armbian.com
Find a file
zador-blood-stained fda5a23445 Small bugfix
2017-01-07 23:12:07 +03:00
.github Small change to issue and PR templates 2016-12-28 19:48:16 +03:00
bin Correct firmware for Friendly ARM DEV kernel 2016-12-27 12:44:59 +01:00
config Update mvebu-next kernel to 4.9.1 2017-01-06 19:50:00 +03:00
documentation Cleanup 2016-08-09 18:26:22 +03:00
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 Small bugfix 2017-01-07 23:12:07 +03:00
scripts Update h3consumption for new Wi-Fi PM settings 2017-01-06 16:58:38 +03:00
.gitignore Changes to the Vagrant file, README and gitignore for better Vagrant support. (#597) 2017-01-04 12:57:03 +03:00
build-all.sh Linking to file is done on a server side script which recreate links to latest files and remove older in the end of the upload batch. 2017-01-06 06:37:13 +01: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 Update sunxi-next kernel to 4.9.1 2017-01-06 19:07:26 +03:00
debootstrap-ng.sh Use beta repository on nightly images 2017-01-04 18:54:36 +03:00
desktop.sh Removing appgrid. Too many bugs. 2017-01-06 18:00:15 +01:00
distributions.sh Use beta repository on nightly images 2017-01-04 18:54: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 Allow overwriting git remote 2017-01-04 18:55:09 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Differentiate between stable and nightly images 2017-01-04 16:53:18 +03:00
makeboarddeb.sh Differentiate between stable and nightly images 2017-01-04 16:53:18 +03:00
README-Vagrant.md Move Vagrant instructions to the separate README 2017-01-04 13:02:40 +03:00
README.md Move Vagrant instructions to the separate README 2017-01-04 13:02:40 +03:00
repo-show.sh Fix trailing space characters at EOL (#472) 2016-09-18 17:34:45 +03:00
repo-update.sh Fix comment glitches (#471) 2016-09-18 17:33:36 +03:00
upgrade.sh Really remove sunxi_no_mali_mem_reserve 2016-10-04 08:12:15 +02:00
Vagrantfile Changes to the Vagrant file, README and gitignore for better Vagrant support. (#597) 2017-01-04 12:57:03 +03:00

Armbian

Ubuntu and Debian images for ARM based single-board computers http://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

More info: