Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: nxp: Update board documentation of RW612 #82713

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
MaochenWang1 marked this conversation as resolved.
Show resolved Hide resolved
+-----------+------------+-----------------------------------+
| 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
Loading