<?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>west update blocks and fails on mbedtls</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48055/west-update-blocks-and-fails-on-mbedtls</link><description>It looks like mbedtls-2.13.1 tag does not exist from what I can see on github. When I run west update, it is failing on mbedtls even if I have the repo already cloned. 
 
 PS C:\Projects\ncs\mbedtls&amp;gt; west update === updating fw-nrfconnect-zephyr (zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Jun 2019 07:09:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48055/west-update-blocks-and-fails-on-mbedtls" /><item><title>RE: west update blocks and fails on mbedtls</title><link>https://devzone.nordicsemi.com/thread/190659?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 07:09:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39a960f9-0e88-4db2-850a-a5e86333db69</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Glad to hear that you found the root cause of the issue!&lt;/p&gt;
&lt;p&gt;Let me know if any other issues or questions should pop up.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west update blocks and fails on mbedtls</title><link>https://devzone.nordicsemi.com/thread/190635?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 00:12:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22245e88-b583-45b3-ac5a-8a6f90e60095</guid><dc:creator>austinaoe</dc:creator><description>&lt;p&gt;I found the issue.&amp;nbsp; I had previously installed github desktop on my computer.&amp;nbsp; Even after following the instructions and using chocalaty to install the latest version of git, it was still using the older version.&amp;nbsp; I changed my system path to use the new version which is installed in C:\Program Files\Git\bin.&amp;nbsp; It fixed the issue.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;PS C:\WINDOWS\system32&amp;gt; git --version
git version 2.21.0.windows.1
PS C:\WINDOWS\system32&amp;gt; cd C:\Projects\ncs
PS C:\Projects\ncs&amp;gt; west update
=== updating fw-nrfconnect-zephyr (zephyr):
--- fw-nrfconnect-zephyr: fetching changes
--- fw-nrfconnect-zephyr: checked out 31529f68ec7fb266a4ec1761009e100ef9850ea5 as detached HEAD
=== updating nffs (modules\fs\nffs):
--- nffs: fetching changes
--- nffs: checked out bc62a2fa9d98ddb5d633c932ea199bc68e10f194 as detached HEAD
=== updating segger (modules\debug\segger):
--- segger: fetching changes
--- segger: checked out 6fcf61606d6012d2c44129edc033f59331e268bc as detached HEAD
=== updating fw-nrfconnect-mcuboot (mcuboot):
--- fw-nrfconnect-mcuboot: fetching changes
--- fw-nrfconnect-mcuboot: checked out 0a5c2987365abb0417610ecb7c2c7b5fb117159b as detached HEAD
=== updating fw-nrfconnect-mcumgr (modules\lib\mcumgr):
--- fw-nrfconnect-mcumgr: fetching changes
--- fw-nrfconnect-mcumgr: checked out c8f675a5fa7f62106b9d913844bd5ed6e16ae69e as detached HEAD
=== updating fw-nrfconnect-tinycbor (modules\lib\tinycbor):
--- fw-nrfconnect-tinycbor: fetching changes
--- fw-nrfconnect-tinycbor: checked out 543ecb7c8662580ef803d59ceda7bd3b8a84a11b as detached HEAD
=== updating nrfxlib (nrfxlib):
--- nrfxlib: fetching changes
--- nrfxlib: checked out a87551ba2e131ff17e0e1c796b73f7c37bbea9ec as detached HEAD
=== updating cmock (test\cmock):
--- cmock: fetching changes
--- cmock: checked out c243b9a7a7b3c471023193992b46cf1bd1910450 as detached HEAD
=== updating unity (test\cmock\vendor\unity):
--- unity: fetching changes
--- unity: checked out 031f3bbe45f8adf504ca3d13e6f093869920b091 as detached HEAD
=== updating mbedtls (mbedtls):
--- mbedtls: fetching changes
From https://github.com/ARMmbed/mbedtls
 * tag                   mbedtls-2.13.1 -&amp;gt; FETCH_HEAD
HEAD is now at 53546ea09 Update library version number to 2.13.1
--- mbedtls: checked out 53546ea099f6f53d0be653a64accd250e170337f as detached HEAD
PS C:\Projects\ncs&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west update blocks and fails on mbedtls</title><link>https://devzone.nordicsemi.com/thread/190632?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 23:34:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8391308f-ad97-4487-8468-c2e6dd0f072a</guid><dc:creator>austinaoe</dc:creator><description>&lt;p&gt;I deleted the mcuboot and mbedtls folders from my local drive and ran &amp;quot;west update&amp;quot;.&amp;nbsp; The mcuboot was OK but the same issue occurs with mbedtls.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;PS C:\Projects\ncs&amp;gt; west update
=== updating fw-nrfconnect-zephyr (zephyr):
--- fw-nrfconnect-zephyr: fetching changes
--- fw-nrfconnect-zephyr: checked out 31529f68ec7fb266a4ec1761009e100ef9850ea5 as detached HEAD
=== updating nffs (modules\fs\nffs):
--- nffs: fetching changes
--- nffs: checked out bc62a2fa9d98ddb5d633c932ea199bc68e10f194 as detached HEAD
=== updating segger (modules\debug\segger):
--- segger: fetching changes
--- segger: checked out 6fcf61606d6012d2c44129edc033f59331e268bc as detached HEAD
=== updating fw-nrfconnect-mcuboot (mcuboot):
--- fw-nrfconnect-mcuboot: cloning and initializing
Initialized empty Git repository in /c/Projects/ncs/mcuboot/.git/
--- fw-nrfconnect-mcuboot: fetching changes
remote: Enumerating objects: 6066, done.
Receiving objects:  94% (5703/6066), 1.92 MiB | 1.26 MiB/s   remote: Total 6066 (delta 0), reused 0 (delta 0), pack-reused 6066
Receiving objects: 100% (6066/6066), 2.39 MiB | 1.26 MiB/s, done.
Resolving deltas: 100% (3749/3749), done.
From https://github.com/NordicPlayground/fw-nrfconnect-mcuboot
 * [new branch]      master           -&amp;gt; refs/west/master
 * [new tag]         v1.2.99-ncs1     -&amp;gt; v1.2.99-ncs1
 * [new tag]         v1.2.99-ncs1-rc1 -&amp;gt; v1.2.99-ncs1-rc1
 * [new tag]         v1.2.99-ncs2     -&amp;gt; v1.2.99-ncs2
 * [new tag]         v1.2.99-ncs2-rc1 -&amp;gt; v1.2.99-ncs2-rc1
 * [new tag]         v1.2.99-ncs2-rc2 -&amp;gt; v1.2.99-ncs2-rc2
 * [new tag]         v1.3.99-ncs1     -&amp;gt; v1.3.99-ncs1
 * [new tag]         v1.3.99-ncs1-rc1 -&amp;gt; v1.3.99-ncs1-rc1
 * [new tag]         v1.3.99-ncs1-rc2 -&amp;gt; v1.3.99-ncs1-rc2
HEAD is now at 0a5c298... [nrf toup] cmake: sign parent image regardless of build strategy
--- fw-nrfconnect-mcuboot: checked out 0a5c2987365abb0417610ecb7c2c7b5fb117159b as detached HEAD
=== updating fw-nrfconnect-mcumgr (modules\lib\mcumgr):
--- fw-nrfconnect-mcumgr: fetching changes
--- fw-nrfconnect-mcumgr: checked out c8f675a5fa7f62106b9d913844bd5ed6e16ae69e as detached HEAD
=== updating fw-nrfconnect-tinycbor (modules\lib\tinycbor):
--- fw-nrfconnect-tinycbor: fetching changes
--- fw-nrfconnect-tinycbor: checked out 543ecb7c8662580ef803d59ceda7bd3b8a84a11b as detached HEAD
=== updating nrfxlib (nrfxlib):
--- nrfxlib: fetching changes
--- nrfxlib: checked out a87551ba2e131ff17e0e1c796b73f7c37bbea9ec as detached HEAD
=== updating cmock (test\cmock):
--- cmock: fetching changes
--- cmock: checked out c243b9a7a7b3c471023193992b46cf1bd1910450 as detached HEAD
=== updating unity (test\cmock\vendor\unity):
--- unity: fetching changes
--- unity: checked out 031f3bbe45f8adf504ca3d13e6f093869920b091 as detached HEAD
=== updating mbedtls (mbedtls):
--- mbedtls: fetching changes
From https://github.com/ARMmbed/mbedtls
 * tag                   mbedtls-2.13.1 -&amp;gt; FETCH_HEAD
fatal: FETCH_HEAD^commit: not a valid SHA1
FATAL ERROR: Command &amp;#39;update-ref refs/heads/manifest-rev FETCH_HEAD^{{commit}}&amp;#39; failed with code 128 for mbedtls (mbedtls)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west update blocks and fails on mbedtls</title><link>https://devzone.nordicsemi.com/thread/190525?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 13:06:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fbc4e78-f15c-4536-997d-ff2466432c4f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was not able to reproduce this.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;=== updating mbedtls (mbedtls):
--- mbedtls: fetching changes
From https://github.com/ARMmbed/mbedtls
 * tag                   mbedtls-2.13.1 -&amp;gt; FETCH_HEAD
--- mbedtls: checked out 53546ea099f6f53d0be653a64accd250e170337f as detached HEAD&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try again and see if the problem still exists? If yes; try to pull everything in a &amp;quot;fresh folder&amp;quot;?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>