boards: mimxrt1170_evk: doc: add blobs support

Add `fetch Binary Blobs` section to guide how to
fetch binary blobs.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
This commit is contained in:
Lyle Zhu 2024-05-09 10:35:59 +08:00 committed by Anas Nashif
parent 79e1b48ab1
commit 35204de197

View file

@ -306,6 +306,18 @@ The MIMXRT1170 SoC has 12 UARTs. ``LPUART1`` is configured for the console,
``LPUART2`` for the Bluetooth Host Controller Interface (BT HCI), and the
remaining are not used.
Fetch Binary Blobs
==================
The board Bluetooth/WiFi module requires fetching some binary blob files, to do
that run the command:
.. code-block:: console
west blobs fetch hal_nxp
.. note:: Only Bluetooth functionality is currently supported.
Programming and Debugging
*************************