<?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>Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79529/issue-running-open-thread-border-agent-on-raspberry-pi-3-with-nrf52840-as-network-co-processor-ncp</link><description>Hi, 
 I am trying to implement a Thread Border Router on Raspberry Pi 3 with NRF52840DK as a Network Co-processor (NCP). 
 I have followed the below steps to install the Thread Border Router on Raspberry Pi 3. 
 Step 1: Cloned open thread border router</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Oct 2021 09:03:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79529/issue-running-open-thread-border-agent-on-raspberry-pi-3-with-nrf52840-as-network-co-processor-ncp" /><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/333863?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 09:03:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78263ed6-6b06-4948-ad45-b49345fa53be</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I managed to reproduce your error.&lt;/p&gt;
&lt;p&gt;It&amp;nbsp; seems that otbr-agent use 115200 as the default baud rate.&lt;br /&gt;Change the baud rate of the RCP uart by editing the overlay file in &amp;quot;coprocessor/boards&amp;quot; folder.&lt;/p&gt;
&lt;p&gt;Does this fix your problem?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/333778?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 15:27:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce012237-3b90-48aa-bf86-39db48de807e</guid><dc:creator>Mohinish</dc:creator><description>&lt;p&gt;I tried changing the USB cable but still giving the same issue. I am using &lt;span&gt;NCS v1.7 to build NRF52840 RCP target and OT-BR commit&amp;nbsp;e149a60eb to build on Raspberry Pi 3B&lt;/span&gt;. Please try reproducing the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/332947?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 07:52:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e52c8e88-589d-4b4f-84cb-3277748e6d2c</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi Mohinish&lt;/p&gt;
&lt;p&gt;A Thread node can be in different &lt;a href="https://github.com/openthread/openthread/blob/main/src/cli/README.md#state"&gt;states&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The detached state means that the node is set up correctly, and thread is active, but that it is not yet part of any Thread network.&lt;br /&gt;The leader state means that the Thread device is a part of a Thread network, and it is also the leader of the Thread network.&lt;br /&gt;The leader state means that the Thread device is a part of a Thread network, but it is not the leader.&lt;/p&gt;
&lt;p&gt;The &amp;quot;connect session failed: Connection refused&amp;quot; response you get could indicate that the Raspberry Pi has lost connection with the nRF52840DK. &lt;br /&gt;This could be due to a defect in the USB cable. Could you try to change to another USB cable for the nRF52840DK and see if you still get the &amp;quot;connect session failed: Connection refused&amp;quot; error?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/openthread/pyspinel"&gt;Spinel&lt;/a&gt; is a client used for communicate with the &lt;a href="https://openthread.io/platforms/co-processor"&gt;NCP&lt;/a&gt;(nRF52840DK). The error message in your earlier logs,&amp;quot;&lt;span&gt;RadioSpinelNoResponse&lt;/span&gt;&amp;quot;, could indicate that the Raspberry Pi does not have a connection to the NCP. So try the setup as well after you change the USB cable, and see if this is still there&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/332927?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 05:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:048aa631-4721-4a1e-9f7e-c7aafd6df49f</guid><dc:creator>Mohinish</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;I tried running &amp;#39;sudo ot-ctl state&amp;#39; commands but it tends to return different results.&lt;/p&gt;
&lt;p&gt;pi@raspberrypi:~ $ sudo ot-ctl state&lt;br /&gt;detached&lt;br /&gt;Done&lt;br /&gt;pi@raspberrypi:~ $ sudo ot-ctl state&lt;br /&gt;leader&lt;br /&gt;Done&lt;br /&gt;pi@raspberrypi:~ $ sudo ot-ctl state&lt;br /&gt;connect session failed: Connection refused&lt;br /&gt;pi@raspberrypi:~ $ sudo ot-ctl state&lt;br /&gt;connect session failed: Connection refused&lt;br /&gt;pi@raspberrypi:~ $ sudo ot-ctl state&lt;br /&gt;detached&lt;br /&gt;Done&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/332314?ContentTypeID=1</link><pubDate>Mon, 04 Oct 2021 11:27:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70425847-1a68-49a2-8bfc-5f7b5dce0eec</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Mohinish,&lt;/p&gt;
&lt;p&gt;About NCP support, Google decided to drop support for it in OT-BR. NCS still supports NCP build, but if someone wants to use it they should implement their own host side border router.&lt;br /&gt;&lt;br /&gt;Could you try to run &amp;#39;ot-ctl state&amp;#39; to check if you have contact with the RCP device? As it says that the RCP status is detached...&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/332225?ContentTypeID=1</link><pubDate>Sat, 02 Oct 2021 14:04:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c841e26-b413-44b3-a74a-e4a402f790fa</guid><dc:creator>Mohinish</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;I tried forming a Thread Network from OTBR Web GUI and&amp;nbsp;it showed me even operation successful. But If I go to the status tab it is showing me&amp;nbsp;this.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1633183222275v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Below&amp;nbsp;are otbr-agent service logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Oct 2 15:02:08 raspberrypi systemd[1]: otbr-agent.service: Main process exited, code=exited, status=6/NOTCONFIGURED&lt;br /&gt;Oct 2 15:02:08 raspberrypi systemd[1]: otbr-agent.service: Failed with result &amp;#39;exit-code&amp;#39;.&lt;br /&gt;Oct 2 15:02:14 raspberrypi systemd[1]: otbr-agent.service: Service RestartSec=5s expired, scheduling restart.&lt;br /&gt;Oct 2 15:02:14 raspberrypi systemd[1]: otbr-agent.service: Scheduled restart job, restart counter is at 312.&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Running 0.3.0-e149a60eb&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Thread version: 1.2.0&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Thread interface: wpan0&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Backbone interface: wlan0&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Radio URL: spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=1000000&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Radio URL: trel://wlan0&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-PLAT----: RCP reset: RESET_POWER_ON&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [NOTE]-PLAT----: RCP API Version: 4&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-PLAT----: Backbone interface is configured to wlan0 (3)&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Set state callback: OK&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Stop Thread Border Agent&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-ADPROXY-: Stopped&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-DPROXY--: stopped&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Initialize OpenThread Border Router Agent: OK&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-UTILS---: Border router agent started.&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Thread is down&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Stop Thread Border Agent&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-ADPROXY-: Stopped&lt;br /&gt;Oct 2 15:02:14 raspberrypi otbr-agent[3479]: [INFO]-DPROXY--: stopped&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Thread is up&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Stop Thread Border Agent&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-ADPROXY-: Stopped&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-DPROXY--: stopped&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-ADPROXY-: Started&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Publish meshcop service OpenThread_BorderRouter._meshcop._udp.local.&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-MDNS----: Add service: OpenThread_BorderRouter._meshcop._udp (ref: 0x1f01a88)&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-ADPROXY-: Publish all hosts and services&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-DPROXY--: started&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [INFO]-AGENT---: Start Thread Border Agent: OK&lt;br /&gt;Oct 2 15:02:19 raspberrypi otbr-agent[3479]: [CRIT]-PLAT----: HandleRcpTimeout() at ../../third_party/openthread/repo/src/lib/spinel/radio_spinel_impl.hpp:2202: RadioSpinelNoResponse&lt;br /&gt;Oct 2 15:02:20 raspberrypi systemd[1]: otbr-agent.service: Main process exited, code=exited, status=6/NOTCONFIGURED&lt;br /&gt;Oct 2 15:02:20 raspberrypi systemd[1]: otbr-agent.service: Failed with result &amp;#39;exit-code&amp;#39;.&lt;br /&gt;Oct 2 15:02:25 raspberrypi systemd[1]: otbr-agent.service: Service RestartSec=5s expired, scheduling restart.&lt;br /&gt;Oct 2 15:02:25 raspberrypi systemd[1]: otbr-agent.service: Scheduled restart job, restart counter is at 313.&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-UTILS---: Running 0.3.0-e149a60eb&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-UTILS---: Thread version: 1.2.0&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-UTILS---: Thread interface: wpan0&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-UTILS---: Backbone interface: wlan0&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-UTILS---: Radio URL: spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=1000000&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-UTILS---: Radio URL: trel://wlan0&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [INFO]-PLAT----: RCP reset: RESET_POWER_ON&lt;br /&gt;Oct 2 15:02:25 raspberrypi otbr-agent[3489]: [NOTE]-PLAT----: RCP API Version: 4&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/332007?ContentTypeID=1</link><pubDate>Thu, 30 Sep 2021 17:39:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebb816de-e5e1-46dd-bd42-e9ac7d9bff59</guid><dc:creator>Mohinish</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Marjeris,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;RCP worked for me with NCS v1.7 and OT-BR commit&amp;nbsp;e149a60eb.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;nbsp;would like to know how to run OT-BR with NCS NCP architecture? Can you point me to tutorials that have detailed setup procedures?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/330309?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 13:43:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1598799d-5286-4460-a49b-4c5e163ae422</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;Before NCS v1.7 we didn&amp;#39;t officially support OT-BR with NCS RCP. If using NCS v.16.99 (latest) you can use the recommended commit for OT-BR: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#installing-otbr-manually-raspberry-pi"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#installing-otbr-manually-raspberry-pi&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Or you can work with OT-BR master and vanilla nRF52xxx RCP, built directly through OpenThread, not through NCS, has described in &lt;a href="https://openthread.io/codelabs/openthread-border-router#1"&gt;https://openthread.io/codelabs/openthread-border-router#1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;NCS v.1.7 will be released with better support for OT-BR.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/330252?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 11:17:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c0910cd-42ed-41bd-a305-184762e65c0c</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Mohinish,&lt;/p&gt;
[quote user="Mohinish Naik"]Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [CRIT]-PLAT----: RCP API Version 3 is not in the supported range [4-4][/quote]
&lt;p&gt;Based on the log report it seems to be some mismatch between APIs, I am checking if there is a recommended commit of the OT-BR example that should be used with NCS v1.6.1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/329892?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 18:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ee5128c-0b87-428f-b681-d8b76d673613</guid><dc:creator>Mohinish</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;I tried building as per your suggestion but still getting the error. Below I have put the otbr-agent service logs:&lt;/p&gt;
&lt;p&gt;Sep 16 18:57:20 raspberrypi systemd[1]: otbr-agent.service: Main process exited, code=exited, status=3/NOTIMPLEMENTED&lt;br /&gt;Sep 16 18:57:20 raspberrypi systemd[1]: otbr-agent.service: Failed with result &amp;#39;exit-code&amp;#39;.&lt;br /&gt;Sep 16 18:57:25 raspberrypi systemd[1]: otbr-agent.service: Service RestartSec=5s expired, scheduling restart.&lt;br /&gt;Sep 16 18:57:25 raspberrypi systemd[1]: otbr-agent.service: Scheduled restart job, restart counter is at 632.&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-UTILS---: Running 0.3.0-3bdb2fe63&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-UTILS---: Thread version: 1.2.0&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-UTILS---: Thread interface: wpan0&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-UTILS---: Backbone interface: wlan0&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-UTILS---: Radio URL: spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=1000000&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-UTILS---: Radio URL: trel://wlan0&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [INFO]-PLAT----: RCP reset: RESET_POWER_ON&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [NOTE]-PLAT----: RCP API Version: 3&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [CRIT]-PLAT----: RCP API Version 3 is not in the supported range [4-4]&lt;br /&gt;Sep 16 18:57:26 raspberrypi otbr-agent[1543]: [CRIT]-PLAT----: CheckRcpApiVersion() at ../../third_party/openthread/repo/src/lib/spinel/radio_spinel_impl.hpp:412: RadioSpinelIncompatible&lt;br /&gt;Sep 16 18:57:26 raspberrypi systemd[1]: otbr-agent.service: Main process exited, code=exited, status=3/NOTIMPLEMENTED&lt;br /&gt;Sep 16 18:57:26 raspberrypi systemd[1]: otbr-agent.service: Failed with result &amp;#39;exit-code&amp;#39;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would also like to know how I can implement OTBR with NRF52840 as NCP. Can you point me to some tutorial?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue Running Open Thread Border Agent on Raspberry Pi 3 with NRF52840 as Network Co-processor (NCP)</title><link>https://devzone.nordicsemi.com/thread/329720?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 07:12:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:039f0bf6-ef02-4107-a837-fe6a81686ae4</guid><dc:creator>Marjeris Romero</dc:creator><description>[quote userid="107803" url="~/f/nordic-q-a/79529/issue-running-open-thread-border-agent-on-raspberry-pi-3-with-nrf52840-as-network-co-processor-ncp"]Step 3: Built and Flashed nrf/samples/openthread/coprocessor example&amp;nbsp;on NRF52840DK from&amp;nbsp;NRF Connect&amp;nbsp;SDK (NCS) v1.6.1[/quote]
&lt;p&gt;Hi Mohinish,&lt;/p&gt;
&lt;p&gt;I am sorry for the late reply, I will be looking into this today. Do you remember if you have configured the co-processor sample as NCP or RCP before building and flashing into the nRF52840 DK?&lt;/p&gt;
&lt;p&gt;For using the co-processor sample together with the Openthread border router you will need to configure the sample as a radio co-processor (RCP), the default for the sample is for NCP architecture.&lt;/p&gt;
&lt;p&gt;Can you try following the steps in Configuring a radio co-processor when building the co-processor sample:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#configuring-a-radio-co-processor"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#configuring-a-radio-co-processor&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And running this line:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -p always -b nrf52840dk_nrf52840 nrf/samples/openthread/coprocessor/ -- -DOVERLAY_CONFIG=&amp;quot;overlay-rcp.conf ../cli/overlay-thread_1_2.conf&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;instead of &lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -b nrf52840dk_nrf52840 --build_dir build_nrf52840dk_nrf52840&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Remember also to --erase when flashing. Do also step 2.b for dissabling the mass storage functionality.&lt;/p&gt;
&lt;p&gt;Let me know if this helps.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>