Support for the olinuxino-micro
This commit is contained in:
parent
886ed22918
commit
86bc2f3946
|
@ -51,7 +51,7 @@ To build a 64bit Qemu image:
|
|||
|
||||
freedombone-image -t qemu-x86_64 -s 8G
|
||||
|
||||
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||
Other supported boards are cubieboard2, cubietruck, olinuxino-lime2 and olinuxino-micro.
|
||||
|
||||
Checklist
|
||||
=========
|
||||
|
@ -87,6 +87,7 @@ Currently the following boards are supported:
|
|||
Cubieboard 2
|
||||
Cubietruck (Cubieboard 3)
|
||||
olinuxino Lime2
|
||||
olinuxino Micro
|
||||
|
||||
If there is no existing image available then you can build one from scratch. See the section above on how to do that. If an existing image is available then you can download it and check the signature with:
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ To build a 64bit Qemu image:
|
|||
freedombone-image -t qemu-x86_64 -s 8G
|
||||
#+END_SRC
|
||||
|
||||
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||
Other supported boards are cubieboard2, cubietruck, olinuxino-lime2 and olinuxino-micro.
|
||||
|
||||
* Checklist
|
||||
Before installing Freedombone you will need a few things.
|
||||
|
@ -103,6 +103,7 @@ Currently the following boards are supported:
|
|||
* [[http://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]]
|
||||
* [[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]]
|
||||
* [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]]
|
||||
* [[https://www.olimex.com/Products/OlinuXino/A20/A20-OlinuXino-MICRO/open-source-hardware][olinuxino Micro]]
|
||||
|
||||
If there is no existing image available then you can build one from scratch. See the section above on how to do that. If an existing image is available then you can download it and check the signature with:
|
||||
|
||||
|
|
|
@ -205,6 +205,10 @@ case "$MACHINE" in
|
|||
a20_setup_boot sun7i-a20-olinuxino-lime2.dtb
|
||||
enable_serial_console ttyS0
|
||||
;;
|
||||
a20-olinuxino-micro)
|
||||
a20_setup_boot sun7i-a20-olinuxino-micro.dtb
|
||||
enable_serial_console ttyS0
|
||||
;;
|
||||
cubieboard2)
|
||||
a20_setup_boot sun7i-a20-cubieboard2.dtb
|
||||
enable_serial_console ttyS0
|
||||
|
|
|
@ -95,7 +95,7 @@ case "$MACHINE" in
|
|||
--roottype btrfs \
|
||||
"
|
||||
;;
|
||||
cubietruck | a20-olinuxino-lime2 | cubieboard2)
|
||||
cubietruck | a20-olinuxino-lime2 | a20-olinuxino-micro | cubieboard2)
|
||||
extra_pkgs="$a20_pkgs"
|
||||
extra_opts="\
|
||||
--variant minbase \
|
||||
|
|
|
@ -118,6 +118,16 @@ a20-olinuxino-lime2: prep
|
|||
$(SIGN)
|
||||
@echo "Build complete."
|
||||
|
||||
# build A20 OLinuXino Micro SD card image
|
||||
a20-olinuxino-micro: prep
|
||||
$(eval ARCHITECTURE = armhf)
|
||||
$(eval MACHINE = a20-olinuxino-micro)
|
||||
$(MAKE_IMAGE)
|
||||
$(TAR) $(ARCHIVE) $(IMAGE)
|
||||
@echo ""
|
||||
$(SIGN)
|
||||
@echo "Build complete."
|
||||
|
||||
# build an i386 image
|
||||
i386: prep
|
||||
$(eval ARCHITECTURE = i386)
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2016-01-07 Thu 19:24 -->
|
||||
<!-- 2016-01-08 Fri 14:41 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
|
||||
/>
|
||||
<meta name="keywords" content="freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<style type="text/css">
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
.title { text-align: center;
|
||||
|
@ -281,7 +281,7 @@ To build a 64bit Qemu image:
|
|||
</div>
|
||||
|
||||
<p>
|
||||
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||
Other supported boards are cubieboard2, cubietruck, olinuxino-lime2 and olinuxino-micro.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -343,6 +343,7 @@ Currently the following boards are supported:
|
|||
<li><a href="http://linux-sunxi.org/Cubietech_Cubieboard2">Cubieboard 2</a></li>
|
||||
<li><a href="https://linux-sunxi.org/Cubietruck">Cubietruck (Cubieboard 3)</a></li>
|
||||
<li><a href="https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware">olinuxino Lime2</a></li>
|
||||
<li><a href="https://www.olimex.com/Products/OlinuXino/A20/A20-OlinuXino-MICRO/open-source-hardware">olinuxino Micro</a></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue