summaryrefslogtreecommitdiffstats
path: root/scripts/loadDriver.sh
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2016-12-14 11:04:52 +0100
committerChristian Gromm <christian.gromm@microchip.com>2016-12-14 11:04:52 +0100
commitd5dbff4009ce13fc2cd01dab84420ef2358bfd5f (patch)
tree617ed835511da99ea6d86be0e59332882eaa2c26 /scripts/loadDriver.sh
parent8c5f2324d7aa61669324aec1a0ad091fe1379489 (diff)
src: unicens: update scripts
This patch updates loadDriver.sh and adds the i2c-uda1388-v2.3.script. Additionally, not used scripts are removed. Change-Id: Id4e245187d8e2d7b0db26db4fe573c1b667ba682 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'scripts/loadDriver.sh')
-rwxr-xr-xscripts/loadDriver.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/loadDriver.sh b/scripts/loadDriver.sh
index 2993614..f55fdde 100755
--- a/scripts/loadDriver.sh
+++ b/scripts/loadDriver.sh
@@ -5,9 +5,9 @@ then
echo Warning you are not root, expect problems!
fi
-if [ -d /home/pi/appsteam/trunk/LinuxDriver ]
+if [ -d /lib/modules/3.10.31-ltsi/extra ]
then
- cd /home/pi/appsteam/trunk/LinuxDriver
+ cd /lib/modules/3.10.31-ltsi/extra/
echo Switched to folder:$(pwd)
else
echo Searching driver in folder:$(pwd)