From a27441263c4c78c3bbda297bb2b40c0f328b4af5 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 5 Jan 2014 10:44:01 +0530 Subject: testing .yaml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 830d95d..99ffe1e 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 + make test notifications: email: - manoj.p.gudi@gmail.com -- cgit From 79b4f66cbf2a7e4bb42b56632104194dc5723eba Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 5 Jan 2014 11:04:44 +0530 Subject: testing .yaml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99ffe1e..661e54b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,9 @@ - cd build - cmake ../ - script: make -j 4 - make test + script: + - make -j 4 + - make test notifications: email: - manoj.p.gudi@gmail.com -- cgit From ee1366035ee19b7f750cd19fcbcc4fd00f60dee1 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 5 Jan 2014 12:06:01 +0530 Subject: removed make test from .yml file --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 661e54b..5d4f1e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ script: - make -j 4 - - make test notifications: email: - manoj.p.gudi@gmail.com -- cgit From dcb693531e9290f06af1ef978c644f68f132aab5 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Wed, 15 Jan 2014 15:15:31 +0530 Subject: Gr36 Trivial fix and message fix --- README.md | 10 ++++++++++ gr36 | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f4ea5b..db16b71 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,14 @@ Build and Install instructions sudo ldconfig +------------------------------------------------------------------------- +FAQ (Frequently Asked Questions) +-------------------------------------------------------------------------- + + +1. I am not able to run SBHS with plant-controller block of Sandhi.
+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 index 0e88f66..235e0a3 160000 --- a/gr36 +++ b/gr36 @@ -1 +1 @@ -Subproject commit 0e88f66747dc622d0712ccb490cd8e7c16b13bb7 +Subproject commit 235e0a31fb52d7f28ea67e656938f996f4b5f21c -- cgit