Browse Source

Increase image size

Bob Mottram 7 years ago
parent
commit
e29fe7b88b
2 changed files with 21 additions and 21 deletions
  1. 1
    1
      doc/EN/mesh_images.org
  2. 20
    20
      website/EN/mesh_images.html

+ 1
- 1
doc/EN/mesh_images.org View File

37
 [[file:images/mesh_netbook.jpg]]
37
 [[file:images/mesh_netbook.jpg]]
38
 #+END_CENTER
38
 #+END_CENTER
39
 
39
 
40
-"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle (the black protruding object on the left side of the netbook in the picture above), because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb). The USB drive you're copying to will need to be at least 8GB in size.
40
+"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle (the black protruding object on the left side of the netbook in the picture above), because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb). The USB drive you're copying to will need to be at least 16GB in size.
41
 
41
 
42
 #+begin_src bash
42
 #+begin_src bash
43
 sudo apt-get install xz-utils wget
43
 sudo apt-get install xz-utils wget

+ 20
- 20
website/EN/mesh_images.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2017-12-29 Fri 23:16 -->
6
+<!-- 2018-01-18 Thu 18:15 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title>&lrm;</title>
9
 <title>&lrm;</title>
246
 
246
 
247
 <center><h1>Mesh Network: Images</h1></center>
247
 <center><h1>Mesh Network: Images</h1></center>
248
 
248
 
249
-<div id="outline-container-org92a36a4" class="outline-2">
250
-<h2 id="org92a36a4">Pre-built Disk Images</h2>
251
-<div class="outline-text-2" id="text-org92a36a4">
249
+<div id="outline-container-orgff89f51" class="outline-2">
250
+<h2 id="orgff89f51">Pre-built Disk Images</h2>
251
+<div class="outline-text-2" id="text-orgff89f51">
252
 </div>
252
 </div>
253
-<div id="outline-container-orgf74ea4c" class="outline-3">
254
-<h3 id="orgf74ea4c">Writing many images quickly</h3>
255
-<div class="outline-text-3" id="text-orgf74ea4c">
253
+<div id="outline-container-orgd2bd6dc" class="outline-3">
254
+<h3 id="orgd2bd6dc">Writing many images quickly</h3>
255
+<div class="outline-text-3" id="text-orgd2bd6dc">
256
 <p>
256
 <p>
257
 There may be situations where you need to write the same disk image to multiple drives at the same time in order to maximize rate of deployment. In the instructions given below the <b>dd</b> command is used for writing to the target drive, but to write to multiple drives you can use a tool such as <a href="https://wiki.gnome.org/Apps/MultiWriter">GNOME MultiWriter</a>.
257
 There may be situations where you need to write the same disk image to multiple drives at the same time in order to maximize rate of deployment. In the instructions given below the <b>dd</b> command is used for writing to the target drive, but to write to multiple drives you can use a tool such as <a href="https://wiki.gnome.org/Apps/MultiWriter">GNOME MultiWriter</a>.
258
 </p>
258
 </p>
280
 </p>
280
 </p>
281
 </div>
281
 </div>
282
 </div>
282
 </div>
283
-<div id="outline-container-orgdd8f201" class="outline-3">
284
-<h3 id="orgdd8f201">Client images</h3>
285
-<div class="outline-text-3" id="text-orgdd8f201">
283
+<div id="outline-container-orgaa45ffa" class="outline-3">
284
+<h3 id="orgaa45ffa">Client images</h3>
285
+<div class="outline-text-3" id="text-orgaa45ffa">
286
 <div class="org-center">
286
 <div class="org-center">
287
 
287
 
288
 <div class="figure">
288
 <div class="figure">
292
 </div>
292
 </div>
293
 
293
 
294
 <p>
294
 <p>
295
-"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle (the black protruding object on the left side of the netbook in the picture above), because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb). The USB drive you're copying to will need to be at least 8GB in size.
295
+"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle (the black protruding object on the left side of the netbook in the picture above), because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb). The USB drive you're copying to will need to be at least 16GB in size.
296
 </p>
296
 </p>
297
 
297
 
298
 <div class="org-src-container">
298
 <div class="org-src-container">
331
 </div>
331
 </div>
332
 </div>
332
 </div>
333
 
333
 
334
-<div id="outline-container-org231f975" class="outline-3">
335
-<h3 id="org231f975">Router images</h3>
336
-<div class="outline-text-3" id="text-org231f975">
334
+<div id="outline-container-org6ca93ec" class="outline-3">
335
+<h3 id="org6ca93ec">Router images</h3>
336
+<div class="outline-text-3" id="text-org6ca93ec">
337
 <p>
337
 <p>
338
 Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
338
 Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
339
 </p>
339
 </p>
340
 </div>
340
 </div>
341
-<div id="outline-container-orgbe92b46" class="outline-4">
342
-<h4 id="orgbe92b46">Beaglebone Black</h4>
343
-<div class="outline-text-4" id="text-orgbe92b46">
341
+<div id="outline-container-org69b5cfa" class="outline-4">
342
+<h4 id="org69b5cfa">Beaglebone Black</h4>
343
+<div class="outline-text-4" id="text-org69b5cfa">
344
 <div class="org-center">
344
 <div class="org-center">
345
 
345
 
346
 <div class="figure">
346
 <div class="figure">
377
 </div>
377
 </div>
378
 </div>
378
 </div>
379
 
379
 
380
-<div id="outline-container-orgd948176" class="outline-2">
381
-<h2 id="orgd948176">Building Disk Images</h2>
382
-<div class="outline-text-2" id="text-orgd948176">
380
+<div id="outline-container-org6b309a0" class="outline-2">
381
+<h2 id="org6b309a0">Building Disk Images</h2>
382
+<div class="outline-text-2" id="text-org6b309a0">
383
 <p>
383
 <p>
384
 It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
384
 It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
385
 </p>
385
 </p>