<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Matter RCP with SDK v3.0.0 on nrf54l-dk using Docker openthread/otbr image?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121150/matter-rcp-with-sdk-v3-0-0-on-nrf54l-dk-using-docker-openthread-otbr-image</link><description>I have built and flashed the openthread/coprocessor sample using VS Code specifying &amp;quot;nrf54l15dk/nrf54l15/cpuapp&amp;quot;. 
 I then tried to run it (on Ubuntu 24.04.2 LTS, x86_64) using: 
 sudo docker run -it --rm --privileged --name otbr --network otbr -p 8080</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 May 2025 19:23:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121150/matter-rcp-with-sdk-v3-0-0-on-nrf54l-dk-using-docker-openthread-otbr-image" /><item><title>RE: Matter RCP with SDK v3.0.0 on nrf54l-dk using Docker openthread/otbr image?</title><link>https://devzone.nordicsemi.com/thread/534966?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 19:23:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:934abf7b-6415-4321-8687-c2d00324cd69</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Just tried and works as expected. I think used &lt;code&gt;/dev/ttyACM0&lt;/code&gt; while the serial port to the application processor is &lt;code&gt;/dev/ttyACM1&lt;/code&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I did:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -p always -b nrf54l15dk/nrf54l15/cpuapp nrf/samples/openthread/coprocessor/
west flash --erase

sudo docker run -it --rm --privileged --name otbr --network otbr -p 8080:80 --sysctl &amp;quot;net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1&amp;quot; --volume /dev/ttyACM1:/dev/radio nrfconnect/otbr:fbde28a --radio-url spinel+hdlc+uart:///dev/radio?uart-baudrate=1000000&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter RCP with SDK v3.0.0 on nrf54l-dk using Docker openthread/otbr image?</title><link>https://devzone.nordicsemi.com/thread/533808?ContentTypeID=1</link><pubDate>Sat, 03 May 2025 11:07:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba4ffffb-946b-40af-a42c-6fe7646ccc05</guid><dc:creator>John Connett</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;Tried your suggestion replacing &amp;quot;openthread/otbr&amp;quot; with &amp;quot;nrfconnect/otbr:fbde28a&amp;quot; using the nrf54l15-dk with broadly similar results.&lt;/p&gt;
&lt;p&gt;Switched the&amp;nbsp;nrf54l15-dk for the&amp;nbsp;nrf52840dongle and that&amp;nbsp;was able to see two entries under Available Thread Networks as with &amp;quot;openthread/otbr&amp;quot;.&lt;/p&gt;
&lt;p&gt;Looks like the problem is most likely related to&amp;nbsp;nrf54l15-dk support.&lt;/p&gt;
&lt;p&gt;Note that I used the v3.0.0 toolchain and SDK to build the RCP firmware.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter RCP with SDK v3.0.0 on nrf54l-dk using Docker openthread/otbr image?</title><link>https://devzone.nordicsemi.com/thread/533752?ContentTypeID=1</link><pubDate>Fri, 02 May 2025 12:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:249c3402-368e-4d18-a7b7-61c1f03c41ad</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You&amp;#39;re using the&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;openthread/otbr&lt;/code&gt;&lt;span&gt;&amp;nbsp;Docker image. I would recommend using the Nordic-specific image&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;nrfconnect/otbr&lt;/code&gt;&lt;span&gt;. See the&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/protocols/thread/tools.html#running_otbr_using_docker"&gt;Running OTBR using Docker&lt;/a&gt;&amp;nbsp;documentation to&amp;nbsp;&lt;span&gt;download the compatible version of the OpenThread Border Router Docker image.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>