<?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>How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64068/how-to-ota-dfu-my-dut-via-nrf52840-dongle-by-pc</link><description>I am trying to update the DUT(Device Under Test) via nrf52840 Dongle with PC(ubuntu16.04/windows10) by the command as below: 
 nrfutil dfu ble -ic NRF52 -pkg OTA_DFU.zip -p /dev/ttyACM0 -a C27ACE6B0EE9 
 And error occurs as below: 
 
 But, when I used</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Aug 2020 09:50:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64068/how-to-ota-dfu-my-dut-via-nrf52840-dongle-by-pc" /><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/264210?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 09:50:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baf418ed-0484-4668-a80c-dfef39cf5d3e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The port scanner works only with Jlink VCOMs. I&amp;#39;m not sure, but it may be supported in more recent versions of nrfutil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/264207?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 09:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b0ea6b6-21b0-4d71-b594-b23278621a1d</guid><dc:creator>waydychou</dc:creator><description>&lt;p&gt;Hi Vidar Berg,&lt;/p&gt;
&lt;p&gt;I can OTA DFU now by downgrade connectivity fw to &amp;quot;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-00a157b1cd0c4ba2895314981d0148f0/connectivity_5F00_1.2.3_5F00_usb_5F00_with_5F00_s132_5F00_3.1.hex"&gt;connectivity_1.2.3_usb_with_s132_3.1.hex&lt;/a&gt;&amp;quot; you mentioned.&lt;/p&gt;
&lt;p&gt;But &amp;quot;pc-ble-driver-py/examples/serial_port_enum.py&amp;quot; still can not enumerate this usb dongle.&lt;/p&gt;
&lt;p&gt;Do you know why?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;waydy_chou:examples$ pwd
/home/waydy_chou/.local/lib/python2.7/site-packages/pc_ble_driver_py/examples
waydy_chou:examples$ python serial_port_enum.py NRF52
enum_serial_ports: 0 serial pors found
waydy_chou:examples$&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261900?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2020 08:22:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6156bda-0d8d-43e3-93ba-88022719c93c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It looks like the dongle may be programmed with the wrong connectivity FW version. Please try to program the one attached below and see if you get the same result&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Connectivity hex distributed with pc-ble-driver-py v0.11.4 :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-00a157b1cd0c4ba2895314981d0148f0/connectivity_5F00_1.2.3_5F00_usb_5F00_with_5F00_s132_5F00_3.1.hex"&gt;devzone.nordicsemi.com/.../connectivity_5F00_1.2.3_5F00_usb_5F00_with_5F00_s132_5F00_3.1.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note: you can program it with the programmer app in nRF connect for desktop &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261489?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 03:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4527e1e1-4cf9-40bb-b5a2-7068bc71d492</guid><dc:creator>waydychou</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;I am using python nrfutil(pc-ble-driver-py) attempt to achieve OTA DFU by nRF52840 dongle.&lt;/p&gt;
&lt;p&gt;This is the main purpose.&lt;/p&gt;
&lt;p&gt;The dongle can present a virtual com port when I plug-in into PC.&lt;/p&gt;
&lt;p&gt;But somehow, I can not enumerate com port(DK is OK) by using the example code provided in &amp;quot;pc-ble-driver-py/examples/serial_port_enum.py&amp;quot;.&lt;/p&gt;
&lt;p&gt;I am sure the firmware inside the dongle is correct it&amp;#39;s flashed by &amp;quot;Bluetooth Low Energy&amp;quot; APP.&lt;/p&gt;
&lt;p&gt;My env. as below:&lt;/p&gt;
&lt;p&gt;ubuntu:16.04&lt;/p&gt;
&lt;p&gt;nrfutil: 5.2.0&amp;nbsp; (installed by PIP)&lt;/p&gt;
&lt;p&gt;pc-ble-driver-py:0.11.4 (installed by PIP)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261420?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 15:18:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3af8beab-6f77-4a70-af0a-ecde95112563</guid><dc:creator>waydychou</dc:creator><description>&lt;p&gt;Hightlight one point that I am not saying using Bluetooth low energy to OTA DFU but nrfutil python&amp;nbsp; command. Like you said, Bluetooth Low Energy work well and can do OTA DFU well. Iam trying to do that with the command as I mentioned before.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261415?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 15:04:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6767499d-cacb-4dfd-a978-efcf26f404b9</guid><dc:creator>waydychou</dc:creator><description>&lt;p&gt;Yes, I did.&lt;/p&gt;
&lt;p&gt;nRF52840 dongle flashed the firmware by the app you mentioned. Then I used it to OTA DFU and saw the error message mentioned before. The procedure, the command all follow the instroction of document. So Idon&amp;#39;t know what happented.&lt;/p&gt;
&lt;p&gt;If I missing anything?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261389?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 13:58:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdfdabfa-ef72-42c4-84a6-727939e4d4ba</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I can&amp;#39;t help if you don&amp;#39;t know what you flashed on the nRF52840.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please try to&amp;nbsp;use nRF Connect - Bluetooth Low Energy application on PC, open the dongle , the app will ask you to flash the firmware on the dongle. After that the dongle can be used to OTA DFU update other devices.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261366?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 12:52:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8c215c9-e5d2-4ad7-a551-1f688fffb1d1</guid><dc:creator>waydychou</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;Thank you for quick reply.&lt;/p&gt;
&lt;p&gt;Actually, I don&amp;#39;t know which version I used in nRF52840 dongle.&lt;/p&gt;
&lt;p style="text-align:left;"&gt;l just know it downloaded by nRFConnect windows 10&amp;nbsp; desktop version.&lt;/p&gt;
&lt;p style="text-align:left;"&gt;How can I make it work right now?&lt;/p&gt;
&lt;p style="text-align:left;"&gt;Do you have steps for this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to OTA DFU my DUT via nrf52840 dongle by PC</title><link>https://devzone.nordicsemi.com/thread/261362?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 12:36:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e54f7711-8a5d-4849-9721-e0f41cb42952</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Waydychou,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you explain which firmware you flashed on the nRF52840 on the Dongle and which firmware you flashed on the DK ?&amp;nbsp;&lt;br /&gt;The main difference here is that on the dongle it&amp;#39;s not the UART interface but the USB CDC interface is used to communicate with the PC.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>