summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghunandan Kamath2014-01-23 23:42:52 -0600
committerVishal Mahaveer2014-04-09 12:55:35 -0500
commited339cd7ba59db62b9ed65d2a540d4fd68f03f41 (patch)
treede1fd3d9783fc532a20fd2d9bc4b1208540caaa8 /init.jacinto6evmboard.rc
parentfb62a0a1c0db9946fde0d53197b10e8629c491dd (diff)
downloaddevice-ti-jacinto6evm-ed339cd7ba59db62b9ed65d2a540d4fd68f03f41.tar.gz
device-ti-jacinto6evm-ed339cd7ba59db62b9ed65d2a540d4fd68f03f41.tar.xz
device-ti-jacinto6evm-ed339cd7ba59db62b9ed65d2a540d4fd68f03f41.zip
jacinto6evm: add changes for GNSS
- Define GNSS related services - Create folder structures needed for GNSS - Add step to load GNSS kernel module Change-Id: Iff5e9bf9d680e3a276c786e94b8ba7159de82dc2 Signed-off-by: Raghunandan Kamath <r-kamath@ti.com>
Diffstat (limited to 'init.jacinto6evmboard.rc')
-rw-r--r--init.jacinto6evmboard.rc25
1 files changed, 25 insertions, 0 deletions
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index 4522a88..44f8576 100644
--- a/init.jacinto6evmboard.rc
+++ b/init.jacinto6evmboard.rc
@@ -40,6 +40,17 @@ on post-fs-data
40#for Bluetooth HID 40#for Bluetooth HID
41 chmod 0666 /dev/uhid 41 chmod 0666 /dev/uhid
42 42
43# Create GPS folders and set its permissions
44 mkdir /data/gnss
45 chown system system /data/gnss
46 mkdir /data/gnss/logs/
47 mkdir /data/gnss/nvs/
48 mkdir /data/gnss/log_MD/
49 chown system system /data/gnss/logs/
50 chown system system /data/gnss/nvs/
51 chown system system /data/gnss/log_MD/
52 insmod /system/lib/modules/gps_drv.ko
53
43on boot 54on boot
44 chmod 0666 /dev/pvrsrvkm 55 chmod 0666 /dev/pvrsrvkm
45 56
@@ -188,3 +199,17 @@ service lad_dra7xx /system/bin/logwrapper /system/bin/lad_dra7xx
188 group system 199 group system
189 disabled 200 disabled
190 oneshot 201 oneshot
202
203service devproxy /system/bin/devproxy
204 class main
205 disabled
206 oneshot
207 user system
208 group system
209
210service agnss_connect /system/bin/agnss_connect -p
211 class main
212 disabled
213 oneshot
214 user system
215 group system