aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/gstreamer-ti/gstreamer-ti/omapl138/loadmodules.sh
blob: 95cfc3da3f3b74858cb6b89f218e27329494dd6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# configure kernel modules for TI DSP based gstreamer plugin
#

rmmod cmemk 2>/dev/null

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