Armbian Linux build tools https://www.armbian.com
Find a file
zador-blood-stained d68afa60ca Bugfix
2016-12-19 22:12:27 +03:00
bin Setting new desktop wallpaper 2016-12-18 17:46:49 +01:00
config Re-enable nightly Pine64 desktop image 2016-12-19 14:25:10 +01:00
documentation
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 Missing upstream patch for Udoo Next 2016-12-18 08:54:29 +01:00
scripts Update h3disp 2016-12-18 21:16:00 +01:00
build-all.sh Upgrades for build-all 2016-12-13 18:04:03 +01:00
chroot-buildpackages.sh use uppercase names for global variables MOUNT and SDCARD 2016-11-26 17:06:58 +03:00
common.sh Rework WIP boards selection menu 2016-12-19 22:04:58 +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 Improve reliability of image creation in build-all 2016-12-14 15:17:13 +03: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
fel-load.sh
general.sh Bugfix 2016-12-14 16:12:13 +03:00
LICENSE
main.sh Bugfix 2016-12-19 22:12:27 +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. 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: