You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For nRF54L15 DK and nRF54LM20 DK, refer to the following tables for the pin mapping for these kits.
23
-
The board can be mounted on the **P1** connector of these DKs
22
+
For the nRF54L15 DK and nRF54LM20 DK, refer to the following tables for the pin mappings for these kits.
23
+
The board can be mounted on the **P1** connector of the nRF54L15 DK and the **P17** (Expansion) connector of the nRF54LM20 DK.
24
24
25
25
.. tabs::
26
26
@@ -84,7 +84,7 @@ Building and programming with nRF7002-EB II
84
84
To build an application with support for Wi-Fi using the nRF7002-EB II, use a compatible :ref:`board target <app_boards_names>` with the CMake ``SHIELD`` option set to the corresponding shield name.
85
85
See :ref:`cmake_options` for instructions on how to provide CMake options.
86
86
87
-
For example, if you build the :ref:`wifi_shell_sample` sample for nRF54L15 DK on the command line, use the following command:
87
+
For example, if you build the :ref:`wifi_shell_sample` sample for the nRF54L15 DK from the command line, use the following command:
88
88
89
89
.. code-block:: console
90
90
@@ -98,7 +98,7 @@ Alternatively, add the shield in the project's :file:`CMakeLists.txt` file by us
98
98
99
99
set(SHIELD nrf7002eb2)
100
100
101
-
To build an application with support for Wi-Fi using the nRF7002-EB II with nRF54LM20 DK, use the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb2``.
101
+
To build an application with support for Wi-Fi using the nRF7002-EB II with the nRF54LM20 DK, use the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb2``.
102
102
To build an application with support for Wi-Fi for a custom target, set ``-DSHIELD="nrf7002eb2"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
103
103
104
104
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb2)`` command.
0 commit comments