Armbian Linux build tools https://www.armbian.com
Find a file
2016-12-27 12:44:59 +01:00
bin Correct firmware for Friendly ARM DEV kernel 2016-12-27 12:44:59 +01:00
config Fix console cursor on Odroid C2 2016-12-24 19:10:41 +03:00
documentation Cleanup 2016-08-09 18:26:22 +03:00
extras use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
extras-buildpkgs Bump sunxi-tools version 2016-12-02 18:37:26 +03:00
patch Typo 2016-12-24 19:01:13 +01:00
scripts Removing BTRFS nand-install option from legacy kernel(s) since it's not reliable 2016-12-25 09:46:08 +01:00
build-all.sh Rework toolchain selection mechanism 2016-12-20 00:17:16 +03:00
chroot-buildpackages.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
common.sh Rework toolchain selection mechanism 2016-12-20 00:17:16 +03:00
compile.sh Beta builds are now defined in board configuration - will be live and updated after few test runs. There was also few fixes for parallel building. 2016-12-12 19:38:55 +01:00
configuration.sh Small refactoring 2016-12-08 18:44:41 +03:00
debootstrap-ng.sh Also switch to compress-force for btrfs rootfs creation 2016-12-21 17:28:47 +01:00
desktop.sh Typo 2016-12-18 19:19:13 +01:00
distributions.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
Dockerfile Update container dependencies 2016-07-16 17:08:24 +03:00
fel-load.sh Cleanup 2016-10-25 17:57:57 +03:00
general.sh Bugfix 2016-12-14 16:12:13 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Small rework of board selection dialog 2016-12-20 12:46:49 +03:00
makeboarddeb.sh Minor fix. We are doing some iwconfig checks within h3consumption so we need to include wireless-tools package 2016-11-22 09:26:03 +01:00
README.md Only Xenial is recommended for the build host in the meantime 2016-09-29 17:39:04 +02:00
repo-show.sh Fix trailing space characters at EOL (#472) 2016-09-18 17:34:45 +03:00
repo-update.sh Fix comment glitches (#471) 2016-09-18 17:33:36 +03:00
upgrade.sh Really remove sunxi_no_mali_mem_reserve 2016-10-04 08:12:15 +02:00
Vagrantfile Add auto-created output directory to Vagrantfile 2016-11-06 22:22:08 +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: