Lemaker Banana Pro build support
This commit is contained in:
parent
2f9f5be961
commit
1c817365ca
|
@ -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]].
|
||||
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue