<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Difference between reset and soft reboot]]></title><description><![CDATA[<p dir="auto">The SiPy freezes (REPL unresponsive) on this line after a soft reboot but works fine after a reset.<br />
<code>sd = SD()</code></p>
]]></description><link>https://forum.pycom.io/topic/1885/difference-between-reset-and-soft-reboot</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 06:46:37 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/1885.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Oct 2017 20:35:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Difference between reset and soft reboot on Mon, 02 Oct 2017 20:35:57 GMT]]></title><description><![CDATA[<p dir="auto">The SiPy freezes (REPL unresponsive) on this line after a soft reboot but works fine after a reset.<br />
<code>sd = SD()</code></p>
]]></description><link>https://forum.pycom.io/post/11518</link><guid isPermaLink="true">https://forum.pycom.io/post/11518</guid><dc:creator><![CDATA[pmulvey]]></dc:creator><pubDate>Mon, 02 Oct 2017 20:35:57 GMT</pubDate></item><item><title><![CDATA[Reply to Difference between reset and soft reboot on Sun, 05 Nov 2017 11:43:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1232">@pmulvey</a> it is my experience, though haven't had it confirmed from anyone else, that soft reset will introduce all kinds of weird problems (compared to a hard reset) eg, for me - I get OS errors that different resources aren't available. Like ADC and Network.. I'm on a Lopy btw.</p>
]]></description><link>https://forum.pycom.io/post/12391</link><guid isPermaLink="true">https://forum.pycom.io/post/12391</guid><dc:creator><![CDATA[soren]]></dc:creator><pubDate>Sun, 05 Nov 2017 11:43:22 GMT</pubDate></item><item><title><![CDATA[Reply to Difference between reset and soft reboot on Sun, 05 Nov 2017 12:09:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1042">@soren</a> Soft reset clear mostly the micropython space. The underlying OS, the network stack and the hardware modules are not reset. For instance, when you have sockets open and do a soft reset, you'll get an error to use these sockets again. Definitely reliable is a  hard reset by pulling the reset input low, e.g. by pushing the reset button. Close to that is using machine.reset().<br />
If you are tracing errors and need a clear repeatable state, starting with a hard reset is recommended.</p>
]]></description><link>https://forum.pycom.io/post/12392</link><guid isPermaLink="true">https://forum.pycom.io/post/12392</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Sun, 05 Nov 2017 12:09:44 GMT</pubDate></item><item><title><![CDATA[Reply to Difference between reset and soft reboot on Mon, 06 Nov 2017 22:25:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/98">@robert-hh</a> Is there a software way to do a hard reset?  You say machine.reset() is close but we all know what close is good for.</p>
]]></description><link>https://forum.pycom.io/post/12411</link><guid isPermaLink="true">https://forum.pycom.io/post/12411</guid><dc:creator><![CDATA[ssmith]]></dc:creator><pubDate>Mon, 06 Nov 2017 22:25:08 GMT</pubDate></item><item><title><![CDATA[Reply to Difference between reset and soft reboot on Tue, 07 Nov 2017 06:32:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1083">@ssmith</a> Unless you find something specific, machine.reset() is as good as it can get. It seems to do everything software does after hard reset.</p>
]]></description><link>https://forum.pycom.io/post/12413</link><guid isPermaLink="true">https://forum.pycom.io/post/12413</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Tue, 07 Nov 2017 06:32:46 GMT</pubDate></item><item><title><![CDATA[Reply to Difference between reset and soft reboot on Tue, 07 Nov 2017 08:19:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1232">@pmulvey</a><br />
I have the same feeling as you<br />
i have reported issue about SD card reset few months ago<br />
<a href="https://github.com/pycom/pycom-micropython-sigfox/issues/18" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-micropython-sigfox/issues/18</a></p>
]]></description><link>https://forum.pycom.io/post/12414</link><guid isPermaLink="true">https://forum.pycom.io/post/12414</guid><dc:creator><![CDATA[livius]]></dc:creator><pubDate>Tue, 07 Nov 2017 08:19:39 GMT</pubDate></item><item><title><![CDATA[Reply to Difference between reset and soft reboot on Tue, 07 Nov 2017 08:29:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1083">@ssmith</a> If you need a hard reset, you could connect a GPIO pin to Reset and pull that low. I have experienced the SD card issue too, which seems to require a pyhsical reset signal. But I dod not follow up that yet, whther it's a missimng software init of the SD card interface/driver, or a pysical reset signal missing.</p>
]]></description><link>https://forum.pycom.io/post/12415</link><guid isPermaLink="true">https://forum.pycom.io/post/12415</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Tue, 07 Nov 2017 08:29:00 GMT</pubDate></item></channel></rss>