summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2017-09-19 23:06:53 -0500
committerMisael Lopez Cruz <misael.lopez@ti.com>2017-09-25 14:48:18 -0500
commit155d1baec0ff7005b2514f2c6cb11da58501d7f0 (patch)
tree2a98cf226d70b61dc01405b48deea4f712595c8a
parente8091304f0d448a41d270f403ba567b834f70ca6 (diff)
downloadjacinto6evm-155d1baec0ff7005b2514f2c6cb11da58501d7f0.tar.gz
jacinto6evm: Move cmem and vis service to vendor partition
Move the cmemk module and VIS service binary location to the vendor partition. Change-Id: Ic91126d497103480c7d5fc5dda0abb61a066c528 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--init.jacinto6evmboard.rc4
-rw-r--r--sepolicy/file_contexts2
2 files changed, 3 insertions, 3 deletions
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index fa435db..2a57141 100644
--- a/init.jacinto6evmboard.rc
+++ b/init.jacinto6evmboard.rc
@@ -31,7 +31,7 @@ on boot
mkdir /data/misc/dhcp 0770 dhcp dhcp
# CMEM for Radio
- insmod /system/lib/modules/cmemk.ko phys_start=0x95400000 phys_end=0x95800000 pools=25x65536,40x4096 allowOverlap=1
+ insmod /vendor/lib/modules/cmemk.ko phys_start=0x95400000 phys_end=0x95800000 pools=25x65536,40x4096 allowOverlap=1
# 2d blitter
insmod /system/lib/modules/galcore.ko physSize=0xc0000000
@@ -132,7 +132,7 @@ service lad_dra7xx /vendor/bin/lad_dra7xx -g
group system
oneshot
-service radio_app /system/bin/RadioApp -h eth
+service vis /vendor/bin/RadioApp -h eth
class main
user media
group system inet
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 3c1600f..8b7b296 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -34,7 +34,7 @@
/dev/uio0 u:object_r:uio_dev:s0
#VIS (RadioApp)
-/system/bin/RadioApp u:object_r:vis_exec:s0
+/vendor/bin/RadioApp u:object_r:vis_exec:s0
#CMEM
/dev/cmem u:object_r:cmem_dev:s0