<?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>OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97349/openthread-on-nrf5340-audio-dk</link><description>Hi! 
 Is it possible to run the Thread CLI example on nRF5340 Audio DK board? 
 I got a compile error missing nrf_802154.h files. 
 BR, Håkon</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jul 2023 15:09:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97349/openthread-on-nrf5340-audio-dk" /><item><title>RE: OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/438585?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 15:09:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d608d2f5-a275-4fe5-a4dc-a06066a62e1a</guid><dc:creator>MichelleV</dc:creator><description>&lt;p&gt;I&amp;#39;m running into a similar issue 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 5340. But I keep getting errors when trying to build the coprocessor project for the 5340.&lt;/p&gt;
&lt;p&gt;I created a new ticket for my issue- &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/102318/how-to-successfully-build-thread-coprocessor-rcp-for-nrf5340"&gt;CASE ID: 312120&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/414665?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2023 13:48:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b5a1fad-0559-4b31-a95b-148b2dc26e5f</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Glad to hear! It took me a while to figure it out. Learning by doing &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt; Have a nice weekend!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/414393?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2023 13:38:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bb34c3a-7e5f-42b5-b329-3c3f408bc7e7</guid><dc:creator>hakved_vea</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Thank you so much, this worked &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;H&amp;aring;kon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/414178?ContentTypeID=1</link><pubDate>Wed, 08 Mar 2023 14:49:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1abb5a41-874d-486b-863b-015a53784e0a</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Håkon,&lt;/p&gt;
&lt;p&gt;I understand. I suggest that you try with a stable version of NCS. v2.3.0 (non rc / release candidate) is released now, so I suggest you go over to that version.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I tested in v2.3.0, and I saw the same behavior as you did. The reason it doesn&amp;#39;t build is because the device tree files for the audio DK doesn&amp;#39;t claim that the chip has support for 802.15.4.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The way you can see what is already enabled is by looking at the nrf5340_audio_dk_nrf5340_cpuapp.dts and nrf5340_audio_dk_nrf5340_cpunet.dts, and compare it to the equivalent files for nrf5340dk_nrf5340_cpuapp/net.dts.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The best way to change this, without modifying the files themselves is to add an overlay file with the same name as the board you are using in your application folder. So in the same folder where you will find the CMakeLists.txt, add this file, called nrf5340_audio_dk_nrf5340_cpuapp.overlay&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2860.nrf5340_5F00_audio_5F00_dk_5F00_nrf5340_5F00_cpuapp.overlay"&gt;devzone.nordicsemi.com/.../2860.nrf5340_5F00_audio_5F00_dk_5F00_nrf5340_5F00_cpuapp.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see, I only added the parts missing about 802154. These will overwrite the default settings from the .dts file when you compile.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And since this is a dual core chip, we need to tell it that the network core also supports 802.15.4, which the nrf5340_audio_dk_nrf5340_cpunet board file doesn&amp;#39;t claim that it has.&lt;/p&gt;
&lt;p&gt;So create a file that has this path (where the &amp;quot;cli&amp;quot; folder still is the folder that contains your sample&amp;#39;s CMakelists.txt file):&lt;/p&gt;
&lt;p&gt;cli\child_image\802154_rpmsg\boards\nrf5340_audio_dk_nrf5340_cpunet.overlay. It should have this content:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf5340_5F00_audio_5F00_dk_5F00_nrf5340_5F00_cpunet.overlay"&gt;devzone.nordicsemi.com/.../nrf5340_5F00_audio_5F00_dk_5F00_nrf5340_5F00_cpunet.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then, try to do a pristine build (or delete your build folder and rebuild from scratch).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/413696?ContentTypeID=1</link><pubDate>Tue, 07 Mar 2023 05:46:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78b2db16-8038-4727-acea-5ef46c8d1505</guid><dc:creator>hakved_vea</dc:creator><description>&lt;p&gt;Hi Edvin,&lt;/p&gt;
&lt;p&gt;I understand, currently I will just evaluate OpenThread without the concurrent (BLE + Thread) mode.&lt;/p&gt;
&lt;p&gt;I open VScode and from the nRF Connect extension i created a new sample project &amp;quot;nrf/samples/openthread/cli&amp;quot;&lt;br /&gt;in the build configuration i selected Nordic boards and then selected nrf5340_audio_dk_nRF5340_cpuapp, this was not listed under &amp;quot;Compatible boards&amp;quot; then i pressed build within the&amp;nbsp;&lt;span&gt;nRF Connect extension&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I got this compile error:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;C:\ncs\v2.3.0-rc1\zephyr\drivers\ieee802154\ieee802154_nrf5.c:47:10: fatal error: nrf_802154.h: No such file or directory
   47 | #include &amp;quot;nrf_802154.h&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;H&amp;aring;kon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread on nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/413670?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 23:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:763cdfa1-3a97-497e-9c22-92422e15bc1b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I would assume. But it will not be possible to use the Audio over LE stack together with Thread, unfortunately.&lt;/p&gt;
[quote user=""]I got a compile error missing nrf_802154.h files.[/quote]
&lt;p&gt;I don&amp;#39;t know what/how you tried to compile. Would I be able to reproduce what you are seeing? If so, how?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>