Armbian Linux build tools https://www.armbian.com
Find a file
zador-blood-stained cff9b6d4a7 Oops
2016-08-03 17:45:06 +03:00
bin
config
documentation
extras
extras-buildpkgs
patch fix a typo in I2C1 DTS 2016-08-02 11:02:51 -04:00
scripts Added video modes to h3 / untested 2016-08-03 11:38:21 +02:00
build-all.sh
chroot-buildpackages.sh fixes: directory creation, removing forceget 2016-07-31 15:18:30 +02:00
common.sh
compile.sh
configuration.sh
debootstrap-ng.sh
debootstrap.sh
desktop.sh
distributions.sh
Dockerfile
fel-load.sh
general.sh
LICENSE
main.sh Oops 2016-08-03 17:45:06 +03:00
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,
  • compilation environment is highly recommended to be Ubuntu Trusty 14.04 or Ubuntu Xenial 16.04 (other releases are not officially supported),
  • 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 edit kernel configuration?

Edit compile.sh and set

KERNEL_CONFIGURE="yes"

to display kernel configuration menu prior to compilation

More info: