summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/exp/stl_vm_enable1-0-ex.erfbin6160 -> 6160 bytes
-rwxr-xr-xscripts/trex-cfg7
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/exp/stl_vm_enable1-0-ex.erf b/scripts/exp/stl_vm_enable1-0-ex.erf
index d40539e9..3ccf49ac 100644
--- a/scripts/exp/stl_vm_enable1-0-ex.erf
+++ b/scripts/exp/stl_vm_enable1-0-ex.erf
Binary files differ
diff --git a/scripts/trex-cfg b/scripts/trex-cfg
index 2aebf026..7a533b1f 100755
--- a/scripts/trex-cfg
+++ b/scripts/trex-cfg
@@ -9,6 +9,13 @@ else
OS=unknown
fi
+MACHINE_TYPE=`uname -m`
+if [ ${MACHINE_TYPE} != 'x86_64' ]; then
+ echo "ERROR, only 64bit OS are supported, please reinstall x86 64 bit OS"
+ exit 1
+fi
+
+
if [ -d /mnt/huge ]; then
echo >> /dev/null