aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2022-01-10 17:32:17 +0800
committerKen Liu <ken.liu@arm.com>2022-01-14 03:37:08 +0100
commit61826f61e30f99f4e3c323c00c1ead21d2bc47f1 (patch)
treebafbf30663a29a22b906703b40cb4d657e74300e
parent5cbaf32eb21a2d5eb4dcec262055eadaee71cd46 (diff)
downloadtrusted-firmware-m-61826f61e30f99f4e3c323c00c1ead21d2bc47f1.tar.gz
Docs: Add tool dependency for Musca test chip boards
SRecord is needed to install to execute example tests on Musca test chip boards. Change-Id: I7ebf175c1192b60509f1d3cd0a9e58d17f7c6567 Signed-off-by: Summer Qin <summer.qin@arm.com>
-rw-r--r--docs/technical_references/instructions/run_tfm_examples_on_arm_platforms.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/technical_references/instructions/run_tfm_examples_on_arm_platforms.rst b/docs/technical_references/instructions/run_tfm_examples_on_arm_platforms.rst
index 256147f911..10065d8838 100644
--- a/docs/technical_references/instructions/run_tfm_examples_on_arm_platforms.rst
+++ b/docs/technical_references/instructions/run_tfm_examples_on_arm_platforms.rst
@@ -224,6 +224,11 @@ Execute TF-M example and regression tests on Musca test chip boards
:doc:`target platform readme </platform/ext/target/arm/musca_b1/sse_200/readme>`
to have the correct setup.
+ Install SRecord for Musca test chip boards.
+
+ - Windows: `SRecord v1.63 <https://sourceforge.net/projects/srecord/>`__
+ - Linux: sudo apt-get install -y srecord
+
Example application with BL2 bootloader
=======================================
@@ -573,4 +578,4 @@ upgrade is described in :doc:`secure boot </docs/technical_references/design_doc
.. _Keil MDK: http://www2.keil.com/mdk5
.. _Keil MDK Documentation: https://www2.keil.com/mdk5/docs
-*Copyright (c) 2017-2021, Arm Limited. All rights reserved.*
+*Copyright (c) 2017-2022, Arm Limited. All rights reserved.*