Skip to content

Commit 0aae533

Browse files
committed
boards: shields: update document for nxp_m2_wifi_bt shield
- Update hardware rework details require for Bluetooth HCI UART and I2S interfaces to work with M.2 module. - Update west build command for Wi-Fi shell app with extra config overlay file. Signed-off-by: Nirav Agrawal <nirav.agrawal@nxp.com>
1 parent 2bb7fcc commit 0aae533

File tree

2 files changed

+10995
-1
lines changed

2 files changed

+10995
-1
lines changed

boards/shields/nxp_m2_wifi_bt/doc/index.rst

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ To use the shield, below requirements needs to be satisfied.
3434
Integration Platform
3535
********************
3636

37-
This shield works with below host platform,
37+
This shield is validated for use with the host platform listed below, which is actively maintained and supported by NXP.
38+
While the shield can be integrated with other host platforms, NXP may not actively test or validate those configurations.
3839

3940
- :zephyr:board:`mimxrt1060_evk` Rev-C.
4041

@@ -70,3 +71,38 @@ For example:
7071
:board: mimxrt1060_evk@C//qspi
7172
:shield: nxp_m2_2el_wifi_bt
7273
:goals: build
74+
:gen-args: -DEXTRA_CONF_FILE="nxp/overlay_hosted_mcu.conf"
75+
76+
.. note::
77+
To build Wi-Fi shell application, "nxp/overlay_hosted_mcu.conf" config file
78+
must be passed along with default conf file as mentioned in above build command.
79+
80+
Hardware Rework to Enable M.2 Interfaces
81+
****************************************
82+
83+
Rework for MIMXRT1060EVK Rev-C
84+
==============================
85+
86+
Bluetooth HCI UART
87+
------------------
88+
89+
- Mount R93, R96.
90+
- Remove R193.
91+
- Connect J109, connect J76 2-3.
92+
93+
I2S For BT SCO
94+
--------------
95+
96+
- Remove J54 and J55, connect J56, and J57.
97+
- Remove R220.
98+
- Connect J103.
99+
100+
.. note::
101+
When J103 is connected, flash cannot be downloaded. So, remove the connection when downloading flash
102+
and reconnect it after downloading.
103+
104+
.. figure:: mimxrt1060evkc_m2_bt_rework.svg
105+
:align: center
106+
:alt: MIMXRT1060EVK Rev-C BT Rework for M.2
107+
108+
MIMXRT1060EVK Rev-C BT Rework for M.2 Modules

0 commit comments

Comments
 (0)