File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments