diff options
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. |