Armbian Linux build tools https://www.armbian.com
Find a file
2017-04-14 13:59:01 +02:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
bin New small features: splash screen for "loading desktop" on desktop images. DISABLED and disable low level kernel messages on non beta builds. ENABLED. Cleanup - boot logos to subdir, removed numix-holo and deprecated bitmap. 2017-03-26 20:54:34 +02:00
config Add configuration for setting uboot environment from userspace with: fw_setenv fw_printenv SUNXI, tested on A20 and H3 2017-04-13 17:01:43 +02:00
extras Add firmware-realtek to replaces files of armbian-firmware 2017-01-03 19:04:05 +03:00
extras-buildpkgs Hostapd conf more cleanup. 2017-04-14 13:59:01 +02:00
patch Upstream patches for Rockchip kernel 2017-04-12 15:06:08 +02:00
scripts OMV: Allow the use of USB3 GbE dongles and NAS Docks/HATs 2017-04-13 21:15:21 +02: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 Add overlay prefixes to sunxi boot script 2017-03-09 00:13:25 +03:00
chroot-buildpackages.sh Add extra message for external packages install step 2017-02-23 20:51:39 +03:00
common.sh New small features: splash screen for "loading desktop" on desktop images. DISABLED and disable low level kernel messages on non beta builds. ENABLED. Cleanup - boot logos to subdir, removed numix-holo and deprecated bitmap. 2017-03-26 20:54:34 +02:00
compile.sh Implement old rootfs cache files clean up option 2017-01-21 16:02:22 +03:00
configuration.sh Few more OMV and OPi Zero Plus 2 H3 fixes 2017-04-11 14:05:46 +02:00
debootstrap-ng.sh Restore resolvconf functionality for the OS images 2017-02-21 15:40:17 +03:00
desktop.sh New small features: splash screen for "loading desktop" on desktop images. DISABLED and disable low level kernel messages on non beta builds. ENABLED. Cleanup - boot logos to subdir, removed numix-holo and deprecated bitmap. 2017-03-26 20:54:34 +02:00
distributions.sh Set terminal type to "linux" for the serial getty 2017-04-11 18:08:30 +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 Add GCC 6.3 toolchain 2017-02-26 18:01:57 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Use cron daily job to rebuild number of updates 2017-03-24 18:12:40 +03:00
makeboarddeb.sh Removing from file from wrong place 2017-04-14 13:37:24 +02: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 README.md: Fix typo (Vargant -> Vagrant) 2017-01-30 10:59:28 +01: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 Really remove sunxi_no_mali_mem_reserve 2016-10-04 08:12:15 +02: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.

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: