Update some hashes

This commit is contained in:
Bob Mottram 2017-12-28 21:17:04 +00:00
parent 81dc5300ab
commit 87879815b7
1 changed files with 23 additions and 23 deletions

View File

@ -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>
<!-- 2017-12-09 Sat 23:07 -->
<!-- 2017-12-28 Thu 21:16 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -246,13 +246,13 @@ for the JavaScript code in this tag.
<center><h1>Mesh Network: Images</h1></center>
<div id="outline-container-org59e2a01" class="outline-2">
<h2 id="org59e2a01">Pre-built Disk Images</h2>
<div class="outline-text-2" id="text-org59e2a01">
<div id="outline-container-orge94f91f" class="outline-2">
<h2 id="orge94f91f">Pre-built Disk Images</h2>
<div class="outline-text-2" id="text-orge94f91f">
</div>
<div id="outline-container-org58cbb17" class="outline-3">
<h3 id="org58cbb17">Writing many images quickly</h3>
<div class="outline-text-3" id="text-org58cbb17">
<div id="outline-container-orgd4e5ba1" class="outline-3">
<h3 id="orgd4e5ba1">Writing many images quickly</h3>
<div class="outline-text-3" id="text-orgd4e5ba1">
<p>
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>.
</p>
@ -280,9 +280,9 @@ The MultiWriter tool is also available within mesh client images, so that you ca
</p>
</div>
</div>
<div id="outline-container-orgbec0fc8" class="outline-3">
<h3 id="orgbec0fc8">Client images</h3>
<div class="outline-text-3" id="text-orgbec0fc8">
<div id="outline-container-org4c8a2af" class="outline-3">
<h3 id="org4c8a2af">Client images</h3>
<div class="outline-text-3" id="text-org4c8a2af">
<div class="org-center">
<div class="figure">
@ -301,7 +301,7 @@ wget https://freedombone.net/downloads/current/freedombone-meshclient-i386.img.x
wget https://freedombone.net/downloads/current/freedombone-meshclient-i386.img.xz.sig
gpg --verify freedombone-meshclient-i386.img.xz.sig
sha256sum freedombone-meshclient-i386.img.xz
3e88205461bb2061dc172ff0a1e65e5cae1013f8f7dc26c6d5cbe1c986c98555
49391230de6a4f1966db091813deb8f9d93c947677f5483baa52400d7fcba7d3
unxz freedombone-meshclient-i386.img.xz
sudo dd <span class="org-variable-name">if</span>=/dev/zero <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">count</span>=8
sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-meshclient-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
@ -322,7 +322,7 @@ wget https://freedombone.net/downloads/current/freedombone-meshclient-insecure-i
wget https://freedombone.net/downloads/current/freedombone-meshclient-insecure-i386.img.xz.sig
gpg --verify freedombone-meshclient-insecure-i386.img.xz.sig
sha256sum freedombone-meshclient-insecure-i386.img.xz
09c059664daf56d210134735d37e8117bb7b755acc8b9b253cdfa42052249ccb
066ef17f90078de8ae85807fa0207f5e3b994a74442cb0683a3bbce1a1b6253b
unxz freedombone-meshclient-insecure-i386.img.xz
sudo dd <span class="org-variable-name">if</span>=/dev/zero <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">count</span>=8
sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-meshclient-insecure-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
@ -331,16 +331,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-org6f3a05a" class="outline-3">
<h3 id="org6f3a05a">Router images</h3>
<div class="outline-text-3" id="text-org6f3a05a">
<div id="outline-container-orgc286906" class="outline-3">
<h3 id="orgc286906">Router images</h3>
<div class="outline-text-3" id="text-orgc286906">
<p>
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.
</p>
</div>
<div id="outline-container-org0387979" class="outline-4">
<h4 id="org0387979">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org0387979">
<div id="outline-container-org6b317d1" class="outline-4">
<h4 id="org6b317d1">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org6b317d1">
<div class="org-center">
<div class="figure">
@ -359,7 +359,7 @@ wget https://freedombone.net/downloads/current/freedombone-mesh_beaglebone-armhf
wget https://freedombone.net/downloads/current/freedombone-mesh_beaglebone-armhf.img.xz.sig
gpg --verify freedombone-mesh_beaglebone-armhf.img.xz.sig
sha256sum freedombone-mesh_beaglebone-armhf.img.xz
60017999340a6559d1de76f3d78d9771c11de5eeefb3d3b812747ce306251e67
ad8f22c0d46c98a80aa47b5809402971cf5cf26ebf587c59a667307b2386c3d2
unxz freedombone-mesh_beaglebone-armhf.img.xz
sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-mesh_beaglebone-armhf.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
</pre>
@ -377,9 +377,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
</div>
</div>
<div id="outline-container-org0db60a2" class="outline-2">
<h2 id="org0db60a2">Building Disk Images</h2>
<div class="outline-text-2" id="text-org0db60a2">
<div id="outline-container-org85ae717" class="outline-2">
<h2 id="org85ae717">Building Disk Images</h2>
<div class="outline-text-2" id="text-org85ae717">
<p>
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.
</p>
@ -394,7 +394,7 @@ wget https://freedombone.net/downloads/current/freedombone.tar.gz
wget https://freedombone.net/downloads/current/freedombone.tar.gz.sig
gpg --verify freedombone.tar.gz.sig
sha256sum freedombone.tar.gz
3d2a7f2bd7a3475832756b7bb63b96ba5fc4a4f4d7bffe86e685be9a3b41b958
tar -xzvf freedombone.tar.gz
<span class="org-builtin">cd</span> freedombone
git checkout stretch