aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/scripts/boot
diff options
context:
space:
mode:
Diffstat (limited to 'targets/ryuglab/scripts/boot')
-rwxr-xr-xtargets/ryuglab/scripts/boot8
1 files changed, 8 insertions, 0 deletions
diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot
new file mode 100755
index 0000000..a28358b
--- /dev/null
+++ b/targets/ryuglab/scripts/boot
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# Wake target if target is suspended
+sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
+
+# Boot using novaboot
+cd `dirname $0`
+novaboot ../cyclictest/nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF"