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-05-22 16:38:12 +02:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
bin Enabling BT on Pinebook and adding to nightly builds 2017-05-20 21:49:38 +02:00
config Add beta desktop build 2017-05-22 16:38:12 +02:00
extras
extras-buildpkgs Hostapd conf more cleanup. 2017-04-14 13:59:01 +02:00
patch Odroid C2 boot scripts update. It boots into all kernels now ... initrd unresolved in mainline. 2017-05-22 11:14:16 +02:00
scripts Odroid C2 boot scripts update. It boots into all kernels now ... initrd unresolved in mainline. 2017-05-22 11:14:16 +02:00
.gitignore
build-all.sh Add KERNELPATCHDIR internal variable with default value 2017-05-02 12:50:35 +03:00
chroot-buildpackages.sh Add extra message for external packages install step 2017-02-23 20:51:39 +03:00
common.sh Fix path for CREATE_PATCHES mode 2017-05-04 10:56:41 +03:00
compile.sh
configuration.sh Enable profile-sync-daemon on desktop images 2017-05-21 17:59:07 +02:00
debootstrap-ng.sh Changing Odroid XU4 NEXT mainline u-boot with legacy for compatibility reasons - now it boots from SD and eMMC out of the box, kernel switching works. 2017-05-18 19:41:37 +02:00
desktop.sh Chromium works with those parameters on armhf and arm64. Cache = /tmp (memory), size = /tmp size. 2017-05-17 13:00:13 +02:00
distributions.sh Revert "Try to implement persistent XDG_CACHE behaviour" 2017-05-15 19:11:06 +03:00
Dockerfile
fel-load.sh
general.sh Add libpython2.7-dev to host dependencies list 2017-05-06 12:14:28 +03:00
LICENSE
main.sh Clean up BOOTPATCHDIR logic, set default value 2017-05-02 12:47:47 +03:00
makeboarddeb.sh Revert "Try to implement persistent XDG_CACHE behaviour" 2017-05-15 19:11:06 +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
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: