aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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