<?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>DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62880/dfu-error-operation-not-permitted</link><description>Hello, I&amp;#39;m using softdevice 6.0, SDK 15.0, secure bootloader buttonless S132. On the phone with Android I&amp;#39;m using: nRF Toolbox 2.9.0 with DFU Library version 1.10.3. 
 I start the firmware update with firmware A and stop before it finishes by closing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jun 2020 10:18:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62880/dfu-error-operation-not-permitted" /><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256862?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2020 10:18:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a732bbcc-37a7-466b-a24a-673ebdd1c042</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;Thanks for the information&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256849?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2020 09:20:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f461e785-afe8-42d3-aa05-09b18cbb2342</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;1.10.4 released:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library/releases/tag/v1.10.4"&gt;https://github.com/NordicSemiconductor/Android-DFU-Library/releases/tag/v1.10.4&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256815?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2020 07:33:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cc5725d-4096-4696-9ded-eee7e180f317</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Here&amp;#39;s the issue:&lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library/issues/252"&gt;https://github.com/NordicSemiconductor/Android-DFU-Library/issues/252&lt;/a&gt;, a fix:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library/pull/253"&gt;https://github.com/NordicSemiconductor/Android-DFU-Library/pull/253&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, I found out why it works for you on iOS:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues/270"&gt;https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues/270&lt;/a&gt;&amp;nbsp;has already been fixed with:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/pull/272"&gt;https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/pull/272&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll fix one more issue in the DFU Library for Android and will release new version today.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256726?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 13:56:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f001fa5e-56b4-409a-8611-5eda588bc28e</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;Thank you for the great support. While we wait for the new library, we will disable resuming in Android&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256691?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 12:15:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5fceea2-0d41-4968-929b-644dfbf11c9f</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Yes, as with resume disabled the library does not try to execute the partially sent object. It ignores it and doesn&amp;#39;t even check. Just starts by sending init packet again.&lt;/p&gt;
&lt;p&gt;My recommendations are:&lt;/p&gt;
&lt;p&gt;1. If your fw is not public yet, try the code snippet I posted above and remember to have it there in case of SDK update in the future. Use resuming, as this speeds up upload in case dfu breaks in the middle.&lt;/p&gt;
&lt;p&gt;2. If devices are already in production and bootloader can&amp;#39;t be modified, wait for my workaround in Android and use iOS library as is. Until 1.10.4 is released on Android you may disable resuming.&lt;/p&gt;
&lt;p&gt;3. You may also ignore the workaround and just disable resuming on Android or both, and use your devices and bootloader as they are.&lt;/p&gt;
&lt;p&gt;After releasing 1.10.4 I&amp;#39;ll try to release nRF Toolbox for Android, but this most probably will not happen today. Also, nRF Connect for Android won&amp;#39;t be using this version for some time, and there&amp;#39;s not option to disable resuming yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256688?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 12:08:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9175b22-2ea7-4635-a631-593a23d26b99</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;Here is the log from ios with resume disabled in nrfconnect. There is not the message:&amp;quot;Operation not permitted&amp;quot;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/log_5F00_ios_5F00_no_5F00_resume.txt"&gt;devzone.nordicsemi.com/.../log_5F00_ios_5F00_no_5F00_resume.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256655?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 10:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33674a59-210e-4a06-8e26-815230c9ce09</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Cool. So this is actually the workaround I wanted to do for DFU libraries. Seems like the iOS already had it (accidentally) implemented. I&amp;#39;ll try to release DFU lib 1.10.4 today.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256654?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 10:53:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:846d6acd-f383-48d4-b23c-afd1fb5c1534</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;Here is the log from ios. There is a line with string &amp;quot;&lt;span style="background-color:#ffffff;"&gt;Operation not permitted&lt;/span&gt;&amp;quot;, but nrfconnect does not appear the error message, the uptade continues and ends succesfully.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/log_5F00_ios.txt"&gt;devzone.nordicsemi.com/.../log_5F00_ios.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256648?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 10:25:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e65465e-6028-4ec3-9e5c-825efc1bf16a</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;As I understand it, the&amp;nbsp;&lt;em&gt;s_dfu_settings.progress.data_object_size&lt;/em&gt;&amp;nbsp;is set to 0 when an object is executed. This change makes possible executing the same object&amp;nbsp;when it&amp;#39;s empty (when the last one has been executed, but no data were received/saved for the new object). This ensures that the current or previous object is executed correctly.&lt;/p&gt;
&lt;p&gt;Regarding iOS, could you share logs from iOS as well? I wonder if the lib is sending execute command at all, or why you see it succeeding.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256644?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 10:10:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c80db776-8c3b-4e34-a72e-0bfd523c637e</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;The fix you suggest is not clear to me. It would seem that the two offset (image_offset and image_offset_last) are not initialized correctly on the resume update.&lt;/p&gt;
&lt;p&gt;I confirm that I can&amp;#39;t get error with iOS. Also if I have a device that is in error with android and I try a second update with iOS (wich restarts from percentage interrupted previously), the update is succesful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256621?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 09:02:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd85bc22-c25e-43ae-8603-6242de62019a</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In&amp;nbsp;&lt;strong&gt;nrf_dfu_req_handler.c&lt;/strong&gt; in&amp;nbsp;&lt;strong&gt;sdk/components/libraries/bootloader/dfu&lt;/strong&gt;, inmethod&amp;nbsp;&lt;strong&gt;on_data_obj_execute_request&lt;/strong&gt; you may add the following code:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static bool on_data_obj_execute_request(nrf_dfu_request_t * p_req, nrf_dfu_response_t * p_res)
{
    NRF_LOG_DEBUG(&amp;quot;Handle NRF_DFU_OP_OBJECT_EXECUTE (data)&amp;quot;);

    uint32_t const data_object_size = s_dfu_settings.progress.firmware_image_offset -
                                      s_dfu_settings.progress.firmware_image_offset_last;
    // NEW CODE BELOW:
    if (s_dfu_settings.progress.data_object_size == 0)
    {
        p_res-&amp;gt;result = NRF_DFU_RES_CODE_SUCCESS;
        return true;
    }
    // END OF NEW CODE
    
    if (s_dfu_settings.progress.data_object_size != data_object_size)
    {
        /* The size of the written object was not as expected. */
        NRF_LOG_ERROR(&amp;quot;Invalid data. expected: %d, got: %d&amp;quot;,
                      s_dfu_settings.progress.data_object_size,
                      data_object_size);

        p_res-&amp;gt;result = NRF_DFU_RES_CODE_OPERATION_NOT_PERMITTED;
        return true;
    }
    // ...
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This hasn&amp;#39;t been tested, but such solution was proposed by one of our developers.If you manager to implement this change, could you give us a feedback? Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256613?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 08:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78ec3fd1-67a6-475f-99b9-46f84a3c15a6</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Yes, there&amp;#39;s similar flag in the initiator:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/blob/b0a042a5894b239eb37bf72c9c1be4638162a41b/iOSDFULibrary/Classes/Implementation/DFUServiceInitiator.swift#L247"&gt;github.com/.../DFUServiceInitiator.swift&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256611?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 08:49:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ce20822-a0ba-4e47-aa1a-8757a34efdaf</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Also, I just checked this issue and it was missed and isn&amp;#39;t fixed in SDK 16 nor 17. That means I need to do some kind of workaround.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256604?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 08:31:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f54ab27-aea1-4a29-bc44-ddbb613bea25</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;thank you for your suggestion.&lt;/p&gt;
&lt;p&gt;About iOS we have to check with our developers. Is the function called the same way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256593?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 08:03:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24e7252f-736d-4068-98b8-04129a76e515</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Regarding the last request: If you&amp;#39;re using DFU library in your app, you may call&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library/blob/2f61019d6da350ce3e577b5115e82b727b1c7112/dfu/src/main/java/no/nordicsemi/android/dfu/DfuServiceInitiator.java#L295"&gt;https://github.com/NordicSemiconductor/Android-DFU-Library/blob/2f61019d6da350ce3e577b5115e82b727b1c7112/dfu/src/main/java/no/nordicsemi/android/dfu/DfuServiceInitiator.java#L295&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;with value true. This will make the DFU always start from the beginning.&lt;/p&gt;
&lt;p&gt;Also, I&amp;#39;m surprised the iOS DFU Library works. The issue should be independent from mobile OS. Do you also disable resume in iOS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256590?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 07:59:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e5adc42-8f04-4a99-a64e-4d867849a000</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;Thank you for your support.&lt;/p&gt;
&lt;p&gt;Here are some comments to what you wrote:&lt;/p&gt;
&lt;p&gt;you wrote: &amp;quot;this looks like a bug in dfu from Sdk 15.3&lt;/p&gt;
&lt;p&gt;mdido: I&amp;#39;m using Sdk 15.0, not 15.3&lt;/p&gt;
&lt;p&gt;you wrote: &amp;quot;you may migrate to Sdk 16 or 17, where this bug should be fixed&amp;quot;&lt;/p&gt;
&lt;p&gt;mdido: Is there a release note or change log where I can find this bug fixed?&lt;/p&gt;
&lt;p&gt;you wrote: &amp;quot;I could try to implement a workaround in the Android and iOS library&amp;quot;&lt;/p&gt;
&lt;p&gt;mdido: It will be a workaround officially approved by Nordic?. Instead of ignoring the error, could you restart the update from the beginning? It seems that iOS does not return the error&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;color:#11171a;float:none;font-family:&amp;#39;GT Eesti&amp;#39;,&amp;#39;Helvetica&amp;#39;,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5em;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256557?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 04:06:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35d384c0-511f-44a1-9ba4-314a4f8a859a</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Thank you. This looks like a bug in dfu from Sdk 15.3.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When a phone reconnects to a device and tries dfu it first checks if upload can be resumed. It compares offset and CRC. It the init packet matches, it checks the same for the data. In your case, 40960 bytes has been saved before, which is 10 full data objects, 4096 bytes each. The CRC is ok. At this point the library should ensure that the last data object has been executed. It should be fine to execute an already executed object, but in your case it falls.&lt;/p&gt;
&lt;p&gt;There are 2 solutions. You may migrate to Sdk 16 or 17, where this bug should be fixed, or I could try to implement a workaround in the Android and iOS library, but I don&amp;#39;t know if it will work. I would just ignore the returned error assuming all went ok, and continue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256517?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 14:45:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:154380c7-6967-4bc8-b7ef-96a1954c78e2</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;Thanks for the advice. Here is the log:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Log-2020_2D00_06_2D00_23-16_5F00_30_5F00_40.txt"&gt;devzone.nordicsemi.com/.../Log-2020_2D00_06_2D00_23-16_5F00_30_5F00_40.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256510?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 14:27:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9794963a-af0a-4555-b804-621b057f02d7</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;You may do dfu from nRF Connect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256509?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 14:27:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aee0249f-afb0-43a7-912c-65668cdb7dd0</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;&lt;span class="tlid-translation translation" lang="en"&gt;&lt;span title=""&gt;I have already tried this solution, but without success&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256507?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 14:26:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f99989d-79a5-4556-abaf-88b581d35a46</guid><dc:creator>mdido</dc:creator><description>&lt;p&gt;&lt;span class="tlid-translation translation" lang="en"&gt;&lt;span title=""&gt;I generated the previous log by connecting the device with nrf connect and then I started the dfu with nrf toolbox which returned the error.&lt;/span&gt; &lt;span title=""&gt;Please let me know by enabling the log directly from the nrf toolbox&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256477?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 13:31:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dd6b0e6-7a5a-446c-adab-385a0fd169d6</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;You may try enabling Packet Receipt Notifications. In nRF Toolbox you may do this in DFU -&amp;gt; Settings. Try PRN=12 and in case of problems, try with value 1.&lt;/p&gt;
&lt;p&gt;Have a look at&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library/issues/95"&gt;github.com/.../95&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU error: OPERATION NOT PERMITTED</title><link>https://devzone.nordicsemi.com/thread/256473?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 13:23:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd9aa610-f782-4b5c-a961-396a71f50ac8</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Could you attach the logs showing this issue? In the attached logs there&amp;#39;s no DFU operation.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>