<?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>nRF9160 Zephyr updates</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43418/nrf9160-zephyr-updates</link><description>Hi 
 I have tried to pull down the updates for the Zephyr project to for the mqtt_simple example. when I do a git checkout master and a git pull all goes fine. but when I try to compile or flash the boards I get errors. 
 example 
 C:\sdk\ncs\zephyr\samples</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Mar 2019 08:28:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43418/nrf9160-zephyr-updates" /><item><title>RE: nRF9160 Zephyr updates</title><link>https://devzone.nordicsemi.com/thread/173876?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2019 08:28:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1766e218-8c09-4000-98c1-4b84b9c8baf6</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi rkguy,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can build an application either by using&amp;nbsp;&lt;/span&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;cmake&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;directly or by using&amp;nbsp;&lt;/span&gt;&lt;a class="reference internal" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html#west"&gt;&lt;span class="std std-ref"&gt;&lt;span class="highlighted"&gt;west&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, Zephyr&amp;rsquo;s meta-tool that is also used to&amp;nbsp;&lt;/span&gt;&lt;a class="reference internal" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/repo-tool.html#west-multi-repo"&gt;&lt;span class="std std-ref"&gt;manage the repositories&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. You can find additional information about&amp;nbsp;&lt;/span&gt;&lt;span class="highlighted"&gt;west&lt;/span&gt;&lt;span&gt;&amp;rsquo;s build capabilities in&amp;nbsp;&lt;/span&gt;&lt;a class="reference internal" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/build-flash-debug.html#west-build-flash-debug"&gt;&lt;span class="std std-ref"&gt;Building, Flashing and Debugging&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Zephyr updates</title><link>https://devzone.nordicsemi.com/thread/173828?ContentTypeID=1</link><pubDate>Sun, 03 Mar 2019 02:02:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c5f7b1c-38b9-4519-a41c-0a9930995ab9</guid><dc:creator>rkguy</dc:creator><description>&lt;p&gt;Does this mean we shouldn&amp;#39;t be using cmake and ninja going forward?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 Zephyr updates</title><link>https://devzone.nordicsemi.com/thread/169900?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 11:45:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a1f0a5d-9292-41a7-9318-10b56c36881a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have just merged a pull request that switches the downstream NCS trees to west, see &lt;a href="https://docs.zephyrproject.org/latest/guides/west/index.html"&gt;this link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please see &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_ins_windows.html#getting-the-ncs-code"&gt;this page&lt;/a&gt; on how to install west. In short, you will need to run:&lt;/p&gt;
&lt;pre&gt;&lt;span class="gp"&gt;#&lt;/span&gt; Linux
&lt;span class="go"&gt;pip3 install --user west&lt;/span&gt;

&lt;span class="gp"&gt;#&lt;/span&gt; macOS and Windows
&lt;span class="go"&gt;pip3 install west&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;You should then change into your ncs/folder (the one that contains the zephyr, nrf, mcuboot, and nrfxlib folders) and run:&lt;/p&gt;
&lt;p&gt;west init -l nrf/&lt;/p&gt;
&lt;p&gt;Once that is done you can run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;west update&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>