From 0dd5ee574a1f30d3fec2c64de504de86083aacd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Fri, 19 Jan 2018 10:04:22 +0100
Subject: [PATCH] Update installation.md

---
 docs/src/man/installation.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/src/man/installation.md b/docs/src/man/installation.md
index 29905d4..58798a2 100644
--- a/docs/src/man/installation.md
+++ b/docs/src/man/installation.md
@@ -71,3 +71,16 @@ After a while, the BeagleBone should start blinking on SysLED 2: on-off-on-sleep
 
 ```@systemConfiguration
 ```
+
+
+## Debugging
+
+No errors will be seen on the BeagleBone when the automatic startup is used. For debugging purposes it might be useful to start the service manually on the beagle bone.
+Start julia as root:
+```
+sudo /home/debian/julia/bin/julia
+```
+and run the startup script:
+```
+include("/home/debian/juliapackages/LabConnections/src/BeagleBone/startup/startup.jl")
+```
-- 
GitLab