<?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 West build without internet access (not a question)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127338/zephyr-west-build-without-internet-access-not-a-question</link><description>Dear Nordic, 
 The west build system is not acceptable for firmware development. 
 Firmware != Software. When we create firmware for a product, it must last for years. We cannot rely on the availability of 20 different github repositories being available</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Mar 2026 07:45:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127338/zephyr-west-build-without-internet-access-not-a-question" /><item><title>RE: Zephyr West build without internet access (not a question)</title><link>https://devzone.nordicsemi.com/thread/563078?ContentTypeID=1</link><pubDate>Thu, 12 Mar 2026 07:45:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cb475cf-8f5d-46a2-b301-e64c94ab2693</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Toolchain:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/recommended_versions.html"&gt; Required tools&lt;/a&gt;&amp;nbsp;for a list of which version of which tools in our toolchain. You can select &amp;quot;Version&amp;quot; on this docs page to see which versions we tested for a specific version of the nRF Connect SDK.&lt;br /&gt; You are free to install and &amp;quot;freeze&amp;quot; versions of these as you see fit.&amp;nbsp;&lt;br /&gt;There are multiple ways to do this, but to mention some:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You can use&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-toolchain-manager/nrfutil-toolchain-manager.html"&gt;nrfutil device toolchain-manager&lt;/a&gt;&amp;nbsp;to install a specific version of the toolchain.&lt;/li&gt;
&lt;li&gt;you can for example use a docker container with pinned dependencies.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;SDK:&lt;/p&gt;
&lt;p&gt;You can see a list of repositories we depend on at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/repository_revisions.html"&gt;nRF Connect SDK repository revisions&lt;/a&gt;. You can select &amp;quot;Version&amp;quot; on this docs page to see which versions we tested for a specific version of the nRF Connect SDK. &lt;br /&gt;You are free to download and &amp;quot;freeze&amp;quot; any of these as you see fit.&amp;nbsp;&lt;br /&gt;There are multiple ways to do this, but to mention one, you can install the SDK normally and then copy out the folders containing the SDK and store them where you want.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr West build without internet access (not a question)</title><link>https://devzone.nordicsemi.com/thread/563040?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2026 14:01:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d80cedc2-c59a-44b5-ab26-04ba96bee99f</guid><dc:creator>David2</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;Once a firmware project begins, the tools are locked down and upgrading tools is not something to be taken lightly, as it requires extensive validation.&amp;nbsp; Software is much more flexible as it doesn&amp;#39;t typically adhere to the same levels of validation.&amp;nbsp; That&amp;#39;s the reason it&amp;#39;s called Firmware.&lt;/p&gt;
&lt;p&gt;Firmware must be able to stored away for a few years, come back and have it still compile.&amp;nbsp; It will never treated as some continuous integration project of the latest updates and SDK updates.&amp;nbsp; If you survey your customers, I&amp;#39;m sure you will find this to be true across the board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This means, I should be able to take&amp;nbsp;any laptop&amp;nbsp;with fresh OS installation, checkout the tools and code from my repository, and have it compile.&amp;nbsp; As simple as that,&amp;nbsp;and your toolset does not support that.&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr West build without internet access (not a question)</title><link>https://devzone.nordicsemi.com/thread/562992?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2026 07:46:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5780e689-bad8-4e0d-8377-60ce6a7452f2</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;When making tools, such as the nRF Connect SDK Bare Metal, we are making choices on design that we think will be the most beneficial. Unfortunately, the fit can not be perfect for everyone.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That said, I think you will be happy to hear that you can build projects with the nRF Connect SDK Bare Metal without internet. To build with this SDK you do need to &lt;a href="https://docs.nordicsemi.com/bundle/nrf-bm-latest/page/nrf-bm/install_nrf_bm.html"&gt;install&lt;/a&gt; the following:&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Toolchain&lt;/li&gt;
&lt;li&gt;SDK&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To &lt;strong&gt;install&amp;nbsp;&lt;/strong&gt;and&amp;nbsp;&lt;strong&gt;update&lt;/strong&gt; these, you need internet. However, once&amp;nbsp; you have installed them, you can build and flash our devices without internet.&lt;/p&gt;
&lt;p&gt;Additionally, we provide the VS Code Extension as an IDE to help you develop with our devices. I do not think that this requires internet to work either.&lt;/p&gt;
&lt;p&gt;If you have any issues with operating the Toolchain or SDK without internet, let me know in this ticket, and I will assist you as best I can.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>