Armbian Linux build tools https://www.armbian.com
Find a file
2016-09-11 20:13:08 +02:00
bin Configuration update for Cubox / HB, for DEV and NEXT kernel. Fixed onboard wireless, Bluetooth enabled by default (unstable on NEXT), HDMI out is working within NEXT 2016-09-11 19:27:13 +02:00
config Added vanilla kernel desktop target for HB / Cubox 2016-09-11 19:33:53 +02:00
documentation Cleanup 2016-08-09 18:26:22 +03:00
extras Add MAKE_FULL_FIRMWARE variable instead of disabling build. 2016-09-11 12:46:35 +02:00
extras-buildpkgs Fix glshim and install it by default 2016-09-10 17:31:43 +03:00
patch Enabling HDMI video in Hummingboard 2 2016-09-11 20:13:08 +02:00
scripts Configuration update for Cubox / HB, for DEV and NEXT kernel. Fixed onboard wireless, Bluetooth enabled by default (unstable on NEXT), HDMI out is working within NEXT 2016-09-11 19:27:13 +02:00
build-all.sh Preparing build-all to run multiple instances at once. 2016-09-04 08:01:57 +02:00
chroot-buildpackages.sh Add libass package for Jessie 2016-09-09 18:58:49 +03:00
common.sh Use distcc for cross-compiling 2016-09-07 19:59:24 +03:00
compile.sh Update GLshim patch 2016-09-03 16:42:03 +03:00
configuration.sh Add missing desktop package 2016-09-02 14:15:19 +03:00
debootstrap-ng.sh Increase priority for backports components 2016-09-06 19:50:08 +03:00
desktop.sh Cleanup in code and package lists 2016-08-30 19:25:32 +03:00
distributions.sh Improve initramfs generation 2016-09-07 22:05:53 +03:00
Dockerfile Update container dependencies 2016-07-16 17:08:24 +03:00
fel-load.sh Xenial target related updates 2016-05-01 14:24:40 +03:00
general.sh Fix toolchain verification (again) 2016-09-08 15:06:30 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Update GLshim patch 2016-09-03 16:42:03 +03:00
makeboarddeb.sh Improve reliability of upgrade procedure 2016-09-05 15:34:49 +03:00
README.md Update README 2016-08-06 21:31:00 +03:00
repo-show.sh Cleanup for repository management functions 2016-07-21 18:25:22 +03:00
repo-update.sh Cleanup for repository management functions 2016-07-21 18:25:22 +03:00
upgrade.sh Banana M1 / M1+ / Pro micro fixes in legacy and vanilla kernel. 2016-03-01 22:27:09 +01:00
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,
  • compilation environment is highly recommended to be Ubuntu Trusty 14.04 x64 or Ubuntu Xenial 16.04 x64 (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 change kernel configuration?

Edit compile.sh and set

KERNEL_CONFIGURE="yes"

to display kernel configuration menu prior to compilation

More info: