August 12, 2020

Armbian build options

It is very worthwhile to read the documentation on the Github site. I have so far simply run "./compile.sh", but consider:
./compile.sh EXPERT="yes"
./compile.sh BOARD="odroidxu4" BRANCH="current" RELEASE="buster" CARD_DEVICE="/dev/sda" \
KERNEL_ONLY="no" KERNEL_CONFIGURE="no" BUILD_DESKTOP="no" BUILD_MINIMAL="yes"
The game here is to set things that are variables in the shell script. You could leave them unset and then dialogs will ask for them.

A lot of this is documented here:


Have any comments? Questions? Drop me a line!

Tom's electronics pages / tom@mmto.org