diff options
Diffstat (limited to 'tests/heb/cfg/BoardOFF.sh')
-rwxr-xr-x | tests/heb/cfg/BoardOFF.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/heb/cfg/BoardOFF.sh b/tests/heb/cfg/BoardOFF.sh new file mode 100755 index 0000000..351bcb8 --- /dev/null +++ b/tests/heb/cfg/BoardOFF.sh @@ -0,0 +1,11 @@ +#!/bin/bash + + +echo " ************************************************************** " +echo " Board OFF" +echo " ************************************************************** " + +pci -w 0x9040 0x01 +sleep 0.5 + +pci --stop-dma dma1 |