<?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>Update west manifest</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118074/update-west-manifest</link><description>I have a project using ncs 2.7 with the nrf9160. My west manifest file is set up to import all and it takes forever, so I am trying to narrow it down to only what is needed, but when I change the manifest file and run the west init and west update commands</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jan 2025 12:08:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118074/update-west-manifest" /><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/520154?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 12:08:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dea4e7b8-af05-42a4-a692-cc6f9303d82f</guid><dc:creator>Hakon</dc:creator><description>[quote user="dave_s"]it won&amp;#39;t upload, the zipped file is too large.[/quote]
&lt;p&gt;Would it be possible to share this with dropbox or something similar?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/519902?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2025 01:25:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2df5d05-2c0d-40b1-84be-71b29f06a3ad</guid><dc:creator>dave</dc:creator><description>&lt;p&gt;Yes, everything is set correctly&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The only difference between a successful build and West not being recognized is the changes to the manifest file and running west update&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/519853?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 16:49:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:855acf06-2814-497e-94e8-a7566d81742c</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Have you checked if the ZEPHYR_BASE variable is set properly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/519824?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 15:21:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bc28a3d-98b5-4e45-a9db-7bc8287cf748</guid><dc:creator>dave</dc:creator><description>&lt;p&gt;I get the same error building from the command line (it usually works OK)&lt;br /&gt;&lt;br /&gt;`usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] &amp;lt;command&amp;gt; ...&lt;br /&gt;west: unknown command &amp;quot;build&amp;quot;; workspace`&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/519783?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 13:46:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ccbbbd4-3e58-4f34-8d71-ee7db591f60b</guid><dc:creator>Hakon</dc:creator><description>[quote user=""]then try to build in the nrf connect vs code extension like I normally do[/quote]
&lt;p&gt;Does it also happen if you build from command line, or is it just vscode that has this problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/518931?ContentTypeID=1</link><pubDate>Sat, 18 Jan 2025 04:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:867e6f50-85de-435e-b4e4-53a04cb0077e</guid><dc:creator>dave</dc:creator><description>&lt;p&gt;it won&amp;#39;t upload, the zipped file is too large.&amp;nbsp; Here is a screen shot of the top level of the folder where ncs 2.7 is installed&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1737172983541v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If it matters, my project uses out of tree drivers and board files, so I init my west workspace at the root level and then navigate to my app directory&amp;nbsp; to build&lt;br /&gt;&lt;br /&gt;My projects structure after updating west looks like this.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;\
├── .west/
├── bootloader/
├── modules/
├── nrf/
├── prj/
│   ├── boards/
│   ├── CMakeLists.txt
│   ├── app/
│   │   ├── CMakeLists.txt
│   │   ├── CMakePresets.json
│   │   ├── config/
│   │   ├── docs/
│   │   ├── firmware_version.c.in
│   │   ├── app.overlay
│   │   ├── Kconfig
│   │   ├── overlay-firmware.conf.in
│   │   ├── overlay-memfault.conf
│   │   ├── prj.conf
│   │   ├── scripts/
│   │   ├── src/
│   │   ├── test/
│   │   └── version.cmake
│   ├── drivers/
│   ├── dts/
│   ├── Kconfig
│   └── west.yml
├── README.md
└── zephyr/
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update west manifest</title><link>https://devzone.nordicsemi.com/thread/518841?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 12:50:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2b4d8f6-1168-469e-946c-a36ff64f4971</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;can you show what the ncs installation folder looks like, and preferably also upload it here so I can test?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>