<?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>Thread Secure OTA DFU Example: Server not responding to Trigger Packet (GET)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59296/thread-secure-ota-dfu-example-server-not-responding-to-trigger-packet-get</link><description>Hello everyone, 
 I set up Thread Secure OTA DFU Example by using a nrf52840 DK as DFU server and a nrf52840 Dongle as DFU client. I am using nRF5 SDK for Thread and Zigbee v4.0.0. 
 I modified the client project and the bootloader in the example (which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Apr 2020 08:07:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59296/thread-secure-ota-dfu-example-server-not-responding-to-trigger-packet-get" /><item><title>RE: Thread Secure OTA DFU Example: Server not responding to Trigger Packet (GET)</title><link>https://devzone.nordicsemi.com/thread/244158?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2020 08:07:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac01f7b6-1441-4423-950d-b31be79254a1</guid><dc:creator>MM_Kalpa</dc:creator><description>&lt;p&gt;Hello Marjeris,&lt;/p&gt;
&lt;p&gt;I hope you are fine and safe.&amp;nbsp; Despite the critical moment and all the related difficulties, is there any update with the tests?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Secure OTA DFU Example: Server not responding to Trigger Packet (GET)</title><link>https://devzone.nordicsemi.com/thread/242067?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 10:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:424a43fb-cd00-4492-b3e7-0664641788b8</guid><dc:creator>MM_Kalpa</dc:creator><description>&lt;p&gt;Hi again Marjeris,&lt;/p&gt;
&lt;p&gt;I would like to add to the previous hints also nrfutile verbose log, both from unicast and multicast modalities.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrfutil_5F00_log_5F00_multicast.txt"&gt;devzone.nordicsemi.com/.../nrfutil_5F00_log_5F00_multicast.txt&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrfutil_5F00_log_5F00_unicast.txt"&gt;devzone.nordicsemi.com/.../nrfutil_5F00_log_5F00_unicast.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I kept exactly the previously explained test conditions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nrfutil seems to believe that trigger messages were properly sent. However, wireshark sniffer still does not detect any of them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Michela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Secure OTA DFU Example: Server not responding to Trigger Packet (GET)</title><link>https://devzone.nordicsemi.com/thread/241546?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 10:04:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b1c8a6b-dfa5-4e7e-bf47-cb318b726a43</guid><dc:creator>MM_Kalpa</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;Thank you for your reply. I have just run two debug sessions with RTT.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the first case I run the debugger on the DFU client (the dongle) and then started the DFU server with nrfutil command.&lt;/p&gt;
&lt;p&gt;RTT log is the following:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585130673247v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In the second case I just restarted the fw execution on the client (no reprogramming of the dongle) and then started DFU server:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585130673249v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585130673249v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;These two trials were done by using the multicast DFU modality. The DFU server, in this case, blocks in this condition:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585130673251v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As for the changes made to adapt the example for the dongle, here is the list:&lt;/p&gt;
&lt;p&gt;&amp;gt; client makefile&lt;/p&gt;
&lt;p&gt;PROJECT_NAME&amp;nbsp; &amp;nbsp; &amp;nbsp;:= thread_secure_dfu_client_pca10059&lt;/p&gt;
&lt;p&gt;CFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;gt; The same for the&amp;nbsp;bootloader makefile&lt;/p&gt;
&lt;p&gt;PROJECT_NAME&amp;nbsp; &amp;nbsp; &amp;nbsp;:= thread_secure_dfu_bootloader_secure_dfu_blank_pca10059&lt;/p&gt;
&lt;p&gt;CFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;ASMFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;ASMFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there a possibility that something is wrong with nrfutil?&lt;/p&gt;
&lt;p&gt;Thank you very much for your help&amp;nbsp;despite the difficulties of this period.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Michela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Secure OTA DFU Example: Server not responding to Trigger Packet (GET)</title><link>https://devzone.nordicsemi.com/thread/241545?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 10:03:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:831a9eec-081d-4cbe-869c-b6b54c87f48f</guid><dc:creator>MM_Kalpa</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;Thank you for your reply. I have just run two debug sessions with RTT.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the first case I run the debugger on the DFU client (the dongle) and then started the DFU server with nrfutil command.&lt;/p&gt;
&lt;p&gt;RTT log is the following:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585129343725v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In the second case I just restarted the fw execution on the client (no reprogramming of the dongle) and then started DFU server:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585129447763v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585129458642v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;These two trials were done by using the multicast DFU modality. The DFU server, in this case, blocks in this condition:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585129898626v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As for the changes made to adapt the example for the dongle, here is the list:&lt;/p&gt;
&lt;p&gt;&amp;gt; client makefile&lt;/p&gt;
&lt;p&gt;PROJECT_NAME&amp;nbsp; &amp;nbsp; &amp;nbsp;:= thread_secure_dfu_client_pca10059&lt;/p&gt;
&lt;p&gt;CFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;gt; The same for the&amp;nbsp;bootloader makefile&lt;/p&gt;
&lt;p&gt;PROJECT_NAME&amp;nbsp; &amp;nbsp; &amp;nbsp;:= thread_secure_dfu_bootloader_secure_dfu_blank_pca10059&lt;/p&gt;
&lt;p&gt;CFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;ASMFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;ASMFLAGS += -DBOARD_PCA10059&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there a possibility that something is wrong with nrfutil?&lt;/p&gt;
&lt;p&gt;Thank you very much for your help&amp;nbsp;despite the difficulties of this period.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Michela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Secure OTA DFU Example: Server not responding to Trigger Packet (GET)</title><link>https://devzone.nordicsemi.com/thread/241476?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 21:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ccc74e9-de98-42d1-8c41-e6ec758ae0a2</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Michela,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply. Could you run a debug session and take a look at the RTT log on the DFU client so we can get more information?&lt;/p&gt;
&lt;p&gt;The example runs on the nRF52840 DK and I don&amp;#39;t see why it shouldn&amp;#39;t run on the nRF52840 dongle once you have change the board in the preprocessor definitions in both the bootloader and the dfu client application.&lt;/p&gt;
&lt;p&gt;Unfortunately I am working home office and I don&amp;#39;t have a nRF52840 dongle with the SWD header soldered to it, so I haven&amp;#39;t been able to test the Thread DFU client example on the dongle, but I have asked a colleague to test this for me and he will try again tomorrow.&lt;/p&gt;
&lt;p&gt;Just to be sure, you made sure to change the preprocessor definitions flags in the Makefile right?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>