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
Thomas Kaiser 0b8bbdf83e Revert 06f056ae95
Since Hardkernel deals with 'UAS issues' on their own upstream do not interfere with this any more -- see 19f12f4d04a24635170161b988871671c65b0cfa
2017-05-24 11:25:10 +02:00
.github
bin Enabling BT on Pinebook and adding to nightly builds 2017-05-20 21:49:38 +02:00
config add RSP and AXP along with DTS for OPiWin 2017-05-23 10:03:51 -04:00
extras
extras-buildpkgs
patch Revert 06f056ae95 2017-05-24 11:25:10 +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
chroot-buildpackages.sh
common.sh
compile.sh
configuration.sh Enable profile-sync-daemon on desktop images 2017-05-21 17:59:07 +02:00
debootstrap-ng.sh
desktop.sh
distributions.sh
Dockerfile
fel-load.sh
general.sh Update Linaro toolchains to 2017.05 2017-05-23 12:41:37 +03:00
LICENSE
main.sh
makeboarddeb.sh
README-Vagrant.md
README.md
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: