diff --git a/docs/src/man/installation.md b/docs/src/man/installation.md index 29905d4fd776e68035043b71c7708efcd54f1c80..58798a27a1e4c2eadc53360972e21400d54ec1b7 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") +```