Armbian Linux build tools https://www.armbian.com
Find a file
2016-11-26 17:06:58 +03:00
bin Udoo quad boot script adjustments, added onboard firmware to small armbian FW package, bugfix in postinstall script for DEFAULT kernel, added environment table 2016-11-20 18:57:11 +01:00
config use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +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 Revert sunxi-tools sources to master branch 2016-11-13 18:56:05 +03:00
patch Add missing patch to marvell-dev kernel 2016-11-25 17:32:37 +03:00
scripts Hopefully finalize support for NanoPi M1 Plus 2016-11-23 11:59:43 +01:00
build-all.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
chroot-buildpackages.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
common.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
compile.sh If compile.sh is changed we need to bump number 2016-09-17 19:55:04 +02:00
configuration.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
debootstrap-ng.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
desktop.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03: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 Zador found a proper link to Linaro's new archive. Adjusting download links. 2016-11-23 18:10:00 +01:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Parallelization for build all images and BSP compilation works, now fine tuning, testing and possible bug fixing. Kernel and rootfs cache must be cached. 2016-11-25 15:49:03 +01: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: