Browse Source

Beaglebone install includes dat based source download

Bob Mottram 6 years ago
parent
commit
525377683b
2 changed files with 25 additions and 1 deletions
  1. 10
    0
      doc/EN/beaglebone.org
  2. 15
    1
      website/EN/beaglebone.html

+ 10
- 0
doc/EN/beaglebone.org View File

51
 freedombone-image --setup parabola
51
 freedombone-image --setup parabola
52
 #+end_src
52
 #+end_src
53
 
53
 
54
+If you can't obtain a copy of the source code from *code.freedombone.net* (maybe the server is down) then you may still be able to obtain it with:
55
+
56
+#+begin_src bash
57
+dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
58
+cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
59
+tar -xzvf freedombone.tar.gz
60
+cd freedombone
61
+git checkout stretch
62
+#+end_src
63
+
54
 #+attr_html: :width 80% :align center
64
 #+attr_html: :width 80% :align center
55
 [[file:images/microsd_reader.jpg]]
65
 [[file:images/microsd_reader.jpg]]
56
 
66
 

+ 15
- 1
website/EN/beaglebone.html View File

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
 <title></title>
6
 <title></title>
7
-<!-- 2018-06-04 Mon 18:30 -->
7
+<!-- 2018-06-16 Sat 14:39 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
221
 </pre>
221
 </pre>
222
 </div>
222
 </div>
223
 
223
 
224
+<p>
225
+If you can't obtain a copy of the source code from <b>code.freedombone.net</b> (maybe the server is down) then you may still be able to obtain it with:
226
+</p>
227
+
228
+<div class="org-src-container">
229
+
230
+<pre class="src src-bash">dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
231
+cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
232
+tar -xzvf freedombone.tar.gz
233
+cd freedombone
234
+git checkout stretch
235
+</pre>
236
+</div>
237
+
224
 
238
 
225
 <div class="figure">
239
 <div class="figure">
226
 <p><img src="images/microsd_reader.jpg" alt="microsd_reader.jpg" width="80%" align="center" />
240
 <p><img src="images/microsd_reader.jpg" alt="microsd_reader.jpg" width="80%" align="center" />