Armbian Linux build tools https://www.armbian.com
Find a file
Igor Pecovnik feebf0cfd3 Typo
2017-06-17 21:35:45 +02: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 New switch - freeze armbian packages (u-boot, kernel, dtb) 2017-06-17 21:34:03 +02:00
extras
extras-buildpkgs Update extra packages install conditions 2017-05-31 19:28:15 +03:00
patch Add possible missing bits for A10/A20 EMAC/GMAC 2017-06-14 23:18:12 +03:00
scripts Updated Armada temperature readings. https://forum.armbian.com/index.php?/topic/4457-clearfog-base-temperature-alternative-heatsink-recommendations/ 2017-06-09 10:51:58 +02:00
.gitignore
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 Bump the version 2017-06-15 00:20:09 +03:00
debootstrap-ng.sh Add post_build_image hook 2017-06-11 16:28:24 +03:00
desktop.sh Move power manager to Pinebook (family) configuration only 2017-06-06 13:37:59 +02:00
distributions.sh New switch - freeze armbian packages (u-boot, kernel, dtb) 2017-06-17 21:34:03 +02:00
Dockerfile
fel-load.sh
general.sh Enhancements to kernel and u-boot build process 2017-06-15 17:54:48 +03:00
LICENSE
main.sh Display WiP boards only when 'EXPERT=yes' is set 2017-05-26 15:35:37 +02:00
makeboarddeb.sh Clean up compatibility with unsupported OS releases 2017-06-05 18:30:04 +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
repo-update.sh
Vagrantfile

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: