summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanojgudi2014-01-15 15:16:33 +0530
committermanojgudi2014-01-15 15:16:33 +0530
commitd27bace12e0483874c9b2cf0bb295e29afc53224 (patch)
tree0f8e5ea72d49b34f127bf46cf0fe400e9b3123b1
parente3c1508c5fc5414bc6b3fbec8608bb727bf75253 (diff)
parentdcb693531e9290f06af1ef978c644f68f132aab5 (diff)
downloadsandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.tar.gz
sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.tar.bz2
sandhi-d27bace12e0483874c9b2cf0bb295e29afc53224.zip
Merge branch 'travis'
-rw-r--r--.travis.yml5
-rw-r--r--README.md10
m---------gr360
3 files changed, 13 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 830d95d..5d4f1e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@
cache: apt
before_install:
+ - cat /proc/cpuinfo
- sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse"
@@ -23,8 +24,8 @@
- cd build
- cmake ../
- script: make -j 2
-
+ script:
+ - make -j 4
notifications:
email:
- manoj.p.gudi@gmail.com
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.
diff --git a/gr36 b/gr36
-Subproject 0e88f66747dc622d0712ccb490cd8e7c16b13bb
+Subproject 235e0a31fb52d7f28ea67e656938f996f4b5f21