<?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>Why do I get this error with mbedtls when doing &amp;quot;west update&amp;quot;?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51763/why-do-i-get-this-error-with-mbedtls-when-doing-west-update</link><description>Why do I get the folowing error with mbedtls when doing &amp;quot;west update&amp;quot;? 
 
 Possibly related issues: * devzone.nordicsemi.com/.../west-update-blocks-and-fails-on-mbedtls (Didn&amp;#39;t help)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Sep 2019 20:46:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51763/why-do-i-get-this-error-with-mbedtls-when-doing-west-update" /><item><title>RE: Why do I get this error with mbedtls when doing "west update"?</title><link>https://devzone.nordicsemi.com/thread/208341?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 20:46:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eac46f86-e929-4040-9408-7056bc1d7c56</guid><dc:creator>E3V3A</dc:creator><description>&lt;p&gt;Yes. Indeed west was having trouble with mbedtls due to a developer error. &lt;br /&gt;Updating west and and its dependencies fixed the error.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The easiest way to overcome the 2nd problem (above) is to make a git checkout and force it to remove any old stuff.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ${NORDICS}/ncs/nrf
git checkout -f master
git pull
git checkout v1.0.0
west update
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Please see full procedure here:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51740/how-can-we-flash-the-original-factory-out-of-the-box-fw-for-the-nrf9160"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51740/how-can-we-flash-the-original-factory-out-of-the-box-fw-for-the-nrf9160&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div id="simple-translate"&gt;
&lt;div&gt;
&lt;div class="simple-translate-button " style="height:22px;left:10px;top:10px;width:22px;"&gt;&lt;/div&gt;
&lt;div class="simple-translate-panel " style="background-color:#ffffff;font-size:13px;height:200px;left:0px;top:0px;width:300px;"&gt;
&lt;div class="simple-translate-result-wrapper" style="overflow:hidden;"&gt;
&lt;p class="simple-translate-result" style="color:#000000;"&gt;&lt;/p&gt;
&lt;p class="simple-translate-candidate" style="color:#737373;"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why do I get this error with mbedtls when doing "west update"?</title><link>https://devzone.nordicsemi.com/thread/208131?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 08:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae8c4850-a5e6-468e-a5b9-4db325ad7984</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Looks like you need to stash your changes. Try this command:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;git stash&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If that does not work, do a git fetch and a git pull, before doing west update&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why do I get this error with mbedtls when doing "west update"?</title><link>https://devzone.nordicsemi.com/thread/208058?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 22:33:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c40543cd-9fe3-4a17-be16-70d29eade904</guid><dc:creator>E3V3A</dc:creator><description>&lt;p&gt;I tried updating west, and that worked fine. However, now `&lt;em&gt;west update&lt;/em&gt;` fails with:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/cmd_5F00_2019_2D00_09_2D00_05_5F00_00_2D00_30_2D00_48.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why do I get this error with mbedtls when doing "west update"?</title><link>https://devzone.nordicsemi.com/thread/208029?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 17:13:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1518542-c386-41a8-bdc8-1f7dc5133871</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This could be related to &lt;a href="https://github.com/zephyrproject-rtos/west/issues/298"&gt;this issue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Try to run this&amp;nbsp;&lt;span&gt;to update to the newest west version (0.6.2) and then try west update again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install west --upgrade&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If that for some reason fails, try&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install west==0.6.0 --upgrade&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>