summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.