diff --git a/doc/EN/boards.org b/doc/EN/boards.org index 3d57109ed1e157c4f2dfc591bfcba3b269fca055..bd0ad69643e52e81a0881393854dcf21238e3e04 100644 --- a/doc/EN/boards.org +++ b/doc/EN/boards.org @@ -20,6 +20,7 @@ The following ARM boards are supported by the build system. If your board isn't - a20-olinuxino-lime - a20-olinuxino-lime2 - a20-olinuxino-micro + - [[http://www.lemaker.org/product-bananapro-index.html][Lemaker Banana Pro]] The latest image builds can be [[./downloads/current][found here]]. diff --git a/man/freedombone-image.1.gz b/man/freedombone-image.1.gz index c70a24e35756239c6835c9f55b44f6ad50b92826..261975ab097b475663b146e7dc8b0bb0deb4aa1f 100644 Binary files a/man/freedombone-image.1.gz and b/man/freedombone-image.1.gz differ diff --git a/src/freedombone-image-hardware-setup b/src/freedombone-image-hardware-setup index ea297faaffb83fcb3798362b2f5fa67814cc3652..7c1091224a5150664bd6dc99408aac5619c170e5 100755 --- a/src/freedombone-image-hardware-setup +++ b/src/freedombone-image-hardware-setup @@ -258,6 +258,10 @@ case "$MACHINE" in a20_setup_boot sun7i-a20-olinuxino-micro.dtb "$EXTERNAL_DRIVE" enable_serial_console ttyS0 ;; + banana-pro) + a20_setup_boot sun7i-a20-bananapro.dtb "$EXTERNAL_DRIVE" + enable_serial_console ttyS0 + ;; cubieboard2) a20_setup_boot sun7i-a20-cubieboard2.dtb "$EXTERNAL_DRIVE" enable_serial_console ttyS0 diff --git a/src/freedombone-image-make b/src/freedombone-image-make index e5b2d416e87fcd83b1e99fa60c97bf003eb99190..a78ffc90cc91d78b5c4a0cac87d744f49d0d67a6 100755 --- a/src/freedombone-image-make +++ b/src/freedombone-image-make @@ -119,7 +119,7 @@ case "$MACHINE" in --roottype btrfs \ " ;; - cubietruck | a20-olinuxino-lime | a20-olinuxino-lime2 | a20-olinuxino-micro | cubieboard2 | pcduino3) + cubietruck | a20-olinuxino-lime | a20-olinuxino-lime2 | a20-olinuxino-micro | cubieboard2 | pcduino3 | banana-pro) extra_pkgs="$a20_pkgs" extra_opts="\ --variant minbase \ diff --git a/src/freedombone-image-makefile b/src/freedombone-image-makefile index 24e344059364bebb2f72a99e2a16f7c97a2b8e96..1d764a95d1ccd1568956ad177c41a05aa1d539e4 100755 --- a/src/freedombone-image-makefile +++ b/src/freedombone-image-makefile @@ -111,6 +111,17 @@ cubieboard2: prep $(SIGN) @echo "Build complete." +# build Banana Pro SD card image +banana-pro: prep + $(eval ARCHITECTURE = armhf) + $(eval MACHINE = banana-pro) + $(MAKE_IMAGE) + @rm -f $(ARCHIVE) + $(XZ) + @echo "" + $(SIGN) + @echo "Build complete." + # build PCDuino3 SD card image pcduino3: prep $(eval ARCHITECTURE = armhf) diff --git a/website/EN/boards.html b/website/EN/boards.html index efa4c7b3bb6b4cee7f57f58c26c8ccab0a7d5f91..5a63461474d2cd4273b33a5cbf9b85d06c33e5eb 100644 --- a/website/EN/boards.html +++ b/website/EN/boards.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> -<!-- 2018-04-15 Sun 18:22 --> +<!-- 2018-05-17 Thu 18:48 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>‎</title> @@ -242,9 +242,9 @@ for the JavaScript code in this tag. </p> </div> -<div id="outline-container-org8a04b66" class="outline-2"> -<h2 id="org8a04b66">Supported ARM boards</h2> -<div class="outline-text-2" id="text-org8a04b66"> +<div id="outline-container-org4cb621d" class="outline-2"> +<h2 id="org4cb621d">Supported ARM boards</h2> +<div class="outline-text-2" id="text-org4cb621d"> <p> The following ARM boards are supported by the build system. If your board isn't listed here then you may still be able to install Freedombone using <a href="./armbian.html">Armbian</a>. </p> @@ -257,6 +257,7 @@ The following ARM boards are supported by the build system. If your board isn't <li>a20-olinuxino-lime</li> <li>a20-olinuxino-lime2</li> <li>a20-olinuxino-micro</li> +<li><a href="http://www.lemaker.org/product-bananapro-index.html">Lemaker Banana Pro</a></li> </ul> <p>