diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-06 15:14:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:07 +0200 |
commit | ae20ccf7fb8d63abb82a60a722685f71b5868a12 (patch) | |
tree | 3c172764561bce2a4d55cc27ccd12b71b11003b7 /recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh | |
parent | 1a9b46011d086e5b45a14af807ffd06e1ceecfc1 (diff) | |
download | meta-ti-ae20ccf7fb8d63abb82a60a722685f71b5868a12.tar.gz |
dmai: move into a seperate dir
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh')
-rwxr-xr-x | recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh b/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh new file mode 100755 index 00000000..ca357e20 --- /dev/null +++ b/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh | |||
@@ -0,0 +1,23 @@ | |||
1 | #!/bin/sh | ||
2 | # | ||
3 | # loadmodules.sh | ||
4 | # | ||
5 | # Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com/ | ||
6 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | ||
8 | # it under the terms of the GNU Lesser General Public License as | ||
9 | # published by the Free Software Foundation version 2.1 of the License. | ||
10 | # | ||
11 | # This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, | ||
12 | # whether express or implied; without even the implied warranty of | ||
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | # Lesser General Public License for more details. | ||
15 | |||
16 | # 12MB | ||
17 | modprobe cmemk phys_start=0x87400000 phys_end=0x88000000 pools=1x2903040,1x1529856,7x829440,1x524288,1x108680,1x81920,2x8192,6x4096 | ||
18 | |||
19 | ./mapdmaq | ||
20 | |||
21 | modprobe dm350mmap | ||
22 | rm -f /dev/dm350mmap | ||
23 | mknod /dev/dm350mmap c `awk "\\$2==\"dm350mmap\" {print \\$1}" /proc/devices` 0 | ||