aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/gstreamer-ti/omapl138/loadmodules.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/gstreamer-ti/omapl138/loadmodules.sh')
-rw-r--r--recipes/ti/gstreamer-ti/omapl138/loadmodules.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/ti/gstreamer-ti/omapl138/loadmodules.sh b/recipes/ti/gstreamer-ti/omapl138/loadmodules.sh
new file mode 100644
index 0000000000..64d3c933c4
--- /dev/null
+++ b/recipes/ti/gstreamer-ti/omapl138/loadmodules.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# configure kernel modules for TI DSP based gstreamer plugin
+#
+
+modprobe cmemk phys_start=0xC2200000 phys_end=0xC3200000 \
+ pools=1x5250000,3x1048576,3x829440,1x256000,4x131072
+
+modprobe dsplinkk
+
+rm -f /dev/dsplink
+mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0
+