aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Pfeffer <zach.pfeffer@linaro.org>2013-02-21 12:09:24 -0600
committerZach Pfeffer <zach.pfeffer@linaro.org>2013-02-21 12:09:24 -0600
commit31337923f507bb8c34e8eb6aeb35236f72e8f317 (patch)
treeea2bfa25a4152b2d8cb30d6036887ef2e6209255
parent686008ded4b1c919f000fbf91662a7604d0066fd (diff)
downloadat-31337923f507bb8c34e8eb6aeb35236f72e8f317.tar.gz
setup: Create a user agnostic default and install script
This allows users to simply use default_tools.sh Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
-rw-r--r--default_tools.sh7
-rw-r--r--install-474829.sh2
2 files changed, 8 insertions, 1 deletions
diff --git a/default_tools.sh b/default_tools.sh
new file mode 100644
index 0000000..6279813
--- /dev/null
+++ b/default_tools.sh
@@ -0,0 +1,7 @@
+# Set this to your env
+export ENV_MODEL_PATH=~/aarch64_3/RTSM_AEMv8_VE
+
+echo "Model at $ENV_MODEL_PATH"
+export SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
+echo "Pulling in the rest of the tools at $SCRIPT_DIR/tools.sh"
+. $SCRIPT_DIR/tools.sh \ No newline at end of file
diff --git a/install-474829.sh b/install-474829.sh
index 688dd99..c90d4fc 100644
--- a/install-474829.sh
+++ b/install-474829.sh
@@ -3,4 +3,4 @@ tar -zxvf arm-download-474829.tgz
pushd EM000-KT-00007-r0p3-46rel05/
tar -zxvf RTSM_AEMv8_VE_0.8_4605.tgz
./RTSM_AEMv8_VE.sh --i-agree-to-the-contained-eula -d=~/aarch64_3/RTSM_AEMv8_VE --nointeractive
-# accept the license \ No newline at end of file
+popd \ No newline at end of file