<?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>How to successfully build Thread coprocessor RCP for nrf5340?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102318/how-to-successfully-build-thread-coprocessor-rcp-for-nrf5340</link><description>I&amp;#39;m running into a similar issue to Case ID 304027 with trying to build the nRF Thread coprocessor project for the nRF5340. I&amp;#39;m able to compile the coprocessor project just fine for the nRF52840 and I can compile the CLI project for both the 52840 and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Mar 2024 01:14:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102318/how-to-successfully-build-thread-coprocessor-rcp-for-nrf5340" /><item><title>RE: How to successfully build Thread coprocessor RCP for nrf5340?</title><link>https://devzone.nordicsemi.com/thread/476321?ContentTypeID=1</link><pubDate>Fri, 29 Mar 2024 01:14:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe565b9b-1444-44ce-be74-2bf3901ea362</guid><dc:creator>joanou</dc:creator><description>&lt;p&gt;This seems to work for me as RCP, but I am not pleased with the unsupported status.&amp;nbsp; Were there any other updates? Does it work as intended?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to successfully build Thread coprocessor RCP for nrf5340?</title><link>https://devzone.nordicsemi.com/thread/439753?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 15:26:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70f29979-49a2-45c5-bff5-5fe68a733bb1</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Taking the similar approach as described by the ticket you have referred; I was able to compile the COPROCESSOR sample for NRF5340DK by incorporating the following changes:&lt;/p&gt;
&lt;p&gt;1) added following config in the prj.conf&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_IEEE802154=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2) Added nrf5340dk_nrf5340_cpuapp.overlay file with following content in ./boards directory&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		zephyr,console = &amp;amp;uart0;
		zephyr,ot-uart = &amp;amp;uart0;
		zephyr,shell-uart = &amp;amp;uart0;
		zephyr,uart-mcumgr = &amp;amp;uart0;
		zephyr,bt-mon-uart = &amp;amp;uart0;
		zephyr,bt-c2h-uart = &amp;amp;uart0;
		zephyr,bt-hci-rpmsg-ipc = &amp;amp;ipc0;
		nordic,802154-spinel-ipc = &amp;amp;ipc0;
		zephyr,ieee802154 = &amp;amp;ieee802154;
	};
};

&amp;amp;ieee802154 {
    status = &amp;quot;okay&amp;quot;;
};
    &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3) Added nrf5340dk_nrf5340_cpunet.overlay with following content in ./child_image/802154_rpmsg/boards directory&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	model = &amp;quot;Nordic nRF5340 DK NRF5340 Network&amp;quot;;
	    compatible = &amp;quot;nordic,nrf5340-nrf5340-cpunet&amp;quot;;

	chosen {
		zephyr,console = &amp;amp;uart0;
		zephyr,shell-uart = &amp;amp;uart0;
		zephyr,uart-mcumgr = &amp;amp;uart0;
		zephyr,bt-mon-uart = &amp;amp;uart0;
		zephyr,bt-c2h-uart = &amp;amp;uart0;
		zephyr,bt-hci-rpmsg-ipc = &amp;amp;ipc0;
		nordic,802154-spinel-ipc = &amp;amp;ipc0;
		zephyr,sram = &amp;amp;sram1;
		zephyr,flash = &amp;amp;flash1;
		zephyr,code-partition = &amp;amp;slot0_partition;
		zephyr,ieee802154 = &amp;amp;ieee802154;
	};
};

&amp;amp;ieee802154 {
	status = &amp;quot;okay&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Just putting a snapshot here to show the folder structure and the successful compilation.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1691076350951v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Naeem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to successfully build Thread coprocessor RCP for nrf5340?</title><link>https://devzone.nordicsemi.com/thread/439276?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 12:59:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05b5a8ad-bc41-4157-b29e-c8b65cb0925f</guid><dc:creator>MichelleV</dc:creator><description>&lt;p&gt;If the coprocessor version that I&amp;#39;m trying here isn&amp;#39;t setup for nrf5340, where can I find one that is? We would like to use the nrf5340 in a rcp configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to successfully build Thread coprocessor RCP for nrf5340?</title><link>https://devzone.nordicsemi.com/thread/438742?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2023 12:28:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b94fd731-1576-4450-988e-f25aec1aa2b7</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hello Michelle,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As you have mentioned that:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;you can build &lt;span&gt;the Thread-CLI sample for both the nrf52840 and nrf5340&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;you can build the Thread-coprocessor project for the nrf52840&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;but you are getting errors when building Thread-coprocessor for the nrf5340&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The reason is that &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/openthread/cli/README.html"&gt;Thread-CLI&lt;/a&gt; sample supports both the nrf52840 as well as nrf5340 based hardware platforms along with few others. However, the NCS Sample &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/openthread/coprocessor/README.html"&gt;Thread-Coprocessor&lt;/a&gt; does not support nrf5340 soc based platform. Please see the table below for supported boards, and the sample homepage for more details.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1690547190921v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Naeem&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to successfully build Thread coprocessor RCP for nrf5340?</title><link>https://devzone.nordicsemi.com/thread/438595?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 15:34:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e295570-175c-4447-b87f-bb639b2d2a58</guid><dc:creator>MichelleV</dc:creator><description>&lt;p&gt;I&amp;#39;m also curious to understand why there is a nrf802154 radio wrapper (*.c/*/h) in the nrf/samples/openthread/coprocesspr but not in the zephyr/samples/net/openthread/coprocessor??? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>