<?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>testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112155/testing-nf5340_audio_dk</link><description>I am trying to use the nrf5340 audio DK for the first time using one of the sample blink codes. I keep getting an error when first creating an application by copying the sample provided. The system seems to be missing a board information and I could not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jul 2024 07:19:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112155/testing-nf5340_audio_dk" /><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/491975?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2024 07:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d809642a-12c6-4f45-acc2-06b208782d4e</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Noted,&lt;/p&gt;
&lt;p&gt;Thank you for verifying that the behavior was present in either ways to open the terminal.&lt;/p&gt;
[quote user="assegid"]Please confirm my boards are older engineering versions, I have attached a picture showing version, production date and serial numbers.[/quote]
&lt;p&gt;The boards seems to be of a new enough revision.&lt;/p&gt;
&lt;p&gt;For now, does this resolve the original issue in this case?&lt;/p&gt;
&lt;p&gt;If so we&amp;#39;ll mark your case as resolved and as always please feel free to open new cases for new queries and questions&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/491916?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 16:52:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46da36e0-3f88-49e4-aaef-e26a18ac849f</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;I have now abandoned using Visual Studio Code and simply using the python script in zsh editing the json file and the prj.conf file as needed. When I was using VS Code, I was using the nrf Connect terminal within VS Code. I have also tried the other terminals in the list.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/491868?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 13:42:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c368465-5cf7-4621-9d6a-a8af7c4a052f</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="assegid"]After getting over the &amp;#39;colorama module missing&amp;#39; issue, I have been able to program the boards without issues. I have created another thread regarding &amp;#39;colorama&amp;#39; to help other users save time if they run into the same issue. I have tested the provided sample code for CIS and BIS modes; Broadcast Source, Broadcast Sink, Unicast Client, Unicast Server, enabling and disabling the configuration bits, and the results are below.&amp;nbsp;[/quote]
&lt;p&gt;Glad to hear that you isolated the issue down to this!&lt;/p&gt;
&lt;p&gt;Out of curiosity, did you use a terminal that were not opened from either the toolchain manager or the VS Code extension such as the nRF Connect terminal or did you run the buildprog script from a &amp;quot;generic&amp;quot; terminal, i.e something similar to the equivalent of opening command prompt on Windows from the start menu?&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/pastedimage1719927414066v1.png" alt=" " /&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/pastedimage1719927440915v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve had a similar experience with a different Python script recently, where a missing module caused errors when I ran the script from the default Windows cmd prompt. This was not caused when running the same script from a command prompt/nRF connect terminal set up through either of the mentioned terminals due to the environment being properly setup, so I&amp;#39;m curious if it&amp;#39;s the same case for the buildprog script for nRF Audio on your device as well&lt;/p&gt;
&lt;p&gt;If it is, we&amp;#39;ll update the documentation to specify that you must either install the missing modules yourself (and that we add a requirements.txt that you can run to install all the missing modules) or to make sure that you use a terminal that has been set up to be a &amp;quot;proper&amp;quot; environment&amp;quot;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/491464?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 00:18:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c12b9819-a685-4a82-a20c-e3ee6a28c250</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;After getting over the &amp;#39;colorama module missing&amp;#39; issue, I have been able to program the boards without issues. I have created another thread regarding &amp;#39;colorama&amp;#39; to help other users save time if they run into the same issue. I have tested the provided sample code for CIS and BIS modes; Broadcast Source, Broadcast Sink, Unicast Client, Unicast Server, enabling and disabling the configuration bits, and the results are below.&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;Summary&lt;/p&gt;
&lt;p class="p1"&gt;In all cases audio input using USB works only briefly or not at all.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In BIS mode volume is lower.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Volume control and test tones work only in CIS mode CONFIG_STREAM_BIDIRECTIONAL=y makes no difference.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In BIS and Bidirectional mode: no mic activity&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In CIS and Bidirectional mode: no mic activity&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In CIS and walkie talkie: low quality sound from mic from gateway to headset, no line in or test tone working&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In CIS walkie talkie and bidirectional: very low mic sound quality, no line in or test tone&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In BIS and walkie talkie: cmake error 256&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;In BIS Bidirectional and walkie talkie: cmake error 256&lt;/p&gt;
&lt;p class="p1"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Please confirm my boards are older engineering versions, I have attached a picture showing version, production date and serial numbers.&lt;/p&gt;
&lt;p class="p1"&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240630support.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/491036?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 08:49:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:404f920e-f89c-4d10-b3dc-4196a204461f</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From what I see it looks like you&amp;#39;re using an Engineering version of the DK. Is this correct? Referring to the image you pasted showing your connected devices:&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719477907305v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This PDK is an experimental DK so there might be anomalies with this board that causes this issue. I would recommend that you get hold of a newer DK and test with this. Please reach out to your local RSM for more information regarding this.&lt;/p&gt;
&lt;p&gt;The error:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;CMake Error at /opt/nordic/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:2891 (message):BOARD is not being defined on the CMake command-line, in the environment or&amp;nbsp;&lt;/em&gt;&lt;em&gt;by the app.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;indicates that the board could be the issue.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve tried to reproduce it on several MacOS machines, but with non-clean installations and clean installations and we don&amp;#39;t see the same issue that you&amp;#39;re seeing, so you will have to exclude that this is caused by the board before we move on as well as trying with a 100% clean machine from scratch following the installation guides for your OS on your machine.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/490434?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 23:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b8db5e9-636c-43b1-a8e4-5ba26f62853b</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;I wanted to try building and programming using the instructions provided &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/applications/nrf5340_audio/doc/building.html"&gt;here&lt;/a&gt;. However, when I run python buildprog.py -h, I get the response below.&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;assegid@HIDA-4167107 buildprog % python buildprog.py -h

Traceback (most recent call last):

&amp;#160; File &amp;quot;/opt/nordic/ncs/v2.6.1/nrf/applications/nrf5340_audio/tools/buildprog/buildprog.py&amp;quot;, line 20, in &amp;lt;module&amp;gt;

&amp;#160; &amp;#160; from colorama import Fore, Style

ModuleNotFoundError: No module named &amp;#39;colorama&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;I have already tried to install colorama using the pip instructions.&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;Any idea what is going on now?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/490358?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 14:27:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ccf450a-eac8-4808-8eee-735ae17410a4</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Glad to see that you&amp;#39;ve been having some progress. Here&amp;#39;s some update/follow up regarding your various comments from the weekend&lt;/p&gt;
[quote user="assegid"]I followed the installation instructions on your website and another available on youtube. I was unsuccessful on both Mac and Windows machines[/quote]
&lt;p&gt;I would typically recommend that you go through the guide in this course for installation:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/&lt;/a&gt;&amp;nbsp;(exercise 1), which links to the official documentation here&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately the youtube videos might be slightly updated w.r.t to installing and setting up the SDK.&lt;/p&gt;
[quote user="assegid"]When I create an application by copying the Blinky example provided, I get the errors shown below&amp;nbsp;in the pictures. [/quote]
&lt;p&gt;This might not be relevant since you in your latest comment suggests that you&amp;#39;ve resolved this, but anyways: Is this output generated when you use the Build in the VS Code extension? I.e how did you build the sample?&lt;/p&gt;
[quote user="assegid"] I am still getting errors when copying sample codes to create an application.[/quote]
&lt;p&gt;The same errors as previously seen or new ones?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/490126?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 00:00:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d20d1f3-402f-46d7-8740-62498b7ea5e5</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;I managed to program the boards after lots of trial and error and information from the link below..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/110431/flashing-issues-after-updating-command-line-tools-on-macos"&gt;Flashing issues after updating Command Line Tools on macOS&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now, I am off to the long road of setting up the various tools properly as I am not at all confident my system is optimized with the various tools linked properly. I am still getting errors when copying sample codes to create an application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/490096?ContentTypeID=1</link><pubDate>Sat, 22 Jun 2024 22:49:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d606e1b-7408-461b-9eab-318f5b814cee</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;My problem seems to originate in&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/opt/nordic/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:2891&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;as shown in the message generated below. I have also added a screen capture of the code showing the line causing the error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[{
&amp;quot;resource&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake&amp;quot;,
&amp;quot;owner&amp;quot;: &amp;quot;cmake-configure-diags&amp;quot;,
&amp;quot;severity&amp;quot;: 8,
&amp;quot;message&amp;quot;: &amp;quot;CMake Error at /opt/nordic/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:2891 (message):BOARD is not being defined on the CMake command-line, in the environment or\nby the app.&amp;quot;,
&amp;quot;source&amp;quot;: &amp;quot;CMake (message)&amp;quot;,
&amp;quot;startLineNumber&amp;quot;: 2891,
&amp;quot;startColumn&amp;quot;: 1,
&amp;quot;endLineNumber&amp;quot;: 2891,
&amp;quot;endColumn&amp;quot;: 10000,
&amp;quot;relatedInformation&amp;quot;: [
{
&amp;quot;startLineNumber&amp;quot;: 56,
&amp;quot;startColumn&amp;quot;: 1,
&amp;quot;endLineNumber&amp;quot;: 56,
&amp;quot;endColumn&amp;quot;: 1000,
&amp;quot;message&amp;quot;: &amp;quot;In call to &amp;#39;zephyr_check_cache&amp;#39; here&amp;quot;,
&amp;quot;resource&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr/cmake/modules/boards.cmake&amp;quot;
},
{
&amp;quot;startLineNumber&amp;quot;: 129,
&amp;quot;startColumn&amp;quot;: 1,
&amp;quot;endLineNumber&amp;quot;: 129,
&amp;quot;endColumn&amp;quot;: 1000,
&amp;quot;message&amp;quot;: &amp;quot;In call to &amp;#39;include&amp;#39; here&amp;quot;,
&amp;quot;resource&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr/cmake/modules/zephyr_default.cmake&amp;quot;
},
{
&amp;quot;startLineNumber&amp;quot;: 66,
&amp;quot;startColumn&amp;quot;: 1,
&amp;quot;endLineNumber&amp;quot;: 66,
&amp;quot;endColumn&amp;quot;: 1000,
&amp;quot;message&amp;quot;: &amp;quot;In call to &amp;#39;include&amp;#39; here&amp;quot;,
&amp;quot;resource&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake&amp;quot;
},
{
&amp;quot;startLineNumber&amp;quot;: 97,
&amp;quot;startColumn&amp;quot;: 1,
&amp;quot;endLineNumber&amp;quot;: 97,
&amp;quot;endColumn&amp;quot;: 1000,
&amp;quot;message&amp;quot;: &amp;quot;In call to &amp;#39;include_boilerplate&amp;#39; here&amp;quot;,
&amp;quot;resource&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake&amp;quot;
},
{
&amp;quot;startLineNumber&amp;quot;: 4,
&amp;quot;startColumn&amp;quot;: 1,
&amp;quot;endLineNumber&amp;quot;: 4,
&amp;quot;endColumn&amp;quot;: 1000,
&amp;quot;message&amp;quot;: &amp;quot;In call to &amp;#39;find_package&amp;#39; here&amp;quot;,
&amp;quot;resource&amp;quot;: &amp;quot;/Users/assegid/ncs/blinky/CMakeLists.txt&amp;quot;
}
]
}]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240622_5F00_3.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/490095?ContentTypeID=1</link><pubDate>Sat, 22 Jun 2024 21:22:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c16aacb8-e544-4531-a58a-c08e798f9444</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;div&gt;I am willing to invest all the time needed to go through all the documents and links you provided and those available at your website, but I do not seem to have the development system installed properly to test even the simplest blink program. I followed the installation instructions on your website and another available on youtube. I was unsuccessful on both Mac and Windows machines. I am currently on my Mac installation and I want to start from&amp;nbsp;the very beginning. When I create an application by copying the Blinky example provided, I get the errors shown below&amp;nbsp;in the pictures. Can you please help me find what I am missing?&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240622_5F00_1.jpg" /&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;more..&lt;/div&gt;
&lt;div&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240622_5F00_2.jpg" /&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489765?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 13:13:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dea66b42-413f-4862-94d7-07a9b6092446</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Apologies for the delayed response.&lt;/p&gt;
&lt;p&gt;Based on the logs (and build errors) I believe that there is a mixup between the prerequisites for building the application (please verify).&lt;/p&gt;
&lt;p&gt;1) You mention both installing NCS v2.6.1 and nRF5340 Audio source code. I believe that you might&amp;#39;ve copied the audio application from the SDK and that you&amp;#39;re using an outdated buildprog.py script (From the audio source code or older&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For reference&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/112148/about-devicetree-and-overlay-files"&gt;About DeviceTree and Overlay files&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/111995/about-nrf5340-audio-operation"&gt;About nRF5340 Audio operation&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you verify if you&amp;#39;re using the buildscript corresponding to the SDK version you&amp;#39;re using?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489396?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 01:22:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d8efc97-e743-445d-98fc-feedb972627f</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;Sorry, I forgot to add. I have 2 nrf5340_audio_dk boards. According to the Getting Started page, a brand new board when powered should turn the Nordic logo yellow. One of my boards turns the logo red, the second one has no light on the logo, but 3 other green LEDs, one on top and 2 at the bottom turn on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489289?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2024 12:09:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3e3a0e4-edd9-44d0-8e47-495bcda1a84c</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Thank you for providing these images. I will go through them and try to see if I am able to recreate what you&amp;#39;re seeing. I&amp;#39;ll get back to you with an update tomorrow (Wednsday).&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489276?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2024 11:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7394638-e9e5-4823-b960-857135b267a5</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;Ok, first I will attach the generate support data from my last attempt.&lt;pre class="ui-code" data-mode="text"&gt;IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.

{
  &amp;quot;platform&amp;quot;: {
    &amp;quot;os&amp;quot;: &amp;quot;darwin&amp;quot;,
    &amp;quot;osVersion&amp;quot;: &amp;quot;Darwin Kernel Version 22.6.0: Mon Apr 22 20:54:28 PDT 2024; root:xnu-8796.141.3.705.2~1/RELEASE_X86_64&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;22.6.0&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.90.1&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;29.4.0&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v20.9.0&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2024-06-18T11:28:53.518Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;/Applications/Visual Studio Code.app/Contents/Resources/app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:34:14&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;38:46:47&amp;quot;,
    &amp;quot;cpu&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz&amp;quot;
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;nrf5340_audio (Workspace)&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio/nrf5340_audio.code-workspace&amp;quot;,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;/Users/assegid/ncs/nrf5340_audio&amp;quot;,
      &amp;quot;/opt/nordic/ncs/v2.6.1&amp;quot;
    ]
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;v2.6.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1&amp;quot;
    }
  ],
  &amp;quot;activeBuild&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio/buildAsis_bcast&amp;quot;,
  &amp;quot;apps&amp;quot;: [
    {
      &amp;quot;workspace&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio&amp;quot;,
      &amp;quot;uri&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio&amp;quot;,
      &amp;quot;buildConfigurations&amp;quot;: [
        {
          &amp;quot;id&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio/buildAsis_bcast&amp;quot;,
          &amp;quot;name&amp;quot;: &amp;quot;buildAsis_bcast&amp;quot;,
          &amp;quot;boardId&amp;quot;: &amp;quot;nrf5340_audio_dk_nrf5340_cpuapp&amp;quot;,
          &amp;quot;type&amp;quot;: &amp;quot;Zephyr&amp;quot;,
          &amp;quot;isChild&amp;quot;: false,
          &amp;quot;isStale&amp;quot;: false,
          &amp;quot;taskBindings&amp;quot;: {
            &amp;quot;build&amp;quot;: [],
            &amp;quot;pristineBuild&amp;quot;: [],
            &amp;quot;flash&amp;quot;: [],
            &amp;quot;eraseAndFlash&amp;quot;: []
          }
        }
      ]
    }
  ],
  &amp;quot;topdir&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1&amp;quot;,
  &amp;quot;workspaceState&amp;quot;: &amp;quot;mixed-ready&amp;quot;,
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.6.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [
    {
      &amp;quot;serialNumber&amp;quot;: &amp;quot;001050124819&amp;quot;,
      &amp;quot;boardVersion&amp;quot;: &amp;quot;PCA10121&amp;quot;,
      &amp;quot;deviceFamily&amp;quot;: &amp;quot;NRF53_FAMILY&amp;quot;,
      &amp;quot;deviceVersion&amp;quot;: &amp;quot;NRF5340_xxAA_ENGD&amp;quot;,
      &amp;quot;jlinkObFirmwareVersion&amp;quot;: &amp;quot;J-Link OB-nRF5340-NordicSemi compiled Oct 30 2023 12:13:06&amp;quot;
    }
  ],
  &amp;quot;deviceProvider&amp;quot;: &amp;quot;nrfutil&amp;quot;,
  &amp;quot;tools&amp;quot;: {
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc&amp;quot;: &amp;quot;0.16.5&amp;quot;,
    &amp;quot;/Applications/SEGGER/JLink/JLinkExe&amp;quot;: &amp;quot;7.94e&amp;quot;,
    &amp;quot;/usr/local/bin/nrfjprog&amp;quot;: null,
    &amp;quot;nrfutil&amp;quot;: &amp;quot;Not found&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/cmake&amp;quot;: &amp;quot;3.21.0&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/west&amp;quot;: &amp;quot;1.2.0&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/python3&amp;quot;: &amp;quot;3.9.6&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/ninja&amp;quot;: &amp;quot;1.10.2&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/gperf&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/dtc&amp;quot;: &amp;quot;1.6.1&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/gn&amp;quot;: &amp;quot;2154&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/git&amp;quot;: &amp;quot;2.37.3&amp;quot;,
    &amp;quot;gdbPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb&amp;quot;
  },
  &amp;quot;nrfutil&amp;quot;: {
    &amp;quot;nrfutil-device&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.3.25-darwin-x64/platform/nrfutil/bin/nrfutil-device&amp;quot;
    },
    &amp;quot;nrfutil-toolchain-manager&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;0.14.1&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.3.25-darwin-x64/platform/nrfutil/bin/nrfutil-toolchain-manager&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;GIT_EXEC_PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/Cellar/git/2.37.3/libexec/git-core&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/assegid&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin:/opt/nordic/ncs/toolchains/580e4ef81c/usr/bin:/opt/nordic/ncs/toolchains/580e4ef81c/usr/local/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/nanopb/generator-bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/aarch64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/x86_64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/riscv64-zephyr-elf/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;zephyr&amp;quot;,
      &amp;quot;ZEPHYR_SDK_INSTALL_DIR&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;assegid&amp;quot;
    },
    &amp;quot;inherited&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/assegid&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;assegid&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;2.6.1&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;defaultProfile&amp;quot;: null
  },
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;
      },
      &amp;quot;west&amp;quot;: {
        &amp;quot;env&amp;quot;: {
          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;
        }
      },
      &amp;quot;boardRoots&amp;quot;: [],
      &amp;quot;taskBindings&amp;quot;: {},
      &amp;quot;buildTerminal&amp;quot;: {
        &amp;quot;condensedProgress&amp;quot;: true
      },
      &amp;quot;debugging&amp;quot;: {
        &amp;quot;flash&amp;quot;: true,
        &amp;quot;bindings&amp;quot;: {},
        &amp;quot;justMyCode&amp;quot;: true
      },
      &amp;quot;activeAppFollowActiveEditor&amp;quot;: true,
      &amp;quot;deviceProvider&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;flash&amp;quot;: {
        &amp;quot;softreset&amp;quot;: false,
        &amp;quot;erase&amp;quot;: false,
        &amp;quot;recover&amp;quot;: false
      },
      &amp;quot;enableTelemetry&amp;quot;: null,
      &amp;quot;thirdpartyIntegration&amp;quot;: {},
      &amp;quot;toolchainManager&amp;quot;: {
        &amp;quot;indexURL&amp;quot;: null,
        &amp;quot;installDirectory&amp;quot;: null
      },
      &amp;quot;nrfutil&amp;quot;: {
        &amp;quot;home&amp;quot;: null
      },
      &amp;quot;defaultOpenAction&amp;quot;: &amp;quot;ask&amp;quot;
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;
    }
  },
  &amp;quot;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.25&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.3.25-darwin-x64&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.15&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-terminal-2024.3.15&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.78&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-devicetree-2024.3.78&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.21&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-kconfig-2024.3.21&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      }
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: null,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.20.5&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.90.0&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.1.2&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.9&amp;quot;,
      &amp;quot;devicescript.devicescript-vscode&amp;quot;: &amp;quot;2.16.2&amp;quot;,
      &amp;quot;espressif.esp-idf-extension&amp;quot;: &amp;quot;1.7.1&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-containers&amp;quot;: &amp;quot;0.369.0&amp;quot;,
      &amp;quot;ms-vscode.cmake-tools&amp;quot;: &amp;quot;1.18.42&amp;quot;,
      &amp;quot;ms-vscode.cpptools-extension-pack&amp;quot;: &amp;quot;1.3.0&amp;quot;,
      &amp;quot;ms-vscode.cpptools-themes&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;platformio.aceinna-ide&amp;quot;: &amp;quot;0.1.2&amp;quot;,
      &amp;quot;platformio.platformio-ide&amp;quot;: &amp;quot;3.3.3&amp;quot;,
      &amp;quot;raspberry-pi.raspberry-pi-pico&amp;quot;: &amp;quot;0.13.1&amp;quot;,
      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,
      &amp;quot;twxs.cmake&amp;quot;: &amp;quot;0.0.17&amp;quot;
    }
  }
}

&lt;/pre&gt;Next, I have attached the capture of what I get when I first create the application by copying the provided sample.&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240618_5F00_1.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Next is a capture showing I was able to add the SDK folder to the wokspace as advised.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240618_5F00_2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;The next capture is what I got when I attempted to flash the board anyway(knowing it would not work)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20240618_5F00_3.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Lastly, the results were similar. when I attempted to test the board with the much simpler Blink example provided.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489193?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2024 07:07:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ae4ebd4-3f8d-49aa-bfa2-c3e091ad4440</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You should be able to add the NCS folder to your Favourites&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1718692381413v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And from there add your Favourite folder directly in Finder making the SDK folder be available. Let me know if this is an option for you&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/pastedimage1718692428785v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I assume you don&amp;#39;t see the same behavior with different samples from the SDK? Could you verify this?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489180?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2024 05:52:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d853156-ef10-4e25-9bf9-83b79b38b839</guid><dc:creator>assegid</dc:creator><description>&lt;p&gt;Hi Andreas, I simply used Create a new application in Visual Studio Code and then copied the sample provided for the nrf5340_audio_dk and created a build using the dafault settings. I have attached the support file generated as you requested. I was unable to add the SDK folder to the workspace because the /opt folder where the SDK is in was not available in the add folder dialog window. Do you want me to copy the SDK folder and paste it in the application folder and try?&lt;pre class="ui-code" data-mode="text"&gt;IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.

{
  &amp;quot;platform&amp;quot;: {
    &amp;quot;os&amp;quot;: &amp;quot;darwin&amp;quot;,
    &amp;quot;osVersion&amp;quot;: &amp;quot;Darwin Kernel Version 22.6.0: Mon Apr 22 20:54:28 PDT 2024; root:xnu-8796.141.3.705.2~1/RELEASE_X86_64&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;22.6.0&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.90.1&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;29.4.0&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v20.9.0&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2024-06-18T05:22:20.847Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;/Applications/Visual Studio Code.app/Contents/Resources/app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:11:28&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;32:40:15&amp;quot;,
    &amp;quot;cpu&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz&amp;quot;
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;nrf5340_audio (Workspace)&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio/nrf5340_audio.code-workspace&amp;quot;,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;/Users/assegid/ncs/nrf5340_audio&amp;quot;
    ]
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;v2.6.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1&amp;quot;
    }
  ],
  &amp;quot;activeBuild&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio/buildAsIs&amp;quot;,
  &amp;quot;apps&amp;quot;: [
    {
      &amp;quot;workspace&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio&amp;quot;,
      &amp;quot;uri&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio&amp;quot;,
      &amp;quot;buildConfigurations&amp;quot;: [
        {
          &amp;quot;id&amp;quot;: &amp;quot;/Users/assegid/ncs/nrf5340_audio/buildAsIs&amp;quot;,
          &amp;quot;name&amp;quot;: &amp;quot;buildAsIs&amp;quot;,
          &amp;quot;boardId&amp;quot;: &amp;quot;nrf5340_audio_dk_nrf5340_cpuapp&amp;quot;,
          &amp;quot;type&amp;quot;: &amp;quot;Zephyr&amp;quot;,
          &amp;quot;isChild&amp;quot;: false,
          &amp;quot;isStale&amp;quot;: false,
          &amp;quot;taskBindings&amp;quot;: {
            &amp;quot;build&amp;quot;: [],
            &amp;quot;pristineBuild&amp;quot;: [],
            &amp;quot;flash&amp;quot;: [],
            &amp;quot;eraseAndFlash&amp;quot;: []
          }
        }
      ]
    }
  ],
  &amp;quot;topdir&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1&amp;quot;,
  &amp;quot;workspaceState&amp;quot;: &amp;quot;freestanding-ready&amp;quot;,
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.6.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [
    {
      &amp;quot;serialNumber&amp;quot;: &amp;quot;001050124819&amp;quot;
    }
  ],
  &amp;quot;deviceProvider&amp;quot;: &amp;quot;nrfutil&amp;quot;,
  &amp;quot;tools&amp;quot;: {
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc&amp;quot;: &amp;quot;0.16.5&amp;quot;,
    &amp;quot;/Applications/SEGGER/JLink/JLinkExe&amp;quot;: &amp;quot;7.94e&amp;quot;,
    &amp;quot;/usr/local/bin/nrfjprog&amp;quot;: null,
    &amp;quot;nrfutil&amp;quot;: &amp;quot;Not found&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/cmake&amp;quot;: &amp;quot;3.21.0&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/west&amp;quot;: &amp;quot;1.2.0&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/python3&amp;quot;: &amp;quot;3.9.6&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/ninja&amp;quot;: &amp;quot;1.10.2&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/gperf&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/dtc&amp;quot;: &amp;quot;1.6.1&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/gn&amp;quot;: &amp;quot;2154&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin/git&amp;quot;: &amp;quot;2.37.3&amp;quot;,
    &amp;quot;gdbPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb&amp;quot;
  },
  &amp;quot;nrfutil&amp;quot;: {
    &amp;quot;nrfutil-device&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.3.25-darwin-x64/platform/nrfutil/bin/nrfutil-device&amp;quot;
    },
    &amp;quot;nrfutil-toolchain-manager&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;0.14.1&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.3.25-darwin-x64/platform/nrfutil/bin/nrfutil-toolchain-manager&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;GIT_EXEC_PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/Cellar/git/2.37.3/libexec/git-core&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/assegid&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/bin:/opt/nordic/ncs/toolchains/580e4ef81c/usr/bin:/opt/nordic/ncs/toolchains/580e4ef81c/usr/local/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/nanopb/generator-bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/aarch64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/x86_64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin:/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/riscv64-zephyr-elf/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.6.1/zephyr&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;zephyr&amp;quot;,
      &amp;quot;ZEPHYR_SDK_INSTALL_DIR&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;assegid&amp;quot;
    },
    &amp;quot;inherited&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/assegid&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;assegid&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk/arm-zephyr-eabi/bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;2.6.1&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;defaultProfile&amp;quot;: null
  },
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;
      },
      &amp;quot;west&amp;quot;: {
        &amp;quot;env&amp;quot;: {
          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;
        }
      },
      &amp;quot;boardRoots&amp;quot;: [],
      &amp;quot;taskBindings&amp;quot;: {},
      &amp;quot;buildTerminal&amp;quot;: {
        &amp;quot;condensedProgress&amp;quot;: true
      },
      &amp;quot;debugging&amp;quot;: {
        &amp;quot;flash&amp;quot;: true,
        &amp;quot;bindings&amp;quot;: {},
        &amp;quot;justMyCode&amp;quot;: true
      },
      &amp;quot;activeAppFollowActiveEditor&amp;quot;: true,
      &amp;quot;deviceProvider&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;flash&amp;quot;: {
        &amp;quot;softreset&amp;quot;: false,
        &amp;quot;erase&amp;quot;: false,
        &amp;quot;recover&amp;quot;: false
      },
      &amp;quot;enableTelemetry&amp;quot;: null,
      &amp;quot;thirdpartyIntegration&amp;quot;: {},
      &amp;quot;toolchainManager&amp;quot;: {
        &amp;quot;indexURL&amp;quot;: null,
        &amp;quot;installDirectory&amp;quot;: null
      },
      &amp;quot;nrfutil&amp;quot;: {
        &amp;quot;home&amp;quot;: null
      },
      &amp;quot;defaultOpenAction&amp;quot;: &amp;quot;ask&amp;quot;
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;
    }
  },
  &amp;quot;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.25&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.3.25-darwin-x64&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.15&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-terminal-2024.3.15&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.78&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-devicetree-2024.3.78&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.3.21&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/assegid/.vscode/extensions/nordic-semiconductor.nrf-kconfig-2024.3.21&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      }
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: null,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.20.5&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.90.0&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.1.2&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.9&amp;quot;,
      &amp;quot;devicescript.devicescript-vscode&amp;quot;: &amp;quot;2.16.2&amp;quot;,
      &amp;quot;espressif.esp-idf-extension&amp;quot;: &amp;quot;1.7.1&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-containers&amp;quot;: &amp;quot;0.369.0&amp;quot;,
      &amp;quot;ms-vscode.cmake-tools&amp;quot;: &amp;quot;1.18.42&amp;quot;,
      &amp;quot;ms-vscode.cpptools-extension-pack&amp;quot;: &amp;quot;1.3.0&amp;quot;,
      &amp;quot;ms-vscode.cpptools-themes&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;platformio.aceinna-ide&amp;quot;: &amp;quot;0.1.2&amp;quot;,
      &amp;quot;platformio.platformio-ide&amp;quot;: &amp;quot;3.3.3&amp;quot;,
      &amp;quot;raspberry-pi.raspberry-pi-pico&amp;quot;: &amp;quot;0.13.1&amp;quot;,
      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,
      &amp;quot;twxs.cmake&amp;quot;: &amp;quot;0.0.17&amp;quot;
    }
  }
}

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: testing nf5340_audio_dk</title><link>https://devzone.nordicsemi.com/thread/489024?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 08:29:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2cbea27-0c8a-4c26-90f5-e6c75f94d123</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you open your VS Code command pallette (ctrl/cmd +&amp;nbsp; shift + p) and generate support information and paste it here? You can avoid longer text snippets by using the insert -&amp;gt; code feature as seen below:&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/pastedimage1718612805237v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pastedimage1718612853998v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;It seems like that the board is not defined when you&amp;#39;re building. Could you describe the procedure you go through when trying to build the firmware?&lt;/p&gt;
&lt;p&gt;Does the issue persist if you add the SDK folder into your workspace as seen below?&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/pastedimage1718612943440v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>