Armbian Linux build tools https://www.armbian.com
Find a file
2016-11-01 13:14:38 +03:00
bin Adding Realtek firmwares to minimal FW image which is now default. This covers Lamobo R1 and various and popular el cheapo USB sticks. 2016-10-27 08:54:09 +02:00
config Experimental NAND support for A20 micro and CT 2016-11-01 13:14:38 +03:00
documentation
extras Added BT service to Nano Pi AIR, enabled by default, random MAC at start 2016-10-29 08:27:02 +02:00
extras-buildpkgs
patch Experimental NAND support for A20 micro and CT 2016-11-01 13:14:38 +03:00
scripts Added BT service to Nano Pi AIR, enabled by default, random MAC at start 2016-10-29 08:27:02 +02:00
build-all.sh Support for updating u-boot on eMMC 2016-10-22 18:34:18 +03:00
chroot-buildpackages.sh
common.sh Enhancement for overlay compilation 2016-10-31 20:05:24 +03:00
compile.sh
configuration.sh Bump mainline u-boot version to v2016.09.01 2016-10-30 19:11:44 +03:00
debootstrap-ng.sh Generate DOS/windows friendly sha256sum by adding .sha to the file name. 2016-11-01 10:04:39 +01:00
desktop.sh UUID in boot script support for sunxi boards 2016-10-15 18:08:41 +03:00
distributions.sh Small fix for haveged fix 2016-10-18 10:58:13 +02:00
Dockerfile
fel-load.sh Cleanup 2016-10-25 17:57:57 +03:00
general.sh Check for binfmt_misc support 2016-10-26 16:50:11 +03:00
LICENSE
main.sh Enhancement for overlay compilation 2016-10-31 20:05:24 +03:00
makeboarddeb.sh Update board support package dependencies 2016-10-31 18:31:13 +03:00
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: