]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - linux/etc/omapl138/load_firmware.sh
Android: Fix compilation warnings
[ipc/ipcdev.git] / linux / etc / omapl138 / load_firmware.sh
1 #!/bin/bash
2 depmod -a
3 if [ ! -d "/debug" ]; then
4         mkdir /debug
5 fi
6 mount -t debugfs none /debug
7 echo 8 > /proc/sys/kernel/printk
8 modprobe remoteproc
9 modprobe davinci_remoteproc
10 modprobe virtio_rpmsg_bus
11 modprobe rpmsg_proto
12 echo 0 > /proc/sys/kernel/printk