This repo is a way to run Armbian on Banana Pi R64 sbc.
You may use the already built latest image from releases or you may build it yourself like so:
sudo ./compile.sh WITHOUT_BUILD="yes" \
BOOTFS_TYPE="fat" BOARD="bananapir64" BRANCH="dev" RELEASE="buster" \
KERNEL_ONLY="no" KERNEL_CONFIGURE="no" BUILD_DESKTOP="no" BUILD_MINIMAL="yes"
This command line is just official documentation states except a few parameters:
- WITHOUT_BUILD="yes" - required. Because neither kernel, nor u-boot are being built but are prebuilt.
- KERNEL_LINK="link" - optional. By default points to latest kernel release of Frank's repository. May be http link or local file=deb package.
If you have questions please address youself to the forum topic.