The official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS images from source, including kernel configuration, U-Boot handling, and board-specific tweaks for various ARM and ARM64 single-board computers.
Go to file
2016-06-01 13:10:06 +02:00
bin Remove unused and obsolete files 2016-05-29 14:38:41 +03:00
config Enable wireless on M2+ 2016-06-01 13:10:06 +02:00
documentation Enable wireless on M2+ 2016-06-01 13:10:06 +02:00
extras disable, not working https://github.com/igorpecovnik/lib/issues/299 2016-05-15 20:20:41 +02:00
patch 8189fs and updated 8189es driver for sun8i kernel. both are briefly tested in normal and AP mode 2016-05-31 16:16:40 +02:00
scripts Fix MAC address for wireless found on latest H3 boards - on first boot 2016-05-31 18:19:22 +02:00
boards.sh Cubox (temp) workaround until u-boot fix is applied. MMC0 is MMC1 in mainline, while MMC0 is MMC0 in legacy kernel. 2016-05-29 22:06:05 +02:00
build-all.sh Move u-boot compilation targets to sources family configuration files 2016-05-26 18:58:42 +03:00
common.sh Add update-initramfs trigger for u-boot 2016-05-26 22:11:19 +03:00
compile.sh Enable audio for lime-a10 legacy 2016-05-06 13:42:43 +03:00
configuration.sh New version, since we have another driver update 2016-05-31 19:04:13 +02:00
debootstrap-ng.sh Proper bugfix for losing original initctl and start-stop-daemon in debootstrap-ng 2016-05-29 23:08:54 +03:00
debootstrap.sh working only for sid 2016-05-28 06:25:10 +02: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 Remove unused and obsolete files 2016-05-29 14:38:41 +03:00
Dockerfile Made the dockerfile actually work. 2016-04-03 17:00:51 +07:00
fel-load.sh Xenial target related updates 2016-05-01 14:24:40 +03:00
general.sh Better error handling for debootstrap process 2016-05-26 18:42:14 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Adjust error message about missing toolchain 2016-05-24 17:57:31 +03:00
makeboarddeb.sh More selective removal of H3 auto 2016-05-31 10:14:39 +02:00
README.md Update project README 2016-04-19 13:27:35 +03:00
repo-show.sh Xenial to the repository 2016-05-23 20:07:05 +02:00
repo-update.sh Read passwd from user config file 2016-05-23 20:11:06 +02: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: