diff --git a/boards/renesas/da14695_dk_usb/doc/index.rst b/boards/renesas/da14695_dk_usb/doc/index.rst index bb53018666849..2ee502fe91268 100644 --- a/boards/renesas/da14695_dk_usb/doc/index.rst +++ b/boards/renesas/da14695_dk_usb/doc/index.rst @@ -45,6 +45,23 @@ The pin connections are as follows: * UART RX, connected to J-Link serial = P0.08 * UART TX, connected to J-Link serial = P0.09 +System requirements +******************* + +Prerequisites +============= + +Renesas HAL requires Bluetooth controller binary blobs in order to work. Run the command +below to retrieve those files. + +.. code-block:: console + + west blobs fetch hal_renesas + +.. note:: + + It is recommended running the command above after :file:`west update`. + Programming and Debugging ************************* diff --git a/boards/renesas/da1469x_dk_pro/doc/index.rst b/boards/renesas/da1469x_dk_pro/doc/index.rst index 3c8b643b5b80f..0520b94fa5532 100644 --- a/boards/renesas/da1469x_dk_pro/doc/index.rst +++ b/boards/renesas/da1469x_dk_pro/doc/index.rst @@ -47,6 +47,23 @@ The pin connections are as follows: * UART RX, via USB1 on motherboard = P0.08 * UART TX, via USB1 on motherboard = P0.09 +System requirements +******************* + +Prerequisites +============= + +Renesas HAL requires Bluetooth controller binary blobs in order to work. Run the command +below to retrieve those files. + +.. code-block:: console + + west blobs fetch hal_renesas + +.. note:: + + It is recommended running the command above after :file:`west update`. + Programming and Debugging *************************