nrf9161dk_nrf9161 supports the Armv8m Security Extension, and by default boots
``nrf9161dk/nrf9161`` supports the Armv8m Security Extension, and by default boots
in the Secure state.
Building Secure/Non-Secure Zephyr applications with Arm |reg| TrustZone |reg|
@ -128,9 +128,9 @@ Building Secure/Non-Secure Zephyr applications with Arm |reg| TrustZone |reg|
@@ -128,9 +128,9 @@ Building Secure/Non-Secure Zephyr applications with Arm |reg| TrustZone |reg|
The process requires the following steps:
1. Build the Secure Zephyr application using ``-DBOARD=nrf9161dk_nrf9161`` and
1. Build the Secure Zephyr application using ``-DBOARD=nrf9161dk/nrf9161`` and
``CONFIG_TRUSTED_EXECUTION_SECURE=y`` in the application project configuration file.
2. Build the Non-Secure Zephyr application using ``-DBOARD=nrf9161dk_nrf9161_ns``.
2. Build the Non-Secure Zephyr application using ``-DBOARD=nrf9161dk/nrf9161/ns``.
3. Merge the two binaries together.
When building a Secure/Non-Secure application, the Secure application will
@ -142,7 +142,7 @@ Building a Secure only application
@@ -142,7 +142,7 @@ Building a Secure only application
==================================
Build the Zephyr app in the usual way (see :ref:`build_an_application`
and :ref:`application_run`), using ``-DBOARD=nrf9161dk_nrf9161``.
and :ref:`application_run`), using ``-DBOARD=nrf9161dk/nrf9161``.
Flashing
========
@ -168,7 +168,7 @@ Then build and flash the application in the usual way.
@@ -168,7 +168,7 @@ Then build and flash the application in the usual way.
..zephyr-app-commands::
:zephyr-app:samples/hello_world
:board:nrf9161dk_nrf9161
:board:nrf9161dk/nrf9161
:goals:build flash
Debugging
@ -189,7 +189,7 @@ the board are working properly with Zephyr:
@@ -189,7 +189,7 @@ the board are working properly with Zephyr:
You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in