diff --git a/docs/build/man/installation.md b/docs/build/man/installation.md
index b10aeb50d42f2d01723315ab5c9ff36a727e4bad..3b37762017ab7486276286b476cbc715626deaef 100644
--- a/docs/build/man/installation.md
+++ b/docs/build/man/installation.md
@@ -108,3 +108,14 @@ After a while, the BeagleBone should start blinking on SysLED 2: on-off-on-sleep
 
 ```
 
+## 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")
+```
\ No newline at end of file