From cdc75b8c0f2459a4efc39a65dd51252ee8ec7280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 18:34:50 +0200 Subject: Move boot and remove compile script Compile script is not required if we use GNUmakefile. Holding script folder only because of boot script makes no sense. --- targets/ryuglab/boot/boot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 targets/ryuglab/boot/boot (limited to 'targets/ryuglab/boot') 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" -- cgit v1.2.3