Armbian Linux build tools https://www.armbian.com
Find a file
zador-blood-stained c04bd27d82 Small cleanup
2016-07-30 14:39:28 +03:00
bin Missing firmware and a small bugfix 2016-07-29 12:36:22 +02:00
config Enable HFS for sun8i-default 2016-07-29 16:19:30 +03:00
documentation Restore previous documentation naming and removing PDF creation with markdown-pdf 2016-06-29 11:18:52 +02:00
extras Missing firmware and a small bugfix 2016-07-29 12:36:22 +02:00
extras-buildpkgs Small cleanup 2016-07-30 14:39:28 +03:00
patch Kernel 3.14 and 4.4 upstream patches 2016-07-29 09:03:13 +02:00
scripts Add commented rmmod example... 2016-07-29 15:38:55 +02:00
build-all.sh Restore previous documentation naming and removing PDF creation with markdown-pdf 2016-06-29 11:18:52 +02:00
chroot-buildpackages.sh Revert libcedrus to ION from UMP 2016-07-29 19:30:19 +03:00
common.sh Fix for customize_image 2016-07-29 12:15:43 +03:00
compile.sh Fix exit code for compile.sh 2016-07-27 21:10:33 +03:00
configuration.sh Revert "Missing firmware and a bugfix on firmware package creation" 2016-07-29 11:57:13 +02:00
debootstrap-ng.sh Add sunxi-mali version r3p0 packaging 2016-07-11 21:20:34 +03:00
debootstrap.sh Improve logging 2016-06-27 14:13:27 +03:00
desktop.sh partially rework desktop.sh 2016-06-17 18:59:33 +03:00
distributions.sh Fix uInitrd generation on Trusty 2016-06-27 15:05:51 +03: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 u-boot compilation on not updated Xenial hosts 2016-07-28 19:53:41 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Rework some package dependencies 2016-07-13 17:45:10 +03:00
makeboarddeb.sh Improve upgrade procedure for board support package 2016-07-03 17:31:12 +03:00
README.md Added download link to Xenial host boot image 2016-07-17 12:00:06 +02: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 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: