Docs: Minor improvements to tf-m-example-ns-app
* Fix typos.
* Add the location of toolchain files needed to build the NSPE to the
docs.
Change-Id: I9c8faf588f2dd79675f96452fa83128bf07a59cf
Signed-off-by: Nik Dewally <Nik.Dewally@arm.com>
diff --git a/docs/examples/tf-m-example-ns-app/readme.rst b/docs/examples/tf-m-example-ns-app/readme.rst
index 7b02ba0..a8b3fd2 100644
--- a/docs/examples/tf-m-example-ns-app/readme.rst
+++ b/docs/examples/tf-m-example-ns-app/readme.rst
@@ -26,7 +26,9 @@
- Bootloader: ``/bin/bl2.*``
- Secure (S) side binary image: ``/bin/tfm_s.*``
- - PSA API for Non-Secure application ``/interface/*``
+ - PSA API for Non-Secure application: ``/interface/*``
+ - Files for building the Non-Secure application with different
+ toolchains (see :external:ref:`toolchains`): ``/cmake/toolchain_ns_*.cmake``
4. Build this example TF-M application:
@@ -38,8 +40,8 @@
5. In output you will get:
- Non-secure (NS) application in ``build/nspe/bin/tfm_ns.*``
- - Combined S + NS bianry ``build/nspe/bin/tfm_s_ns.bin``
- - Combined S + NS and signed bianry ``build/nspe/bin/tfm_s_ns.bin``
+ - Combined S + NS binary ``build/nspe/bin/tfm_s_ns.bin``
+ - Combined S + NS and signed binary ``build/nspe/bin/tfm_s_ns.bin``
*******************
Run the Application