aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-05-18 01:23:15 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-05-18 01:23:15 +0200
commit9b99305badda1e1527d77f3779e7c3ead8a94436 (patch)
tree495954a04bd8d8c5865e8d20ea3d8884736b4221
parent486f652504efa79cf51086a225042f9d4ca99138 (diff)
downloadat-9b99305badda1e1527d77f3779e7c3ead8a94436.tar.gz
Update the model
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--install-482650.sh6
-rw-r--r--install.sh4
2 files changed, 8 insertions, 2 deletions
diff --git a/install-482650.sh b/install-482650.sh
new file mode 100644
index 0000000..5822a7f
--- /dev/null
+++ b/install-482650.sh
@@ -0,0 +1,6 @@
+scp ubuntu@ec2-23-20-0-217.compute-1.amazonaws.com:/mnt/ubuntu/arm-download-482650.tgz .
+tar -zxvf arm-download-482650.tgz
+pushd EM000-KT-00007-r0p4-47rel02/
+tar -zxvf RTSM_AEMv8_VE_0.8_4702.tgz
+./RTSM_AEMv8_VE.sh --i-agree-to-the-contained-eula -d=~/aarch64_3/RTSM_AEMv8_VE --nointeractive
+popd
diff --git a/install.sh b/install.sh
index c0a68ef..6f9d90d 100644
--- a/install.sh
+++ b/install.sh
@@ -14,7 +14,7 @@ sudo sed -i '/flexlm.linaro.org/d' /etc/hosts
sudo update
export INSTALL_SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
-. $INSTALL_SCRIPT_DIR/install-474829.sh
+. $INSTALL_SCRIPT_DIR/install-482650.sh
# accept the license
-# I installed to /home/pfefferz/aarch64_3/RTSM_AEMv8_VE
+# I installed to ~/aarch64_3/RTSM_AEMv8_VE