<?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>Firmware upgrade via UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52178/firmware-upgrade-via-uart</link><description>Hello everyone, 
 I trying to firmware update my nrf52832 via Tx and Rx pin uart. I create my own application using keil compiled get .hex file i upload this hex file into my nrf52832 board please support me what are the procedure i do and which example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Jan 2020 12:16:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52178/firmware-upgrade-via-uart" /><item><title>RE: Firmware upgrade via UART</title><link>https://devzone.nordicsemi.com/thread/230843?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 12:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:011949a5-a171-480b-924d-76f4f59ab737</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Bjarke,&lt;/p&gt;
&lt;p&gt;As mentioned in the original reply, there is already a uart bootloader in the SDK, so I suggest you check out that example, together with the guide.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware upgrade via UART</title><link>https://devzone.nordicsemi.com/thread/230820?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 10:53:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:129b692d-6fc8-464e-b5fc-f61badd8841e</guid><dc:creator>Bjarke</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you manage to make a bootloader with firmware upload over serial?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;bjarke&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware upgrade via UART</title><link>https://devzone.nordicsemi.com/thread/209870?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 14:17:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5867e414-dd61-4314-99f0-25781da8a1b9</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I understand, but I believe it is easier to get started with the secure bootloader, because the open bootloader currently only supports USB (on the nRF52840, not UART). Make sure you have that up and running before you try to port the transport layer in this project to USB.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Once you know everything is working as intended you can try to port to the open(unsecure)_bootloader. DFU is a bit complex, so there are plenty of things that can go wrong, which is why I suggest that you test something you know that is working before porting it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware upgrade via UART</title><link>https://devzone.nordicsemi.com/thread/209840?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:57:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:076f7ab9-42ca-4b43-8a5e-5e0f7aed3b3f</guid><dc:creator>Autobot</dc:creator><description>&lt;p&gt;Thanks for replay Edvin,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t need secure bootloader on my requirement. I interfacing nrf52832 into WiFi its basically work WiFi download nrf52832 updated .hex or .bin file only firmware from server and push into nrf52832 via uart communication&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware upgrade via UART</title><link>https://devzone.nordicsemi.com/thread/209830?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:43:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:290daa99-e5ea-46d8-b041-e8624b49f49c</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/muthukumar"&gt;Autobot&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;You should read through this guide on &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader" rel="noopener noreferrer" target="_blank"&gt;getting started with DFU&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This guide shows how to use the BLE bootloader, but if I understand you correctly, you want to use the serial (uart) bootloader instead. Then you should use the SDK\examples\dfu\secure_bootloader\pca10040_uart example, and instead of using nRF Connect, you should use nrfutil (which is the same application that is used to generate keys and DFU images in the guide).&lt;/p&gt;
&lt;p&gt;When you have installed nrfutil, type &amp;quot;&lt;em&gt;nrfutil dfu serial --help&lt;/em&gt;&amp;quot; to see how to use this command.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>