Armbian Linux build tools https://www.armbian.com
Find a file
zador-blood-stained aa8268256d Update project README
Update compile.sh to use dialog for KERNEL_ONLY
Update configuration.sh
2016-04-19 13:27:35 +03:00
bin Old version of USB redirector which works on kernel < 4.x 2016-04-13 20:18:08 +02:00
config Clearfog next patches fix for 4.5.1 2016-04-19 10:37:25 +02:00
documentation Move patching functions to common.sh 2016-04-18 18:21:43 +03:00
extras Added hostapd compilation from sources withing chroot, nano pi m1 2016-04-16 20:50:12 +02:00
patch Clearfog next patches fix for 4.5.1 2016-04-19 10:37:25 +02:00
scripts Firstrun was failing when booting from eMMC, changing detection method 2016-04-14 18:45:11 +02:00
boards.sh Added Hummingboard 2 to legacy kernel, bugfixes to boot script and removing BT loading from defaults 2016-04-11 12:50:21 +02:00
build-all.sh Board config rework, more precise target defining for automated build process, build kernel only removed from switch, so it prompts by default 2016-04-18 22:10:31 +02:00
common.sh Update project README 2016-04-19 13:27:35 +03:00
compile.sh Update project README 2016-04-19 13:27:35 +03:00
configuration.sh Update project README 2016-04-19 13:27:35 +03:00
debootstrap-ng.sh Minimize configuration.sh 2016-04-18 19:20:15 +03:00
debootstrap.sh Minimize configuration.sh 2016-04-18 19:20:15 +03:00
desktop.sh Few more H3 fixes, green LED high active again, little fel-boot enhancements 2016-03-17 20:16:26 +01:00
distributions.sh Added hostapd compilation from sources withing chroot, nano pi m1 2016-04-16 20:50:12 +02:00
Dockerfile Made the dockerfile actually work. 2016-04-03 17:00:51 +07:00
fel-load.sh Few more H3 fixes, green LED high active again, little fel-boot enhancements 2016-03-17 20:16:26 +01:00
general.sh Forgotten 7ZIP compressor 2016-04-19 07:10:51 +02:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Move patching functions to common.sh 2016-04-18 18:21:43 +03:00
makeboarddeb.sh Added hostapd compilation from sources withing chroot, nano pi m1 2016-04-16 20:50:12 +02:00
README.md Update project README 2016-04-19 13:27:35 +03:00
repo-show.sh Build script complete rewrite. Added user patches and WIP boards: Orangepi+, Lemaker Guitar 2015-12-02 20:33:32 +01:00
repo-update.sh Build script complete rewrite. Added user patches and WIP boards: Orangepi+, Lemaker Guitar 2015-12-02 20:33:32 +01:00
upgrade.sh Banana M1 / M1+ / Pro micro fixes in legacy and vanilla kernel. 2016-03-01 22:27:09 +01:00
Vagrantfile Manually merged 2016-04-07 16:06:41 +02: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),
  • 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: