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-04-03 08:51:06 +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 Updated SUN8I DEV config 2017-04-03 08:51:06 +02:00
extras
extras-buildpkgs Enable a10disp installation from repository 2017-03-04 00:10:29 +03:00
patch Removing deprecated patches MVEBU default 2017-03-31 09:07:17 +02:00
scripts Add InstallOpenMediaVault function 2017-04-02 18:20:06 +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 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
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 Add a helper for installing user made overlays 2017-04-01 13:40:42 +03:00
Dockerfile
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
main.sh Use cron daily job to rebuild number of updates 2017-03-24 18:12:40 +03:00
makeboarddeb.sh Move armbian-add-overlay to /usr/sbin 2017-04-01 17:59:05 +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 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
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: