From 05df3f38680b8b9b1bc25bcfa5b5bdaa507fd7fc Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Tue, 28 Jul 2015 22:49:57 +0200 Subject: Add build_script --- build_script | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 build_script (limited to 'build_script') diff --git a/build_script b/build_script new file mode 100755 index 0000000..a7f70e7 --- /dev/null +++ b/build_script @@ -0,0 +1,6 @@ +#!/bin/bash + +# This script is called from linux folder +cd ../measure_scripts + +./30-compile -- cgit v1.3 From 21195308311758b0725773e0a19d1e0edd176c8f Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Tue, 11 Aug 2015 18:56:31 +0200 Subject: Fix boot and build scripts Remove init atribut from boot_script. It is not usable when system using /init as default. Build script is moved for ryuglab target. Root build script is now pointing to right location. --- boot_script | 5 +++-- build_script | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'build_script') diff --git a/boot_script b/boot_script index 940022d..e57caa4 100755 --- a/boot_script +++ b/boot_script @@ -1,6 +1,7 @@ #!/bin/bash + # Wake target if target is suspended -# sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 + sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 # Boot using novaboot -novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" +novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" -a "init=/sbin/lcpinit" diff --git a/build_script b/build_script index a7f70e7..8ae4467 100755 --- a/build_script +++ b/build_script @@ -1,6 +1,6 @@ #!/bin/bash # This script is called from linux folder -cd ../measure_scripts +cd ../ryuglab_scripts ./30-compile -- cgit v1.3