CGit
Gitweb
projects
/
ipc
/
ipcdev.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit
[ipc/ipcdev.git]
/
linux
/
etc
/
panda
/
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
modprobe remoteproc
8
modprobe omap_remoteproc
9
modprobe virtio_rpmsg_bus
10
modprobe rpmsg_proto