<?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>Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98551/trouble-updating-from-ncs-v1-9-1-to-v2-1-4-no-zephyr_base-modules-hal_nordic-kconfig-dt</link><description>Hi, 
 I&amp;#39;m trying to update my work area from nRF Connect SDK v1.9.1 to v2.1.4. 
 In my project, I updated the revision line in west.yml , then did a west update . 
 I then tried to build my project, with west build --pristine --board=&amp;lt;my board&amp;gt; . 
 It</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Apr 2023 22:38:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98551/trouble-updating-from-ncs-v1-9-1-to-v2-1-4-no-zephyr_base-modules-hal_nordic-kconfig-dt" /><item><title>RE: Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/thread/420352?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 22:38:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e23b478-62f9-4480-b485-73d885aa99de</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Is your SDK installed using the Toolchain Manager in nRF Connect for Desktop? If so could you try installing another version and see if the remote nrf repo is found there?&lt;/p&gt;
&lt;p&gt;If you are not installing using the Toolchain Manager, could you explain how you are setting up the SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/thread/420347?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 20:29:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ced90d09-a905-489f-a968-58537943a506</guid><dc:creator>Yaron Shragai</dc:creator><description>&lt;p&gt;The thing is, the deeper problem is that my git can&amp;#39;t find the remote nrf repo.&lt;/p&gt;
&lt;p&gt;If I do what you suggested I get:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;...path redacted...&amp;gt;/nrf$ git checkout v2.1.4
error: pathspec &amp;#39;v2.1.4&amp;#39; did not match any file(s) known to git&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/thread/420273?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 13:32:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:858a3b68-3577-4d3f-94ce-10d4ed71efb5</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;v2.1.4 is a tag, not a branch, so try checkout instead of pull:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;git checkout v2.1.4&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If that doesn&amp;#39;t work you may want to reinstall the SDK from the Toolchain Manager and try with a fresh install.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/thread/419990?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 13:52:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73fe12ea-e0e1-4e62-b0cb-828b8335f084</guid><dc:creator>Yaron Shragai</dc:creator><description>&lt;p&gt;Thanks, I didn&amp;#39;t realize that you have to update the nrf repo first - I thought that when you specify the latest nrf rev in the manifest file, &lt;code&gt;west update&lt;/code&gt; would take care of updating the repo to that revision.&lt;/p&gt;
&lt;p&gt;I may need some help with git then. I&amp;#39;m not sure how to update the nrf repo to v2.1.4 from the state that my nrf repo is in right now.&lt;/p&gt;
&lt;p&gt;Here is a session with some git commands illustrating the current state of my nrf repo.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;...path redacted...&amp;gt;$ cd nrf
&amp;lt;...path redacted...&amp;gt;/nrf$ git status
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
&amp;lt;...path redacted...&amp;gt;/nrf$ git fetch
&amp;lt;...path redacted...&amp;gt;/nrf$ git pull origin v2.1.4
fatal: &amp;#39;origin&amp;#39; does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
&amp;lt;...path redacted...&amp;gt;/nrf$ git remote show origin
fatal: &amp;#39;origin&amp;#39; does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
&amp;lt;...path redacted...&amp;gt;/nrf$ git log --oneline -10
126fad0e (grafted, HEAD, tag: v1.9.1, manifest-rev) manifest: update manifest file with 1.9.1 tags
&amp;lt;...path redacted...&amp;gt;/nrf$ git branch
* (HEAD detached at refs/heads/manifest-rev)
  manifest-rev&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/thread/419939?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 11:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b52e83e3-176a-414d-979e-b72413ab5227</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you describe exactly how you update your SDK? Normally you would first update the nrf repository to v2.1.4, using git for example, then run west update. This should update your zephyr repository to v3.1.99-ncs1-3, &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/v3.1.99-ncs1-3/modules/hal_nordic"&gt;which contains the Kconfig.dt file&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble updating from NCS v1.9.1 to v2.1.4: No ${ZEPHYR_BASE}/modules/hal_nordic/Kconfig.dt</title><link>https://devzone.nordicsemi.com/thread/419760?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2023 14:02:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a433ef2e-4596-4f57-a81d-0d7cc56b569f</guid><dc:creator>Yaron Shragai</dc:creator><description>&lt;p&gt;It actually works if I create a new work area (never been built before) with the updated manifest file, rather than updating the manifest file in my existing work area.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>