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