From 525377683bf4fad0b248d2edb06419cb9e981ac7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 16 Jun 2018 14:40:46 +0100 Subject: [PATCH] Beaglebone install includes dat based source download --- doc/EN/beaglebone.org | 10 ++++++++++ website/EN/beaglebone.html | 16 +++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/doc/EN/beaglebone.org b/doc/EN/beaglebone.org index 8f55d69b..2339a249 100644 --- a/doc/EN/beaglebone.org +++ b/doc/EN/beaglebone.org @@ -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]] diff --git a/website/EN/beaglebone.html b/website/EN/beaglebone.html index b3bcb9c4..6bdcd60e 100644 --- a/website/EN/beaglebone.html +++ b/website/EN/beaglebone.html @@ -4,7 +4,7 @@ - + @@ -221,6 +221,20 @@ freedombone-image --setup parabola +

+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: +

+ +
+ +
dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
+cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
+tar -xzvf freedombone.tar.gz
+cd freedombone
+git checkout stretch
+
+
+

microsd_reader.jpg