Skip to content

Commit 693d10e

Browse files
committed
doc: Added instruction for blob fetching
Added in the documentation for the DA1469x based kit to fetch the binary blobs. Signed-off-by: Ben Lauret <[email protected]>
1 parent 366d45f commit 693d10e

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

boards/renesas/da14695_dk_usb/doc/index.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ The pin connections are as follows:
4545
* UART RX, connected to J-Link serial = P0.08
4646
* UART TX, connected to J-Link serial = P0.09
4747

48+
System requirements
49+
*******************
50+
51+
Prerequisites
52+
=============
53+
54+
Renesas HAL requires Bluetooth binary blobs in order work. Run the command
55+
below to retrieve those files.
56+
57+
.. code-block:: console
58+
59+
west blobs fetch hal_renesas
60+
61+
.. note::
62+
63+
It is recommended running the command above after :file:`west update`.
64+
4865
Programming and Debugging
4966
*************************
5067

boards/renesas/da1469x_dk_pro/doc/index.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,23 @@ The pin connections are as follows:
4747
* UART RX, via USB1 on motherboard = P0.08
4848
* UART TX, via USB1 on motherboard = P0.09
4949

50+
System requirements
51+
*******************
52+
53+
Prerequisites
54+
=============
55+
56+
Renesas HAL requires Bluetooth binary blobs in order work. Run the command
57+
below to retrieve those files.
58+
59+
.. code-block:: console
60+
61+
west blobs fetch hal_renesas
62+
63+
.. note::
64+
65+
It is recommended running the command above after :file:`west update`.
66+
5067
Programming and Debugging
5168
*************************
5269

0 commit comments

Comments
 (0)