Skip to content

Commit b5db561

Browse files
MaochenWang1kartben
authored andcommitted
boards: nxp: Update board documentation of RW612
Add information about Wi-Fi. Signed-off-by: Maochen Wang <[email protected]>
1 parent 1441436 commit b5db561

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

boards/nxp/frdm_rw612/doc/index.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Supported Features
3636
+-----------+------------+-----------------------------------+
3737
| USART | on-chip | serial |
3838
+-----------+------------+-----------------------------------+
39-
| BLE | on-chip | Bluetooth |
40-
+-----------+------------+-----------------------------------+
4139
| DMA | on-chip | dma |
4240
+-----------+------------+-----------------------------------+
4341
| SPI | on-chip | spi |
@@ -69,6 +67,8 @@ Supported Features
6967
+-----------+------------+-----------------------------------+
7068
| ENET | on-chip | ethernet |
7169
+-----------+------------+-----------------------------------+
70+
| Wi-Fi | on-chip | Wi-Fi |
71+
+-----------+------------+-----------------------------------+
7272

7373
The default configuration can be found in the defconfig file:
7474

@@ -79,7 +79,7 @@ Other hardware features are not currently supported
7979
Fetch Binary Blobs
8080
******************
8181

82-
To support Bluetooth, frdm_rw612 requires fetching binary blobs, which can be
82+
To support Bluetooth or Wi-Fi, frdm_rw612 requires fetching binary blobs, which can be
8383
achieved by running the following command:
8484

8585
.. code-block:: console
@@ -157,6 +157,16 @@ frdm_rw612 platform supports the monolithic feature. The required binary blob
157157
``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_ble_a2.bin`` will be linked
158158
with the application image directly, forming one single monolithic image.
159159

160+
Wi-Fi
161+
=====
162+
163+
Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
164+
the ``Fetch Binary Blobs`` section first.
165+
166+
frdm_rw612 platform supports the monolithic feature. The required binary blob
167+
``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin`` will be linked
168+
with the application image directly, forming one single monolithic image.
169+
160170
Resources
161171
=========
162172

boards/nxp/rd_rw612_bga/doc/index.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Supported Features
7373
+-----------+------------+-----------------------------------+
7474
| ENET | on-chip | ethernet |
7575
+-----------+------------+-----------------------------------+
76+
| Wi-Fi | on-chip | Wi-Fi |
77+
+-----------+------------+-----------------------------------+
7678

7779
The default configuration can be found in the defconfig file:
7880

@@ -136,7 +138,7 @@ display sample can be built for the module like so:
136138
Fetch Binary Blobs
137139
******************
138140

139-
To support Bluetooth, rd_rw612_bga requires fetching binary blobs, which can be
141+
To support Bluetooth or Wi-Fi, rd_rw612_bga requires fetching binary blobs, which can be
140142
achieved by running the following command:
141143

142144
.. code-block:: console
@@ -214,6 +216,16 @@ rd_rw612_bga platform supports the monolithic feature. The required binary blob
214216
``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_ble_a2.bin`` will be linked
215217
with the application image directly, forming one single monolithic image.
216218

219+
Wi-Fi
220+
*****
221+
222+
Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
223+
the ``Fetch Binary Blobs`` section first.
224+
225+
rd_rw612_bga platform supports the monolithic feature. The required binary blob
226+
``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin`` will be linked
227+
with the application image directly, forming one single monolithic image.
228+
217229
Board variants
218230
**************
219231

0 commit comments

Comments
 (0)