<?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>New Developer having issues building and flashing nrf5340_audio application to nrf5340_audio kits.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88147/new-developer-having-issues-building-and-flashing-nrf5340_audio-application-to-nrf5340_audio-kits</link><description>Hello all, I am new to development as a whole, and have been tasked with getting my company&amp;#39;s new nrf5340 audio kits working and creating replicable instructions for future use. I am currently working on a MacBook running macOS Monterey. We do not currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Nov 2023 09:54:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88147/new-developer-having-issues-building-and-flashing-nrf5340_audio-application-to-nrf5340_audio-kits" /><item><title>RE: New Developer having issues building and flashing nrf5340_audio application to nrf5340_audio kits.</title><link>https://devzone.nordicsemi.com/thread/453917?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2023 09:54:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85ebf336-3612-4c57-ad7b-e31492d99c77</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;I leave this message here for people that might stumble upon this post in the future:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;I am happy to report that you no longer need to be given explicit access to download the LC3 codec, it has been made public and can be found here:&lt;/span&gt;&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/tree/main/lc3"&gt;https://github.com/nrfconnect/sdk-nrfxlib/tree/main/lc3&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Karl&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: New Developer having issues building and flashing nrf5340_audio application to nrf5340_audio kits.</title><link>https://devzone.nordicsemi.com/thread/369112?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 18:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb81d859-b852-409b-b285-4048661d7374</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]I am new to development as a whole, and have been tasked with getting my company&amp;#39;s new nrf5340 audio kits working and creating replicable instructions for future use.[/quote]
&lt;p&gt;Great, this is very helpful for me to know. Welcome!&lt;br /&gt;Please do not hesitate to ask if you should encounter any issues or questions along the way.&lt;/p&gt;
[quote user=""]We do not currently have access to the lc3 codec repository[/quote]
&lt;p&gt;Have you reached out to your Regional Sales Manager (RSM) to inquire about getting access?&lt;br /&gt;I would strongly recommend that you do so, since the evaluation of LE Audio might fall short without the pillar that is the LC3 codec.&lt;br /&gt;- You would of course still have all the new features such as broadcast and audio sharing, but without any of the improvements to audio quality and power consumption.&lt;br /&gt;If you do not know who your RSM is, please send me a direct message with your location so that I may provide you with their contact information.&lt;/p&gt;
[quote user=""]I have everything related to this project in a designated &amp;quot;NCS&amp;quot; folder on my desktop and have initiated my west environment in that folder. I am not using any IDEs and am building and flashing the application with the included buildprog.py script.[/quote]
&lt;p&gt;Your logs seems to indicate that there might be an issue with your toolchain. Could you confirm whether or not you used the Toolchain Manager application from nRF Connect for Desktop to install and set up the NCS v1.9.1?&lt;br /&gt;If you did not use the toolchain manager - is there a particular reason for the manual installation?&lt;/p&gt;
&lt;p&gt;The Audio application is still only available in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v1.9.99-dev1"&gt;the NCS SDK v1.9.99-dev1 tag&lt;/a&gt;. If you already have v1.9.1 installed through the toolchain manager you will need to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#get-the-ncs-code"&gt;follow the steps in the Get the nRF Connect SDK code&lt;/a&gt;&amp;nbsp;and substitute the v1.9.99-dev1 tag in place of the v1.9.1 in the example command:&lt;/p&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;$west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.9.99-dev1&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;span&gt;Make sure to also perform the&amp;nbsp;&lt;/span&gt;&lt;em&gt;west update&amp;nbsp;&lt;/em&gt;&lt;span&gt;and&amp;nbsp;&lt;/span&gt;&lt;em&gt;west zephyr-export&amp;nbsp;&lt;/em&gt;&lt;span&gt;steps before you&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/nrf5340_audio/README.html#nrf5340-audio"&gt;proceed to the Audio application documentation&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;You will need to perform the two steps in&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/nrf5340_audio/README.html#configuration"&gt;the nRF5340 Audio documentations Configuration section&lt;/a&gt;&lt;span&gt;&amp;nbsp;the first time you begin working with the devtag.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Once you have added the nrf5340_audio application to the west manifest, the following&amp;nbsp;&lt;/span&gt;&lt;em&gt;west update&amp;nbsp;&lt;/em&gt;&lt;span&gt;command will prompt you for the github login with access to the LC3 repository, in order to retrieve it.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;After the west update completes successfully everything is set up and you may begin to develop with the audio application. Here you may proceed directly to use the buildprog tool to build your application for different configurations, and flash those configurations to multiple different boards concurrently.&lt;/p&gt;
&lt;p&gt;Could you try this again using the toolchain manager, and then let me know&amp;nbsp;if you are able to build and flash the standard CIS mode application to your boards?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>