Armbian Linux build tools https://www.armbian.com
Find a file
2016-10-23 17:30:19 +02:00
bin
config Add 8723bs to Pine64 default modules 2016-10-23 16:51:59 +02:00
documentation
extras
extras-buildpkgs
patch Remove deprecated patch 2016-10-23 17:30:19 +02:00
scripts Add 99disable-power-management if necessary 2016-10-23 16:50:51 +02:00
build-all.sh Support for updating u-boot on eMMC 2016-10-22 18:34:18 +03:00
chroot-buildpackages.sh
common.sh Updates to u-boot upgrade on sunxi hw 2016-10-23 14:18:14 +03:00
compile.sh
configuration.sh Final fixes for nand-sata-installer ... checked many options. Bump one version ... rebuild 2016-10-23 13:41:08 +02:00
debootstrap-ng.sh
desktop.sh
distributions.sh
Dockerfile
fel-load.sh
general.sh
LICENSE
main.sh
makeboarddeb.sh
README.md
repo-show.sh
repo-update.sh
upgrade.sh
Vagrantfile

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: