Armbian Linux build tools https://www.armbian.com
Find a file
2016-08-21 20:09:20 +02:00
bin Cleanup 2016-08-19 19:22:04 +03:00
config Minimize and merge some boards and sources config files 2016-08-21 01:39:21 +03:00
documentation Cleanup 2016-08-09 18:26:22 +03:00
extras Fixed dependencies for armbian tools 2016-08-21 18:34:36 +02:00
extras-buildpkgs Fixes for packages configuration 2016-08-21 16:41:06 +03:00
patch Minimize and merge some boards and sources config files 2016-08-21 01:39:21 +03:00
scripts Merge branch 'master' of https://github.com/igorpecovnik/lib 2016-08-21 18:04:01 +02:00
build-all.sh Small fix for build-all.sh 2016-08-21 17:08:46 +03:00
chroot-buildpackages.sh More small bugfixes 2016-08-21 18:55:06 +03:00
common.sh Minor H3 fixes 2016-08-21 18:03:34 +02:00
compile.sh Fix exit code for compile.sh 2016-07-27 21:10:33 +03:00
configuration.sh Bugfix for configuration.sh cleanup 2016-08-21 16:58:17 +03:00
debootstrap-ng.sh Update packages building code 2016-08-19 19:16:03 +03:00
desktop.sh Mask p2p0 interface in network manager 2016-08-21 20:09:20 +02:00
distributions.sh Bugfix, removing not needed stuff 2016-08-21 12:37:09 +02: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 for building Odroid C2 u-boot 2016-08-20 21:58:55 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Small fixes and improvements 2016-08-20 22:53:50 +03:00
makeboarddeb.sh Fix Xorg config file extension 2016-08-21 20:17:05 +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: