diff options
Diffstat (limited to 'recipes-ti/codec-engine/ti-dmai/unloadmodules-ti-dmai-apps.sh')
-rw-r--r-- | recipes-ti/codec-engine/ti-dmai/unloadmodules-ti-dmai-apps.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-ti/codec-engine/ti-dmai/unloadmodules-ti-dmai-apps.sh b/recipes-ti/codec-engine/ti-dmai/unloadmodules-ti-dmai-apps.sh new file mode 100644 index 00000000..793d727f --- /dev/null +++ b/recipes-ti/codec-engine/ti-dmai/unloadmodules-ti-dmai-apps.sh | |||
@@ -0,0 +1,12 @@ | |||
1 | # Unload modules - DMAI - OMAP3530 | ||
2 | |||
3 | # remove lpm module | ||
4 | rmmod lpm_omap3530 | ||
5 | |||
6 | # remove DSP/BIOS Link driver | ||
7 | rmmod dsplinkk | ||
8 | #rm -f /dev/dsplink | ||
9 | |||
10 | # remove cmem module | ||
11 | rmmod cmemk | ||
12 | |||