| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-05-14 20:27:18 (GMT) |
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-05-14 20:29:45 (GMT) |
| commit | b18f00f162e1b7b3f3583e151b8a2091932c8708 (patch) (side-by-side diff) | |
| tree | dc3c296820d83d401f102bd892a84a457fc6a1df | |
| parent | 268c7f02fd83f05409a357796217274efc3c6c1b (diff) | |
More recent firmware appears to have issues even after a clean shutdown,
make sure to fully reset the DSP before starting the BTS software.
| -rwxr-xr-x | contrib/respawn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/respawn.sh b/contrib/respawn.sh index 38b8ba3..d8c5d50 100755 --- a/contrib/respawn.sh +++ b/contrib/respawn.sh @@ -1,4 +1,5 @@ #!/bin/sh while [ -e /etc/passwd ]; do + cat /lib/firmware/sysmobts-v?.out > /dev/dspdl_dm644x_0 $* done |
