Skip to content

Commit

Permalink
boards: nxp: Update board documentation of RW612
Browse files Browse the repository at this point in the history
Add information about Wi-Fi.

Signed-off-by: Maochen Wang <[email protected]>
  • Loading branch information
MaochenWang1 authored and kartben committed Dec 11, 2024
1 parent 1441436 commit b5db561
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
16 changes: 13 additions & 3 deletions boards/nxp/frdm_rw612/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Supported Features
+-----------+------------+-----------------------------------+
| USART | on-chip | serial |
+-----------+------------+-----------------------------------+
| BLE | on-chip | Bluetooth |
+-----------+------------+-----------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-----------------------------------+
| SPI | on-chip | spi |
Expand Down Expand Up @@ -69,6 +67,8 @@ Supported Features
+-----------+------------+-----------------------------------+
| ENET | on-chip | ethernet |
+-----------+------------+-----------------------------------+
| Wi-Fi | on-chip | Wi-Fi |
+-----------+------------+-----------------------------------+

The default configuration can be found in the defconfig file:

Expand All @@ -79,7 +79,7 @@ Other hardware features are not currently supported
Fetch Binary Blobs
******************

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

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

Wi-Fi
=====

Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
the ``Fetch Binary Blobs`` section first.

frdm_rw612 platform supports the monolithic feature. The required binary blob
``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin`` will be linked
with the application image directly, forming one single monolithic image.

Resources
=========

Expand Down
14 changes: 13 additions & 1 deletion boards/nxp/rd_rw612_bga/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Supported Features
+-----------+------------+-----------------------------------+
| ENET | on-chip | ethernet |
+-----------+------------+-----------------------------------+
| Wi-Fi | on-chip | Wi-Fi |
+-----------+------------+-----------------------------------+

The default configuration can be found in the defconfig file:

Expand Down Expand Up @@ -136,7 +138,7 @@ display sample can be built for the module like so:
Fetch Binary Blobs
******************

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

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

Wi-Fi
*****

Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
the ``Fetch Binary Blobs`` section first.

rd_rw612_bga platform supports the monolithic feature. The required binary blob
``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin`` will be linked
with the application image directly, forming one single monolithic image.

Board variants
**************

Expand Down

0 comments on commit b5db561

Please sign in to comment.