Skip to content

Commit 4e300d1

Browse files
maciejbaczmanskirlubos
authored andcommitted
doc: openthread: update otbr version
update to newest otbr available in dockerhub Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 67dd23c)
1 parent bf798b4 commit 4e300d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/nrf/protocols/thread/tools.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To set up and configure the OpenThread Border Router, follow the official `OpenT
154154
155155
cd ot-br-posix
156156
git pull --unshallow
157-
git checkout 98dda6c
157+
git checkout fbde28a
158158
159159
* After the *Build and install OTBR* section, configure RCP device's UART baud rate in *otbr-agent*.
160160
Modify the :file:`/etc/default/otbr-agent` configuration file with default RCP baud rate:
@@ -196,7 +196,7 @@ To install and configure the OpenThread Border Router using the Docker container
196196

197197
.. code-block:: console
198198
199-
docker pull nrfconnect/otbr:98dda6c
199+
docker pull nrfconnect/otbr:fbde28a
200200
201201
#. Connect the radio co-processor that you configured in :ref:`ug_thread_tools_tbr_rcp` to the Border Router device.
202202
#. Start the OpenThread Border Router container using the following commands:
@@ -206,7 +206,7 @@ To install and configure the OpenThread Border Router using the Docker container
206206
sudo modprobe ip6table_filter
207207
sudo docker run -it --rm --privileged --name otbr --network otbr -p 8080:80 \
208208
--sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" \
209-
--volume /dev/ttyACM0:/dev/radio nrfconnect/otbr:98dda6c --radio-url spinel+hdlc+uart:///dev/radio?uart-baudrate=1000000
209+
--volume /dev/ttyACM0:/dev/radio nrfconnect/otbr:fbde28a --radio-url spinel+hdlc+uart:///dev/radio?uart-baudrate=1000000
210210
211211
Replace ``/dev/ttyACM0`` with the device node name of the OpenThread radio co-processor.
212212

0 commit comments

Comments
 (0)