Skip to content

Commit

Permalink
doc: security: Don't document how to flash a TF-M
Browse files Browse the repository at this point in the history
Don't document how to flash TF-M as it is the same as for any NCS
build.

This documentation is expensive to maintain as it is referencing
development environment specifics that are unrelated to TF-M and
subject to change.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and nordicjm committed Aug 7, 2023
1 parent 9421eca commit c83856e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/nrf/security/tfm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ When :kconfig:option:`CONFIG_TFM_PROFILE_TYPE_MINIMAL` is set, the configurabili
Hence, it is not possible to modify the TF-M minimal configuration to create your own variant of the minimal configuration.
Instead, the default configuration must be used as a starting point.

Programming
***********

The procedure for programming an application with TF-M is the same as for other multi-image applications in |NCS|.

After building the application, a :file:`merged.hex` file is created that contains MCUboot, TF-M, and the application.
The :file:`merged.hex` file can be then :ref:`programmed using nRF Connect for Visual Studio Code <programming_vsc>`.
When using the command line, the file is programmed automatically when you call ``ninja flash`` or ``west flash``.

Logging
*******

Expand Down

0 comments on commit c83856e

Please sign in to comment.