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
2016-10-17 10:21:39 +02:00
bin MT7601 fw for mainline kernel. 2016-10-15 18:43:41 +02:00
config Bugfix 2016-10-17 00:04:07 +03:00
documentation
extras
extras-buildpkgs
patch Marvel DEV and Udoo NEXT upstream patches 2016-10-17 10:21:39 +02:00
scripts UUID in boot script support for sunxi boards 2016-10-15 18:08:41 +03:00
build-all.sh
chroot-buildpackages.sh
common.sh Bugfix 2016-10-06 19:52:01 +03:00
compile.sh
configuration.sh Rework debootstrap-ng for better Docker and UUID support 2016-10-15 00:34:27 +03:00
debootstrap-ng.sh Bugfix 2016-10-15 12:03:35 +03:00
desktop.sh UUID in boot script support for sunxi boards 2016-10-15 18:08:41 +03:00
distributions.sh
Dockerfile Update container dependencies 2016-07-16 17:08:24 +03:00
fel-load.sh
general.sh Rework debootstrap-ng for better Docker and UUID support 2016-10-15 00:34:27 +03:00
LICENSE
main.sh
makeboarddeb.sh
README.md
repo-show.sh
repo-update.sh
upgrade.sh
Vagrantfile Update container dependencies 2016-07-16 17:08:24 +03:00

Armbian

Ubuntu/Debian images for ARM based single-board computers http://www.armbian.com

How to build my own image or kernel?

Preparation

  • x86/x64 machine running any OS; 4G ram, SSD, quad core (recommended),
  • VirtualBox or similar virtualization software (highly recommended with a minimum of 20GB hard disk space for the virtual disk image),
  • alternatively - Docker, systemd-nspawn or other containerization software. Using Xenial build host inside containers is highly recommended,
  • compilation environment is highly recommended to be Ubuntu Xenial 16.04 x64 (other releases are not officially supported but Ubuntu Trusty 14.04 x64 might still work),
  • installed basic system, OpenSSH and Samba (optional),
  • superuser rights (configured sudo or root shell).

Execution

apt-get -y install git
git clone https://github.com/igorpecovnik/lib --depth 1
cp lib/compile.sh .
./compile.sh

This will download all necessary sources, execute compilation and/or build a bootable image. Most of things will be cached so next run will be extremely faster!

How to change kernel configuration?

Edit compile.sh and set

KERNEL_CONFIGURE="yes"

to display kernel configuration menu prior to compilation

More info: