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:
parent
79e1b48ab1
commit
35204de197
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
*************************
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue