From 52b6b29e0921f5cea3a67ec016f118cb65ab7c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?= <marcus.thelander_andren@control.lth.se> Date: Mon, 15 Apr 2019 13:46:33 +0200 Subject: [PATCH] Minor changes to installation instructions --- docs/build/man/installation.md | 5 ++--- docs/src/man/installation.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/build/man/installation.md b/docs/build/man/installation.md index 9d27023..1ad925e 100644 --- a/docs/build/man/installation.md +++ b/docs/build/man/installation.md @@ -37,7 +37,7 @@ To work with the SPI devices you will need a forked `serbus` repository which wr ``` -cd && cd .julia/packages +cd ~/.julia/packages git clone https://github.com/mgreiff/serbus ``` @@ -113,8 +113,7 @@ To update the BBB with the latest revision of the code, open up a terminal and t ``` -cd -cd .julia/packages/LabConnections/<version id>/util +cd ~/.julia/packages/LabConnections/<version id>/util ./flash_BB.sh ``` diff --git a/docs/src/man/installation.md b/docs/src/man/installation.md index c3b75b9..4000395 100644 --- a/docs/src/man/installation.md +++ b/docs/src/man/installation.md @@ -15,7 +15,7 @@ You now have the LabConnections.jl package available on the host computer. Note ### Installing Serbus To work with the SPI devices you will need a forked `serbus` repository which wraps the`linux/spi/spidev`. Open up a terminal and type ``` -cd && cd .julia/packages +cd ~/.julia/packages git clone https://github.com/mgreiff/serbus ``` to get the latest revision of the `serbus` fork. You are now done with the setup required on the host computer side. @@ -54,8 +54,7 @@ If the Julia REPL starts up correctly, then you have a functioning BBB ready for To update the BBB with the latest revision of the code, open up a terminal and type ``` -cd -cd .julia/packages/LabConnections/<version id>/util +cd ~/.julia/packages/LabConnections/<version id>/util ./flash_BB.sh ``` This scripts bundles the current code in LabConnections.jl and serbus on the host computer and transfers it to the BBB and puts it in the directory `/home/debian/juliapackages`. -- GitLab