<?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>Questions about upgrading the Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75594/questions-about-upgrading-the-connect-sdk</link><description>I&amp;#39;m looking for an upgrade that includes this: 
 https://github.com/nrfconnect/sdk-nrf/pull/462 4 
 once it&amp;#39;s merged in. I need that multiple-advertiser functionality. But that&amp;#39;s not my question, as I know the PR is still open. My question is: once it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 May 2021 11:30:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75594/questions-about-upgrading-the-connect-sdk" /><item><title>RE: Questions about upgrading the Connect SDK</title><link>https://devzone.nordicsemi.com/thread/312052?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 11:30:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd61fab2-634f-4f43-95c6-8ca32ff9edc8</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;Once a pull request is merged with the SDK it will be available in the master branch of the SDK (which is the experimental .99 versions). It should be possible to download this using the Toolchain Manager(TM) after going to &amp;quot;Settings&amp;quot; and checking the &amp;quot;Show unstable (master branch) environment&amp;quot;. This should also install the correct version of Zephyr.&lt;br /&gt;&lt;br /&gt;You can also consider installing the specific pull request manually. To do this do the following:&lt;br /&gt;1.&amp;nbsp;Download this file and place it in ~\ncs\v1.5.1\nrf:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/sdc.patch"&gt;devzone.nordicsemi.com/.../sdc.patch&lt;/a&gt;&lt;br /&gt;2. Open the drop down menu besides your Toolchain Manager installation and press &amp;quot;Open bash&amp;quot;.&lt;br /&gt;3. Write the following commands in bash:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;cr nrf
git apply --reject --whitespace=fix sdc.patch
west update
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This should result in your current SDK having the updates from the patch. Just note that this means that a newer version of &lt;strong&gt;nrfxlib&lt;/strong&gt; is used, which again isn&amp;#39;t guaranteed to work with the v1.5.x releases.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>