From a325606cca97ccf110fddfe49fd9abaf38294c79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Thu, 18 Jan 2018 17:00:02 +0100
Subject: [PATCH] Update introduction.md

---
 docs/build/man/introduction.md | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/docs/build/man/introduction.md b/docs/build/man/introduction.md
index 6d7027e..e8b361a 100644
--- a/docs/build/man/introduction.md
+++ b/docs/build/man/introduction.md
@@ -1,4 +1,3 @@
-
 <a id='Introduction-1'></a>
 
 # Introduction
@@ -8,3 +7,24 @@
 
 ## Installation
 
+## Future Work
+
+### SPI Development
+The SPI development is done in C and in a forked repository, currently
+separated from the julia project. If you wish to work on the SPI implementation,
+simply clone the repository "serbus", a small C stack available at
+`github.com/mgreiff/serbus` into your julia package directory (for example
+`~/.julia/v0.6`). Then, in the LabConnections package on the host computer, run
+`flash_BB.sh` in the `/utils` directory transferring both LabConnections and
+serbus to the BB.
+
+On the BB, run
+
+    cp /home/debian/juliapackages/serbus/bb_spi.sh /home/debian
+
+and then execute
+
+    ./bb_spi.sh
+
+in the `/home/debian` directory to run the SPI example with the ADC from SPI0.
+
-- 
GitLab