summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2018-10-05 18:24:38 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-10-12 10:29:35 +0100
commit620396b28fb9646e0ea027ed4e5e579aa694bfcb (patch)
treeb684c1b8a9a6971b2bf1edb8c7e96fb702b5723a
parent744b2b91ebbdce78d074159c9d3001499d734cf8 (diff)
platforms/run-model: print uart log file name
Print uart log file name before launching the model. This is useful when there are multiple log files and want to display the latest one. Change-Id: I11441185cc813671a14c8091531a4ae28201f745 Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-rwxr-xr-xsgi/platforms/sgi575/run_model.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgi/platforms/sgi575/run_model.sh b/sgi/platforms/sgi575/run_model.sh
index be63e49..4dff2dd 100755
--- a/sgi/platforms/sgi575/run_model.sh
+++ b/sgi/platforms/sgi575/run_model.sh
@@ -202,6 +202,7 @@ echo
echo "Starting model "$MODEL_TYPE
echo " MODEL_PARAMS = "$MODEL_PARAMS
echo " EXTRA_PARAMS = "$EXTRA_MODEL_PARAMS
+echo " UART Log = "$PWD/${MODEL_TYPE,,}/${UART0_ARMTF_OUTPUT_FILE_NAME}
echo
PARAMS="-C css.cmn600.mesh_config_file=\"$PATH_TO_MODEL/SGI-575_cmn600.yml\" \