Armbian Linux build tools https://www.armbian.com
Find a file
zador-blood-stained d51498e178 Add lime2-eMMC patch to other branches
Update sunxi-next kernel config
2016-08-17 15:40:44 +03:00
bin Missing imx6 firmware 2016-08-16 11:52:21 +02:00
config Add lime2-eMMC patch to other branches 2016-08-17 15:40:44 +03:00
documentation Cleanup 2016-08-09 18:26:22 +03:00
extras Disable extras/hostapd building and delete unused files 2016-08-17 09:19:19 +02:00
extras-buildpkgs Update FFmpeg and mpv versions 2016-08-16 16:20:57 +03:00
patch Add lime2-eMMC patch to other branches 2016-08-17 15:40:44 +03:00
scripts System information, memory info was not working in xenial, IP addresses divided by comma 2016-08-16 13:50:54 +02:00
build-all.sh Rename some variables for better readability 2016-08-11 17:52:37 +03:00
chroot-buildpackages.sh Rename some variables for better readability 2016-08-11 17:52:37 +03:00
common.sh Bugfix on uboot writing, thanks @ChrisK 2016-08-10 07:22:40 +02:00
compile.sh Fix exit code for compile.sh 2016-07-27 21:10:33 +03:00
configuration.sh Update sunxi-next kernel to 4.7.1 2016-08-17 00:49:53 +03:00
debootstrap-ng.sh Add new repository components during debootstrap process 2016-08-17 09:17:27 +02:00
desktop.sh partially rework desktop.sh 2016-06-17 18:59:33 +03:00
distributions.sh Removing deprecated code 2016-08-17 14:01:34 +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 Repository creating - merging $RELEASE-utils into utils 2016-08-16 18:51:44 +02:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Use fetch_from_repo for kernel and u-boot sources 2016-08-13 21:15:26 +03:00
makeboarddeb.sh Update Pine64 default configuration 2016-08-14 21:53:12 +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: