summaryrefslogtreecommitdiff
path: root/faqs.md
diff options
context:
space:
mode:
Diffstat (limited to 'faqs.md')
-rw-r--r--faqs.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/faqs.md b/faqs.md
new file mode 100644
index 0000000..502fac6
--- /dev/null
+++ b/faqs.md
@@ -0,0 +1,8 @@
+## 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
+**Logout User** and check.