Skip to content

muravjov/armbian-build

 
 

Repository files navigation

Banana Pi R64 + Armbian

This repo is a way to run Armbian on Banana Pi R64 sbc.

How to use it

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.

About

Armbian build tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.1%
  • Roff 8.9%
  • Batchfile 5.3%
  • HTML 2.9%
  • Makefile 2.0%
  • PHP 1.7%
  • Other 2.1%