<?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>NRFUTIL</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30191/nrfutil</link><description>Hello, I have problem during dfu otau over ble connection. I use linux version of the nrfutil - my OS version is Linux-4.9.0-3-amd64-x86_64-with-debian-9.1 In some cases i get error code 13 when i try to start the ota update. It happens randomly, to remove</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Feb 2018 12:48:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30191/nrfutil" /><item><title>RE: NRFUTIL</title><link>https://devzone.nordicsemi.com/thread/119745?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 12:48:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a059c2dc-a9f3-47fc-a8bc-ce0a83814d02</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;It looks like the python code can&amp;#39;t open and connect to the UART port of the nRF52. We also have this issue some time with NRFConnect. We currently don&amp;#39;t have a solution for this except unplug the board and plug it back. The reason could be because of the Segger interface chip.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRFUTIL</title><link>https://devzone.nordicsemi.com/thread/119734?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 12:09:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0062fcb6-549c-4a07-af44-38d7cba81aaa</guid><dc:creator>rafalp</dc:creator><description>&lt;p&gt;I use NRF52 board flashed with connectivity firmware.&lt;/p&gt;
&lt;p&gt;I connect to the computer via ssh, so i can only give you logs from nrfutil:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt; File &amp;quot;/usr/local/bin/nrfutil&amp;quot;, line 11, in &amp;lt;module&amp;gt;&lt;br /&gt; load_entry_point(&amp;#39;nrfutil==3.2.0&amp;#39;, &amp;#39;console_scripts&amp;#39;, &amp;#39;nrfutil&amp;#39;)()&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/click/core.py&amp;quot;, line 722, in __call__&lt;br /&gt; return self.main(*args, **kwargs)&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/click/core.py&amp;quot;, line 697, in main&lt;br /&gt; rv = self.invoke(ctx)&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/click/core.py&amp;quot;, line 1066, in invoke&lt;br /&gt; return _process_result(sub_ctx.command.invoke(sub_ctx))&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/click/core.py&amp;quot;, line 1066, in invoke&lt;br /&gt; return _process_result(sub_ctx.command.invoke(sub_ctx))&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/click/core.py&amp;quot;, line 895, in invoke&lt;br /&gt; return ctx.invoke(self.callback, **ctx.params)&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/click/core.py&amp;quot;, line 535, in invoke&lt;br /&gt; return callback(*args, **kwargs)&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/nrfutil-3.2.0-py2.7.egg/nordicsemi/__main__.py&amp;quot;, line 746, in ble&lt;br /&gt; dfu.dfu_send_images()&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/nrfutil-3.2.0-py2.7.egg/nordicsemi/dfu/dfu.py&amp;quot;, line 122, in dfu_send_images&lt;br /&gt; self._dfu_send_image(self.manifest.application)&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/nrfutil-3.2.0-py2.7.egg/nordicsemi/dfu/dfu.py&amp;quot;, line 83, in _dfu_send_image&lt;br /&gt; self.dfu_transport.open()&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/nrfutil-3.2.0-py2.7.egg/nordicsemi/dfu/dfu_transport_ble.py&amp;quot;, line 227, in open&lt;br /&gt; self.dfu_adapter.open()&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/nrfutil-3.2.0-py2.7.egg/nordicsemi/dfu/dfu_transport_ble.py&amp;quot;, line 87, in open&lt;br /&gt; self.adapter.driver.open()&lt;br /&gt; File &amp;quot;/usr/local/lib/python2.7/dist-packages/pc_ble_driver_py/ble_driver.py&amp;quot;, line 126, in wrapper&lt;br /&gt; raise NordicSemiException(&amp;#39;Failed to {}. Error code: {}&amp;#39;.format(wrapped.__name__, err_code))&lt;br /&gt; pc_ble_driver_py.exceptions.NordicSemiException: Failed to open. Error code: 13&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRFUTIL</title><link>https://devzone.nordicsemi.com/thread/119730?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 11:58:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5decf28e-08a4-4e62-8b07-8e9db60050a4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you take a screenshot when the issue happens ? Which device/board you used as the backend for nrfutil ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>