diff options
author | manojgudi | 2014-01-15 15:16:33 +0530 |
---|---|---|
committer | manojgudi | 2014-01-15 15:16:33 +0530 |
commit | d27bace12e0483874c9b2cf0bb295e29afc53224 (patch) | |
tree | 0f8e5ea72d49b34f127bf46cf0fe400e9b3123b1 /README.md | |
parent | e3c1508c5fc5414bc6b3fbec8608bb727bf75253 (diff) | |
parent | dcb693531e9290f06af1ef978c644f68f132aab5 (diff) | |
download | sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.tar.gz sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.tar.bz2 sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.zip |
Merge branch 'travis'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -62,4 +62,14 @@ Build and Install instructions #### Current Build Status [](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. |