|
@@ -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-11-29 Tue 10:39 -->
|
|
6
|
+<!-- 2017-01-05 Thu 14:11 -->
|
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>
|
|
@@ -248,7 +248,7 @@ for the JavaScript code in this tag.
|
248
|
248
|
</center>
|
249
|
249
|
|
250
|
250
|
<p>
|
251
|
|
-The Beaglebone Black is small, cheap, a fully open hardware design, has a hardware random number generator and consumes very little electrical power, making it suitable for all kinds of uses.
|
|
251
|
+The Beaglebone Black is small, cheap, a fully open hardware design, has a hardware random number generator and consumes very little electrical power, making it suitable for all kinds of uses. There is also a wireless version.
|
252
|
252
|
</p>
|
253
|
253
|
|
254
|
254
|
<p>
|
|
@@ -270,7 +270,7 @@ You will need:
|
270
|
270
|
<ul class="org-ul">
|
271
|
271
|
<li>A Beaglebone Black. The exact revision of the hardware isn't very important, but it should have an ethernet socket.</li>
|
272
|
272
|
<li>Optionally a plastic or metal case to protect the electronics.</li>
|
273
|
|
-<li>An ethernet cable. Typically these are colour coded either blue or yellow. Either colour will do.</li>
|
|
273
|
+<li>An ethernet cable. Typically these are colour coded either blue or yellow. Either colour will do. If you're using the Wireless version of the Beaglebone Black then you don't need this.</li>
|
274
|
274
|
<li>Either a 5v power supply with 5.5mm barrel plug, or a miniUSB type B cable (typically supplied with the Beaglebone) and USB to mains adaptor.</li>
|
275
|
275
|
<li>A microSD card at least 8 gigabytes in size. In tests Sandisk class 10 works well. Prefer smaller but faster I/O rating to larger but slower.</li>
|
276
|
276
|
<li>A microSD card adaptor for your laptop or desktop system, so that you can copy the disk image to the card.</li>
|
|
@@ -334,10 +334,6 @@ freedombone-image -t beaglebone --onion yes
|
334
|
334
|
Onion addresses have the advantage of being difficult to censor and you don't need to buy a domain or have a dynamic DNS account. An onion based system also means you don't need to think about NAT traversal type issues.
|
335
|
335
|
</p>
|
336
|
336
|
|
337
|
|
-<p>
|
338
|
|
-Connect the power and ethernet cable and plug it into your internet router.
|
339
|
|
-</p>
|
340
|
|
-
|
341
|
337
|
<div class="org-center">
|
342
|
338
|
|
343
|
339
|
<div class="figure">
|
|
@@ -359,11 +355,15 @@ Now follow the <a href="./homeserver.html">instructions given here to copy the i
|
359
|
355
|
</div>
|
360
|
356
|
|
361
|
357
|
<p>
|
|
358
|
+Connect the power and for the non-wireless versions of the Beaglebone Black also connect the ethernet cable and plug it into your internet router.
|
|
359
|
+</p>
|
|
360
|
+
|
|
361
|
+<p>
|
362
|
362
|
Now power cycle by removing the power plug and then inserting it again. It should boot from the microSD drive and you should see the blue LEDs on the board flashing. If they don't fash at all for a few minutes then try copying the image to the microSD card again.
|
363
|
363
|
</p>
|
364
|
364
|
|
365
|
365
|
<p>
|
366
|
|
-Follow the rest of the <a href="./homeserver.html">instructions given here</a> to log in via ssh and install the system. The microSD drive <i>should remain inside the Beaglebone</i> and not be removed. This will be its main drive, with the internal EMMC not being used at all.
|
|
366
|
+Follow the rest of the <a href="./homeserver.html">instructions given here</a> to log in via ssh and install the system. The microSD drive <i>should remain inside the Beaglebone</i> and not be removed. This will be its main drive, with the internal EMMC not being used at all. For the Beaglebone Black Wireless ssh back in on the usual 192.168.7.2 address with the USB cable connected so that your wifi login parameters can be set.
|
367
|
367
|
</p>
|
368
|
368
|
|
369
|
369
|
<p>
|