Skip to content

Commit 33d31ed

Browse files
richabprlubos
authored andcommitted
doc: wifi: Update pin number in the EB II doc.
Updated the pin number for the nRF54LM20 DK. SHEL-3891 Signed-off-by: Richa Pandey <[email protected]>
1 parent 9b25e68 commit 33d31ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrf/app_dev/device_guides/nrf70/nrf7002eb2_dev_guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can use the nRF7002-EB II to provide Wi-Fi connectivity to the :zephyr:board
1919
Pin mapping for the nRF54L15 DK and the nRF54LM20 DK
2020
****************************************************
2121

22-
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.
2424

2525
.. tabs::
2626

@@ -84,7 +84,7 @@ Building and programming with nRF7002-EB II
8484
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.
8585
See :ref:`cmake_options` for instructions on how to provide CMake options.
8686

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:
8888

8989
.. code-block:: console
9090
@@ -98,7 +98,7 @@ Alternatively, add the shield in the project's :file:`CMakeLists.txt` file by us
9898
9999
set(SHIELD nrf7002eb2)
100100
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``.
102102
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.
103103

104104
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb2)`` command.

0 commit comments

Comments
 (0)