Beaglebone install includes dat based source download
This commit is contained in:
parent
409f466a88
commit
525377683b
|
@ -51,6 +51,16 @@ sudo make install
|
|||
freedombone-image --setup parabola
|
||||
#+end_src
|
||||
|
||||
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:
|
||||
|
||||
#+begin_src bash
|
||||
dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
|
||||
cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
|
||||
tar -xzvf freedombone.tar.gz
|
||||
cd freedombone
|
||||
git checkout stretch
|
||||
#+end_src
|
||||
|
||||
#+attr_html: :width 80% :align center
|
||||
[[file:images/microsd_reader.jpg]]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2018-06-04 Mon 18:30 -->
|
||||
<!-- 2018-06-16 Sat 14:39 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -221,6 +221,20 @@ freedombone-image --setup parabola
|
|||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
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:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
|
||||
cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
|
||||
tar -xzvf freedombone.tar.gz
|
||||
cd freedombone
|
||||
git checkout stretch
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/microsd_reader.jpg" alt="microsd_reader.jpg" width="80%" align="center" />
|
||||
|
|
Loading…
Reference in New Issue