Skip to content
Snippets Groups Projects
Commit 67250133 authored by Marcus Thelander Andrén's avatar Marcus Thelander Andrén
Browse files

Debug instructions

parent c07dcf10
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment