summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormanojgudi2014-01-15 15:16:33 +0530
committermanojgudi2014-01-15 15:16:33 +0530
commitd27bace12e0483874c9b2cf0bb295e29afc53224 (patch)
tree0f8e5ea72d49b34f127bf46cf0fe400e9b3123b1 /README.md
parente3c1508c5fc5414bc6b3fbec8608bb727bf75253 (diff)
parentdcb693531e9290f06af1ef978c644f68f132aab5 (diff)
downloadsandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.tar.gz
sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.tar.bz2
sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.zip
Merge branch 'travis'
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d729e81..6587ef9 100644
--- a/README.md
+++ b/README.md
@@ -62,4 +62,14 @@ Build and Install instructions
#### Current Build Status [![Build Status](https://travis-ci.org/manojgudi/sandhi.png)](https://travis-ci.org/manojgudi/sandhi)
+-------------------------------------------------------------------------
+FAQ (Frequently Asked Questions)
+--------------------------------------------------------------------------
+
+
+1. I am not able to run SBHS with plant-controller block of Sandhi. <br>
+Mostly you don't have sufficient permissions to access /dev/ttyUSB0 (which is SBHS device node in Ubuntu). To solve this, just add your user to _dialout_ group.
+
+ sudo adduser `whoami` dialout
+Reboot and check.