Skip to content
Snippets Groups Projects
Commit fd115de5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Document the mirror option for image builds

parent 016ab638
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,10 @@ To build a 64bit Qemu image:
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
If the image build fails with an error such as "/Error reading from server. Remote end closed connection/" then you can specify a debian package mirror repository manually with:
freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
Checklist
=========
Before installing Freedombone you will need a few things.
......
......@@ -72,6 +72,12 @@ freedombone-image -t qemu-x86_64 -s 8G
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
If the image build fails with an error such as "/Error reading from server. Remote end closed connection/" then you can specify a debian package mirror repository manually with:
#+BEGIN_SRC bash
freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
#+END_SRC
* Checklist
Before installing Freedombone you will need a few things.
......
No preview for this file type
......@@ -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>
<!-- 2016-01-28 Thu 09:27 -->
<!-- 2016-01-28 Thu 11:32 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
......@@ -283,6 +283,16 @@ To build a 64bit Qemu image:
<p>
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
</p>
<p>
If the image build fails with an error such as "<i>Error reading from server. Remote end closed connection</i>" then you can specify a debian package mirror repository manually with:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
</pre>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment