<?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>OTA on nrf5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82612/ota-on-nrf5340</link><description>Hi 
 I need to do DFU OTA for my Custom board. So, I need to Know the procedures which I need to follow for nrf5340 and how can I do that on NRF Connect SDK. Kindly help me to get it done 
 
 Thanks &amp;amp; Regards 
 Navin Chakravarthy K</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Dec 2021 15:00:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82612/ota-on-nrf5340" /><item><title>RE: OTA on nrf5340</title><link>https://devzone.nordicsemi.com/thread/343712?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 15:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e7ed905-8295-4254-9c19-57bd4cd47fae</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to make the corresponding changes in the overlay file.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OTA on nrf5340</title><link>https://devzone.nordicsemi.com/thread/343532?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 05:44:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9036530-655a-4f67-83ba-56ab23f41095</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Hi Swathy,&lt;/p&gt;
[quote userid="107732" url="~/f/nordic-q-a/82612/ota-on-nrf5340/343240#343240"]Using BLE is not a problem even if you are doing DFU. Note that the instant UART0 is used for the mcumgr and hence cannot be used. You could use&amp;nbsp;any&amp;nbsp;other instance, like UART 1 for data transfer.[/quote]
&lt;p&gt;Tell me the procedure to check and fix this one.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Navin Chakravarthy K&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OTA on nrf5340</title><link>https://devzone.nordicsemi.com/thread/343240?ContentTypeID=1</link><pubDate>Mon, 13 Dec 2021 14:54:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf598336-c735-47da-a235-709d3a884d6d</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Navin,&lt;/p&gt;
[quote user="Mr.NCK"]I need BLE NUS also. If I change the value of ble NUS to DFU. Then how can I use BLE uart[/quote]
&lt;p&gt;Using BLE is not a problem even if you are doing DFU. Note that the instant UART0 is used for the mcumgr and hence cannot be used. You could use&amp;nbsp;any&amp;nbsp;other instance, like UART 1 for data transfer.&lt;/p&gt;
[quote user="Mr.NCK"]For BLE-related applications, we need to flash both cores right. How do I need to do?[/quote]
&lt;p&gt;It is not necessary to update both the cores when updating nrf5340DK. Updating the application core alone will work fine and this can be done by referring the tutorial I linked to you the last time.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OTA on nrf5340</title><link>https://devzone.nordicsemi.com/thread/343009?ContentTypeID=1</link><pubDate>Sat, 11 Dec 2021 11:52:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0679ea9-64f0-4bb5-8983-3743c83d131b</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Hi Swathy,&lt;/p&gt;
&lt;p&gt;I can understand the above tutorial. But, I have two doubts&lt;/p&gt;
&lt;p&gt;I need BLE NUS also. If I change the value of ble NUS to DFU. Then how can I use BLE uart ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;For BLE-related applications, we need to flash both cores right. How do I need to do?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OTA on nrf5340</title><link>https://devzone.nordicsemi.com/thread/342948?ContentTypeID=1</link><pubDate>Fri, 10 Dec 2021 14:02:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d1fb96-e7c6-4694-870e-3cd8ff06994d</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Kindly refer this &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/ncs-dfu"&gt;tutorial&lt;/a&gt; to know the steps to do DFU in nRF Connect SDK. The steps are the same for implementing dfu to the application core of nRF5340. For the network core, refer &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf5340/netboot/README.html#nc-bootloader"&gt;this page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>