<?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>Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115685/clean-install-of-vscode-toolchain-fails-on-macosx-apple-silicon</link><description>Hi, 
 
 I have been performing a fresh install of the toolchain following the nordic&amp;#39;s &amp;quot;nRF Connect for VS Code&amp;quot; page, as well as the YouTube video &amp;quot;Introducing nRF Connect for VS Code&amp;quot;. 
 Given previous problems (which lead me to re-install the whole</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Oct 2024 16:53:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115685/clean-install-of-vscode-toolchain-fails-on-macosx-apple-silicon" /><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507634?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 16:53:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd66e754-17ea-4c2f-a160-393971be8014</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;The solution of this issue has two parts&amp;nbsp;summarized below (condensed version of what we learned from the long&amp;nbsp;thread with Dejan):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114189/persistent-error-with-macos-nrf-connect-for-vs-code-installing-sdks"&gt;This ticket&lt;/a&gt;&amp;nbsp;explains that git needs to be allowed to download much bigger files (100MB as&amp;nbsp;opposed to the default 2MB limit). Before installation, one should therefore execute the&amp;nbsp;terminal command:&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;git config --global http.postBuffer 104857600&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;The&amp;nbsp;toolchain and SDK versions should be the same. However, VSCode shows&amp;nbsp;pre-releases (such as v2.7.99-cs2) for the SDK but not the toolchain. Therefore, one should either use a normal release (such as v2.7.0) for both of them&amp;nbsp;or install the pre-release from the toolchain manager app (accessible via the nRF&amp;nbsp;Connect for Desktop app). Note that pre-releases are hidden by default inside the toolchain manager but they can be made visible via the settings.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Kudos and thanks to&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/dejans"&gt;dejans&lt;/a&gt;&amp;nbsp;for all the help.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Armand&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507632?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 16:35:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:334bd4b4-01ca-4140-a775-daa9190017b9</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;this worked:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="markdown"&gt;- terminal: `git config --global http.postBuffer 104857600`
- opening nRF Connect for Desktop.App &amp;gt; Toolchain Manager v1.5.2.
- Toolchain Manager &amp;gt; Settings &amp;gt; Hide pre-release versions &amp;gt; disable
- Toolchain Manager &amp;gt; SDK Environments &amp;gt; nRF Connect SDK v2.7.99-cs2 &amp;gt; install
- VSCode: install nRF Connect for VS Code
- VSCode: install nRF Connect for VS Code Extension Pack
- VSCode: showed toolchains v2.7.99-cs2 and SDK v2.7.99-cs2 installed;
- VSCode: validation check detected no issues.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In summary, it appears that the (original) problem&amp;nbsp;was caused by two things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;the need for the &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114189/persistent-error-with-macos-nrf-connect-for-vs-code-installing-sdks"&gt;git config change&lt;/a&gt;:&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;git config --global http.postBuffer 104857600&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;the fact that pre-release versions are not listed under toolchains in VSCode, but SDK pre-releases are listed. This necessitates installation of the (pre-release) toolchain outside of VSCode, or the selection of a non-pre-release version such as v2.7.0 for both the toolchain and the SDK because the versions of toolchain and SDK should correspond.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks a lot for your help.&lt;/p&gt;
&lt;p&gt;Armand&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507533?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 09:28:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ba8b8ac-dcc2-4676-b9ea-8c498d12b986</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="aniederberger"]If the toolchain version number is supposed to be higher than or equal to the SDK version number, this explains everything&amp;nbsp;because toolchains version numbers don&amp;#39;t reach as high (up to v2.7.0) as SDK version numbers (up to v2.7.99-cs2). See attached screenshots.[/quote]
&lt;p&gt;Toolchain version should corrspond to the NCS version. If you choose to use NCS v2.7.0 then you should choose the same version of the Toolchain, but one toolchain might be suitable for multiple minor versions (and same major version) of the NCS.&lt;/p&gt;
[quote user="aniederberger"]Or are you&amp;nbsp;suggesting I uninstall SDK v2.7.99-cs2 (which I did) and then install toolchain v2.7.0 using the toolchain manager? Also, could you clarify if NCS (nRF Connect SDK, right?) refers to the SDK or the toolchain, or if the two are one and the same?[/quote]
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html"&gt;nRF Connect SDK&lt;/a&gt; (NCS) is software development kit (SDK). The&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html"&gt;Toolchain&lt;/a&gt; is a set of development tools. They are not the same and both need to be installed. In your case, you would probably need to run &amp;quot;git config --global http.postBuffer 104857600&amp;quot; command also before installing NCS v2.7.99-cs2 if you want your &amp;quot;outdated&amp;quot; messages to disappear. For testing purposes, you could try to install NCS v2.7.99-cs2 from the Toolchain Manager to see if you still get the same &amp;quot;outdated&amp;quot; messages.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507412?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 15:07:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa4de46c-4de0-4487-b04d-00e9da086220</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;If the toolchain version number is supposed to be higher than or equal to the SDK version number, this explains everything&amp;nbsp;because toolchains version numbers don&amp;#39;t reach as high (up to v2.7.0) as SDK version numbers (up to v2.7.99-cs2). See attached screenshots.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s what I did in order:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In VSCode: Manage SDKs &amp;gt; Uninstall SDK &amp;gt; nRF Connect SDK v2.7.99-cs2&lt;/li&gt;
&lt;li&gt;The stand-alone Mac Toolchain Manager does not offer v2.7.99-cs2 as an option. Inside VSCode,&amp;nbsp;Manage toolchains &amp;gt; Install Toolchain &amp;gt; nRF Connect Toolchain v2.7.99-cs2 is NOT an option, either.&lt;/li&gt;
&lt;li&gt;In VSCode: Manage SDKs &amp;gt; Install SDK &amp;gt; v2.7.99-cs2 IS an option.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thus, as shown in the screenshots, the biggest differences I see are&amp;nbsp;that &amp;quot;VSCode:Manage SDKs&amp;quot; and &amp;quot;Toolchain Manager&amp;quot;/&amp;quot;VSCode:Manage toolchains&amp;quot;&amp;nbsp;don&amp;#39;t list all of the same versions and that they are named differently (version number only vs &amp;quot;nRF&amp;nbsp;Connect Toolchain&amp;quot; and then version number).&lt;/p&gt;
&lt;p&gt;Or are you&amp;nbsp;suggesting I uninstall SDK v2.7.99-cs2 (which I did) and then install toolchain v2.7.0 using the toolchain manager? Also, could you clarify if NCS (nRF Connect SDK, right?) refers to the SDK or the toolchain, or if the two are one and the same?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Armand&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/Manage_5F00_toolchains.png" /&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/Manage_5F00_SDKs.png" /&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/Toolchain_5F00_Manager.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507374?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 13:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d52b0b45-8bb7-4192-b7b4-e281c46b3120</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Armand,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Do you see any difference in the output window if you uninstall NCS v2.7.99-cs2 which you installed via VS Code and reinstall it from the Toolchain Manager?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507370?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 12:58:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d41ddc4-b550-486e-b96a-d8cea76328e8</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I see &amp;#39;Now run &amp;quot;west update&amp;quot; inside /opt/nordic/ncs/v2.7.99-c2&amp;#39; in the log (redo-log line 55), followed by &amp;#39;exited with code 0&amp;#39; (line 57), and &amp;#39;[west]: updating /opt/nordic/ncs/v2.7.99-cs2...&amp;#39; (line 60) and &amp;#39;[west]: === updating zephyr (zephyr):&amp;#39; (line 62). Same in the initial log file starting from line 145. I did not run any update command manually.&lt;/p&gt;
&lt;p&gt;Yes, all NCS versions are in the folder /opt/nordic/ncs/&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;% ls /opt/nordic/ncs/
downloads	toolchains	v2.7.0
tmp		v2.6.1		v2.7.99-cs2&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Armand&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507347?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 12:11:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ab0c76d-5b73-433e-9e9f-abb432a937b7</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Armand,&lt;br /&gt;&lt;br /&gt;In your initial output log, I see this message &amp;lt;Now run &amp;quot;west update&amp;quot; inside /opt/nordic/ncs/v2.7.99-cs2&amp;quot;&amp;gt;. Can you confirm that you have done this step?&lt;br /&gt;&lt;br /&gt;Are all your NCS versions (v2.6.1, v2.7.0 and v2.7.99-cs2) located in the same /opt/nordic/ncs folder?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507278?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 08:25:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41c18984-14b7-4ed1-ab9b-b2c30874eaf6</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;TLDR: after setting &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;git config --global http.postBuffer 104857600,&lt;/span&gt;&amp;nbsp;as suggested in the post you referenced, and then&amp;nbsp;installing the slightly older (NCS) SDK v2.7.0, the Toolchain validation does not throw any errors. Thank you.&lt;/p&gt;
&lt;p&gt;In response to your questions:&lt;/p&gt;
&lt;p&gt;1. what I mean&amp;nbsp;is that the original reason for this post persists: the claim that zephyrs-dk is outdated, and the claim that python is outdated (even though python 3.13 is clearly the default version now, as shown when writing python3 --version in the vscode terminal). These errors are seen when I click on &amp;quot;Manage&amp;nbsp;toolchains&amp;quot;, then &amp;quot;Validate Toolchain&amp;quot;. The output is&amp;nbsp;in the &amp;quot;OUTPUT&amp;quot; window, &amp;quot;nRF Connect&amp;quot;.&lt;/p&gt;
&lt;p&gt;2. I added the log created after your suggestion of changing the global git setting to the original post for reference: 20241021_nrfconnect_install_log_redo.txt. Lines 36-37 show that after installing&amp;nbsp;the toolchain, the validation seems to indicate that everything is ok. Right after this (line 39), I am installing the SDK at the end of which the validation report shows the outdated messages.&lt;/p&gt;
&lt;p&gt;3. Great catch: I have just installed (NCS) SDK v2.6.1 and v2.7.0 and the Toolchain validation now (using these versions) does not detect any issues with the toolchain. This didn&amp;#39;t seem to work before implementing your git config change, but now it does. Note that the Toolchain validation with SDK v2.7.99-cs1 complains about zephyr-sdk being outdated, but it does not complain about python. Finally, I uninstalled and reinstalled v2.7.99-cs2 and the original error messages (outdated zephyr-sdk and python) are back. Therefore, I will&amp;nbsp;use (NCS) SDK v2.7.0 and keep an eye out for new versions unless you advise otherwise.&lt;/p&gt;
&lt;p&gt;Thanks for your help. Please let me know if there is anything else I can clarify or describe more accurately to help you locate the issue. Also, please let me know if you don&amp;#39;t want me to use (NCS) SDK v2.7.0 for some reason. Otherwise, I will mark this issue as resolved.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Armand&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507276?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 08:18:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4adabd0e-dc2b-4457-bb74-70a224758a69</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="aniederberger"]but the&amp;nbsp;SDK complaints about outdated zephyr and python persist.[/quote]
&lt;p&gt;Can you elaborate on this? Could you provide the steps you took before you got python and zephyr-sdk &amp;quot;outdated&amp;quot; messages? In which nRF Connect window do you see these &amp;quot;outdated&amp;quot; messages?&lt;/p&gt;
[quote user="aniederberger"]Only after installing v2.7.99-cs2 do I see the complaints about outdated python and zephyr.&amp;nbsp;Coincidence?[/quote]
&lt;p&gt;I assume this is NCS v2.7.99-cs2. Is this correct? If yes, how did you install it? Is everything working fine (no &amp;quot;outdated&amp;quot; messages) with previous NCS versions?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507227?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 00:02:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:424ef519-9025-400f-b840-85dbc0534cf6</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;br /&gt;Thanks a lot for your reply. Your suggestion definitely&amp;nbsp;helped, but it unfortunately didn&amp;#39;t solve the problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The&amp;nbsp;git errors&amp;nbsp;are now gone&lt;/li&gt;
&lt;li&gt;Installation of the SDK went from hours to minutes&lt;/li&gt;
&lt;li&gt;but the&amp;nbsp;SDK complaints about outdated zephyr and python persist. Yes, python3 is still the new version I installed with&amp;nbsp;home-brew.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Since I seem to be unable to add my log file here, I am pasting the VSCode support information below (masking only my username)&lt;/p&gt;
&lt;p&gt;One thing I have noticed:&amp;nbsp;my (new) logs show that the initial toolchain validation report (before installing v2.7.99-cs2; lines 36-37 in the log) comes back clean. Only after installing v2.7.99-cs2 do I see the complaints about outdated python and zephyr.&amp;nbsp;Coincidence?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Armand&lt;br /&gt;PS: I found a way to attach the file: It&amp;#39;s now added to the main&amp;nbsp;post under 20241021_nrfconnect_install_log_redo.txt .&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="json"&gt;{
  &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 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;23.6.0&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.94.2&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;30.5.1&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v20.16.0&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2024-10-21T23:51:25.351Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;/private/var/folders/d3/1g3tcb2s3p13xyvgz3y8cln80000gn/T/AppTranslocation/81A5E17D-3375-44A3-9F7F-E5CDA75C7221/d/Visual Studio Code.app/Contents/Resources/app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:09:12&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;814:04:17&amp;quot;,
    &amp;quot;cpu&amp;quot;: &amp;quot;Apple M1 Max&amp;quot;
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: null,
    &amp;quot;workspaceFile&amp;quot;: null,
    &amp;quot;folders&amp;quot;: []
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;v2.7.99-cs2&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.7.99-cs2&amp;quot;
    }
  ],
  &amp;quot;apps&amp;quot;: [],
  &amp;quot;topdir&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.7.99-cs2&amp;quot;,
  &amp;quot;workspaceState&amp;quot;: &amp;quot;empty-ready&amp;quot;,
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.7.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83&amp;quot;
    }
  ],
  &amp;quot;activeToolchain&amp;quot;: {
    &amp;quot;type&amp;quot;: &amp;quot;installation&amp;quot;,
    &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83&amp;quot;,
    &amp;quot;version&amp;quot;: &amp;quot;2.7.0&amp;quot;,
    &amp;quot;displayName&amp;quot;: &amp;quot;nRF Connect SDK Toolchain v2.7.0&amp;quot;
  },
  &amp;quot;connectedDevices&amp;quot;: [],
  &amp;quot;deviceProvider&amp;quot;: &amp;quot;nrfutil&amp;quot;,
  &amp;quot;tools&amp;quot;: {
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc&amp;quot;: &amp;quot;0.16.5-1 (arm64)&amp;quot;,
    &amp;quot;/Applications/SEGGER/JLink/JLinkExe&amp;quot;: &amp;quot;7.94e (x64,arm64)&amp;quot;,
    &amp;quot;/usr/local/bin/nrfjprog&amp;quot;: &amp;quot;10.24.2 (x64,arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/cmake&amp;quot;: &amp;quot;3.21.0 (arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/west&amp;quot;: &amp;quot;1.2.0&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/python3&amp;quot;: &amp;quot;3.9.6 (arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/ninja&amp;quot;: &amp;quot;1.10.2 (arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/gperf&amp;quot;: &amp;quot;3.1 (arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/dtc&amp;quot;: &amp;quot;1.6.1 (arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/gn&amp;quot;: &amp;quot;2175 (arm64)&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin/git&amp;quot;: &amp;quot;2.37.3 (arm64)&amp;quot;,
    &amp;quot;arm-gdbPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb&amp;quot;,
    &amp;quot;riscv-gdbPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/riscv64-zephyr-elf/bin/riscv64-zephyr-elf-gdb&amp;quot;
  },
  &amp;quot;nrfutil&amp;quot;: {
    &amp;quot;nrfutil-device&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;2.5.0&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/myuser/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.9.87-darwin-arm64/platform/nrfutil/bin/nrfutil-device&amp;quot;
    },
    &amp;quot;nrfutil-toolchain-manager&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;0.14.4&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/myuser/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.9.87-darwin-arm64/platform/nrfutil/bin/nrfutil-toolchain-manager&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;GIT_EXEC_PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/Cellar/git/2.37.3/libexec/git-core&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/myuser&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/f8037e9b83/bin:/opt/nordic/ncs/toolchains/f8037e9b83/usr/bin:/opt/nordic/ncs/toolchains/f8037e9b83/usr/local/bin:/opt/nordic/ncs/toolchains/f8037e9b83/opt/bin:/opt/nordic/ncs/toolchains/f8037e9b83/opt/nanopb/generator-bin:/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/aarch64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/x86_64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/arm-zephyr-eabi/bin:/opt/nordic/ncs/toolchains/f8037e9b83/opt/zephyr-sdk/riscv64-zephyr-elf/bin:/Users/myuser/.docker/bin:/opt/homebrew/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/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:/Users/myuser/.docker/bin:/opt/homebrew/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/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.7.99-cs2/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/f8037e9b83/opt/zephyr-sdk&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;myuser&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/myuser&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/Users/myuser/.docker/bin:/opt/homebrew/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/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;myuser&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;nrfutil&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;: false,
      &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;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.9.87&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/myuser/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.9.87-darwin-arm64&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: null,
      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: null,
      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: null
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: null,
      &amp;quot;ms-vscode.cpptools&amp;quot;: null,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.94.0&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.1.3&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.10&amp;quot;
    }
  }
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507116?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 11:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a4f490e-1b0e-492f-ae81-44c886677026</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;In your log, I can see &amp;quot;error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400&amp;quot; and &amp;quot;fatal: unable to write request to remote: Broken pipe&amp;quot;. The error is mentioned in this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114189/persistent-error-with-macos-nrf-connect-for-vs-code-installing-sdks"&gt;ticket&lt;/a&gt;. Can you try out suggested solution and check if it works in your case?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clean install of VSCode toolchain fails on MacOSX (Apple Silicon)</title><link>https://devzone.nordicsemi.com/thread/507035?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 04:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c001a390-310f-47d8-8a98-17c3120c92fd</guid><dc:creator>aniederberger</dc:creator><description>&lt;p&gt;PS: I am able to flash my nRF52-DK (PCA10040) despite&amp;nbsp;the Toolchain validation report indicating the issues reported above.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>