|
@@ -3,7 +3,7 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-<!-- 2016-01-28 Thu 09:27 -->
|
|
6
|
+<!-- 2016-01-28 Thu 11:32 -->
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
9
|
<title></title>
|
|
@@ -283,6 +283,16 @@ To build a 64bit Qemu image:
|
283
|
283
|
<p>
|
284
|
284
|
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
285
|
285
|
</p>
|
|
286
|
+
|
|
287
|
+<p>
|
|
288
|
+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:
|
|
289
|
+</p>
|
|
290
|
+
|
|
291
|
+<div class="org-src-container">
|
|
292
|
+
|
|
293
|
+<pre class="src src-bash">freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
|
|
294
|
+</pre>
|
|
295
|
+</div>
|
286
|
296
|
</div>
|
287
|
297
|
</div>
|
288
|
298
|
|