CGit
Gitweb
projects
/
ipc
/
ipcdev.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
am65xx: Update Resource type to match sciclient API change
[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