]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - linux/etc/tci66xx/load_all.sh
Linux: TransportRpmsg: Fix Mutex Deadlock Issue
[ipc/ipcdev.git] / linux / etc / tci66xx / load_all.sh
1 echo "Loading and Running " $1 "..."
2 for i in 0 1 2 3 4 5 6 7
3 do
4 ./mpmcl load dsp$i $1
5 ./mpmcl run dsp$i
6 done