zador-blood-stained af9135a884 Use predefined mainline kernel version
Improve ccache handling
2016-07-27 20:38:29 +03:00
2016-06-21 12:20:20 +02:00
2016-07-24 08:06:04 +02:00
2016-07-27 16:29:07 +03:00
2016-07-21 23:20:45 +03:00
2016-07-27 16:29:07 +03:00
2016-06-27 14:13:27 +03:00
2016-06-17 18:59:33 +03:00
2016-07-16 17:08:24 +03:00
2016-05-01 14:24:40 +03:00
2016-07-27 16:29:07 +03:00
2014-10-08 10:14:29 +02:00
2016-07-13 17:45:10 +03:00
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 or Ubuntu Xenial 16.04 (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 edit kernel configuration?

Edit compile.sh and set

KERNEL_CONFIGURE="yes"

to display kernel configuration menu prior to compilation

More info:

Languages
Shell 68.7%
Python 9.5%
GSC 7.7%
JavaScript 5%
Batchfile 3.7%
Other 5.4%