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-05-04 09:00:33 +02:00
bin Fixed Lemaker guitar recepie, using proper boot loader and making u-boot properly 2016-05-02 09:37:21 +02:00
config Fixes for u-boot file paths 2016-05-04 00:09:48 +03:00
documentation Merge branch 'master' of https://github.com/zador-blood-stained/lib 2016-05-01 20:00:43 +02:00
extras Separate kernel and u-boot cross-compiler to support arm64 boards with armhf u-boot 2016-05-03 19:35:20 +03:00
patch Patches goes to sun4i too 2016-05-04 09:00:33 +02:00
scripts Fix DVFS settings for several H3 boards 2016-05-03 15:56:53 +03:00
boards.sh Roseapple update ... kernel panic. Not booting yet. 2016-05-02 11:04:58 +02:00
build-all.sh Cleanup for new variables 2016-05-03 23:28:56 +03:00
common.sh Switch to u-boot installation code in board templates 2016-05-03 22:38:14 +03:00
compile.sh Update project README 2016-04-19 13:27:35 +03:00
configuration.sh Separate kernel and u-boot cross-compiler to support arm64 boards with armhf u-boot 2016-05-03 19:35:20 +03:00
debootstrap-ng.sh Fix for disabling swap on non-ext4 FS 2016-05-01 17:49:29 +03:00
debootstrap.sh Change default debootstrap settings 2016-04-26 21:29:37 +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 Bugfix 2016-05-01 15:01:42 +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 Separate kernel and u-boot cross-compiler to support arm64 boards with armhf u-boot 2016-05-03 19:35:20 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Reenable update-initramfs on Xenial 2016-04-29 12:54:45 +03:00
makeboarddeb.sh Reenable update-initramfs on Xenial 2016-04-29 12:54:45 +03: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: