<?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>Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67354/zephyr-where-can-i-download-this</link><description>To build my own application or to programm the nRF9160 DK i have to work with SEGGER Embedded Studio, which i have already installed. 
 In the next step i have to do the following steps: 
 To import a project into SES, you must specify the following information</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Oct 2020 13:00:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67354/zephyr-where-can-i-download-this" /><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/276452?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2020 13:00:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:145893ef-06f2-4e21-aa66-9af980f46af7</guid><dc:creator>Robin M Saltnes</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looks like your missing a part of the file structure. The &amp;quot;zephyr&amp;quot; folder inside the nrf folder should only contain that one file.&lt;/p&gt;
[quote user="chris97"]&lt;p&gt;I finally got the&amp;nbsp;CMakeLists.txt file which i could specify:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C:/Users/ZIEGER/nrf/applications/asset_tracker/CMakeLists.txt // Done !&amp;nbsp;&lt;/p&gt;[/quote]
&lt;p&gt;From this it looks like you&amp;#39;ve only installed the nrf folder within the ncs, is this the only files that was installed when using the manual process?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s another Zephyr folder that&amp;#39;s referred to in SEGGER embedded studio, this folder should be located at:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C:/Users/USERNAME/ncs/v1.3.1/zephyr&lt;/p&gt;
&lt;p&gt;that&amp;#39;s the same folder as the nrf-folder should be in. So the zephyr folder you want is not the one inside the nrf folder but should be one step up in the directory.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You also have to edit the links so that &amp;lt;THESE&amp;gt; corresponds with your file structure, but I guess you got that already.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Robin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/276439?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2020 12:40:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24ec4df9-574e-49fb-985e-c2db87def874</guid><dc:creator>chris97</dc:creator><description>&lt;p&gt;Hi Robin,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for your help so far.&lt;/p&gt;
&lt;p&gt;Some of your steps work very well. For example i could give the directory for:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;GNU ARM Embedded Toolchain Directory:&amp;nbsp; &amp;lt;NCS&amp;gt;/&amp;lt;ncs-toolchain&amp;gt;/opt&lt;br /&gt; Zephyr Base:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;NCS&amp;gt;/zephyr&lt;/p&gt;
&lt;p&gt;But there is still something missing by following your recent steps.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Some problems start at step 8 ...&lt;/p&gt;
&lt;p&gt;I finally got the&amp;nbsp;CMakeLists.txt file which i could specify:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C:/Users/ZIEGER/nrf/applications/asset_tracker/CMakeLists.txt // Done !&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was also able to get a zephyr folder by installing everything manually.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Unzip the ncs-toolchain zip into the folder&amp;nbsp;...&lt;/p&gt;
&lt;p&gt;3. Navigate to the&amp;nbsp;...&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp;...&lt;/p&gt;
&lt;p&gt;5. ... // Done !&amp;nbsp;&lt;/p&gt;
&lt;p&gt;etc...&lt;/p&gt;
&lt;p&gt;The problem is, that the zephyr folder only includes one single file. The file name is &amp;quot;module.yml&amp;quot; thats it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So i cant give the correct directory&amp;nbsp;for the&amp;nbsp;&lt;strong&gt;board directory.&amp;nbsp;&lt;/strong&gt; Board directory: &amp;lt;NCS&amp;gt;/zephyr/boards/arm/nrf9160_pca10090&lt;/p&gt;
&lt;p&gt;Also&amp;nbsp;the file &amp;quot;&lt;span&gt;build_nrf9160_pca10090ns&lt;/span&gt;&amp;quot;&amp;nbsp;&lt;strong&gt;does&amp;nbsp;not exis&lt;/strong&gt;t!&lt;/p&gt;
&lt;p&gt;Build directory: &amp;lt;NCS&amp;gt;/nrf/applications/asset_tracker/build_nrf9160_pca10090ns //Thats what i was supposed to do. But there is no&amp;nbsp;&lt;span&gt;build_nrf9160_pca10090ns in the asset_tracker folder ...&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What can i do now ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you Robin !&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/276109?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 08:49:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dc6abfd-1c7a-4063-a192-1b49ddc62afa</guid><dc:creator>Robin M Saltnes</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;div&gt;Ok, what about &amp;quot;&lt;code&gt;west init --local nrf&amp;quot;&lt;/code&gt;? And then &amp;quot;&lt;code&gt;west update&amp;quot;, &lt;/code&gt;does that work?&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;Edit: I have been told this is a unzipping-issue, rather than a downloading issue. You could try to unzip and install the SDK manually. To do this you need to find the folder named &amp;quot;downloads&amp;quot; inside the folder named &amp;quot;sdk&amp;quot;, this folder should contain a zip-file named &amp;quot;ncs-toolchain-v1.3.1-...&amp;quot;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Here are the instructions for unzipping and installing the sdk manually:&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;Follow these instructions to install the nRF Connect SDK:

1.  Create a folder in which you want to install the nRF Connect SDK.
    In the following instructions, we will refer to this folder as &amp;lt;NCS&amp;gt;.

2.  Unzip the ncs-toolchain zip into the folder you created by right-clicking
    the .zip file and selecting &amp;#39;Extract All&amp;#39;.
    This will create the following folder: &amp;lt;NCS&amp;gt;/&amp;lt;ncs-toolchain&amp;gt;

3.  Navigate to the &amp;lt;NCS&amp;gt;/&amp;lt;ncs-toolchain&amp;gt; folder.

4.  Double-click `git-bash.exe` to open a command line window from which you
    can install the nRF Connect SDK.

5.  To clone and update the nRF Connect SDK GitHub repositories, type the following
    command and press enter:

    ncsmgr init-ncs

6.  Double-click `SEGGER Embedded Studio.cmd` to open SEGGER Embedded Studio.

7.  In SEGGER Embedded Studio, go to &amp;#39;Tools&amp;#39; &amp;gt; &amp;#39;Options&amp;#39; and select the &amp;#39;nRF Connect&amp;#39; tab.
    Set the locations of the GNU ARM Embedded Toolchain and Zephyr.
    Use the &amp;#39;Browse&amp;#39; button to select the following folders:

    GNU ARM Embedded Toolchain Directory: &amp;lt;NCS&amp;gt;/&amp;lt;ncs-toolchain&amp;gt;/opt
    Zephyr Base:                          &amp;lt;NCS&amp;gt;/zephyr

8.  Click &amp;#39;File&amp;#39; &amp;gt; &amp;#39;Open nRF Connect SDK Project&amp;#39; to open a sample application.
    For example, to open the Asset Tracker application, select the following values:

    CMakeLists.txt:  &amp;lt;NCS&amp;gt;/nrf/applications/asset_tracker/CMakeLists.txt
    Board directory: &amp;lt;NCS&amp;gt;/zephyr/boards/arm/nrf9160_pca10090
    Board name:      nrf9160_pca10090ns
    Build directory: &amp;lt;NCS&amp;gt;/nrf/applications/asset_tracker/build_nrf9160_pca10090ns

9.  Click &amp;#39;Build&amp;#39; &amp;gt; &amp;#39;Build&amp;#39; to build the application.
    If the application builds without errors, your installation was successful.


You can now start developing your own application!&lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;/Edit&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Best regards&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Robin&amp;nbsp;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/276081?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 07:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc6b7f80-c32f-4d51-ac3d-fbf2ff37b1f2</guid><dc:creator>chris97</dc:creator><description>&lt;p&gt;No, i does not work&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C:\Users\ZIEGER\ncs\v1.3.1&amp;gt;west update&lt;br /&gt;FATAL ERROR: can&amp;#39;t load west manifest&lt;br /&gt; no &amp;quot;manifest.path&amp;quot; config option is set&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;what else can we do ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/275852?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2020 10:37:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:538522ca-f458-42f2-a4d1-530aa920d28f</guid><dc:creator>Robin M Saltnes</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you able to run &amp;quot;west update&amp;quot; in command prompt? Click on the little triangle next to &amp;quot;first steps to build&amp;quot;, select &amp;quot;open command prompt&amp;quot; and type in &amp;quot;west update&amp;quot; and then press the enter key.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Robin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/275830?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2020 09:55:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b7d3907-3f1a-482d-b44a-24aff9996a34</guid><dc:creator>chris97</dc:creator><description>&lt;p&gt;Hi Robin,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;it does not work. I tried all the steps ...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What can i do ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/275653?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 13:21:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e9490b7-212d-4d14-afea-c1a236d2a7a0</guid><dc:creator>Robin M Saltnes</dc:creator><description>&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt;Cloning 1-2 GB of files from our GitHub repositories could be a little unstable. I had this issue myself and solved it by updating the toolchain, and then removing the ncs-version I wanted to use and re-installing it. My colleagues also report that this problem often occurs when using the internet via a VPN-service, so this should be avoided when installing the ncs. All files should be present in ncs v1.3.1, no need to revert back to another version as I erroneously stated earlier.&lt;/p&gt;
&lt;p&gt;To update toolchain:&amp;nbsp;&lt;br /&gt;- click the little triangle next to the ncs-version in the toolchain manager&amp;nbsp;&lt;br /&gt;- select &amp;quot;update toolchain&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To remove ncs-version&amp;nbsp;&lt;br /&gt;- click the little triangle and select &amp;quot;remove&amp;quot;&lt;/p&gt;
&lt;p&gt;To reinstall ncs-version&lt;br /&gt;- click install&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just update me in this case if this does not solve the issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Best regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Robin&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/275590?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 11:42:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c685306d-17a7-473f-8b59-759cf68911ac</guid><dc:creator>chris97</dc:creator><description>&lt;p&gt;The problem is, zephyr folder does not exist.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can find the ncs folder but there is no zephyr what can i do ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr where can i download this ?</title><link>https://devzone.nordicsemi.com/thread/275589?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 11:39:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d09a6579-97c5-4bbf-ba18-318789bda6b0</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Every sample project has its CMakeLists.txt.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CMakeLists.txt&lt;/b&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- the location of the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;CMakeLists.txt&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;project file of the sample that you want to work with&lt;br /&gt;&lt;i&gt;i.e.&lt;/i&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;C:\Users\ZIEGER\ncs\v1.3.1\zephyr\samples\basic\blinky\CMakeLists.txt&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;Just use this link as a reference.&amp;nbsp;&lt;span&gt;C:\Users\ZIEGER\ncs\v1.3.1\zephyr\samples\basic\blinky\CMakeLists.txt&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>