<?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>is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29396/is-it-possible-to-flash-firmware-in-nrf51422-from-another-mcu-over-uart-interface</link><description>Hi there, 
 I want to flash nrf51 firmware from another MCU which is connected to nrf51 with UART interface.
I have seen dual bank serial bootloader examples, in that firmware is flashed over uart by using utility tools... 
 I need this to be happen</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Jan 2018 13:40:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29396/is-it-possible-to-flash-firmware-in-nrf51422-from-another-mcu-over-uart-interface" /><item><title>RE: is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/thread/116929?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 13:40:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc797496-0de2-42d1-92ff-72971eda1e55</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Pranay: We don&amp;#39;t have example of using an MCU to act as DFU Master yet. You may need to implement that on your own. The protocol is available on our info center &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/bledfu_transport_serial.html?cp=4_0_8_4_3_1_4_2"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is one example of &lt;a href="https://github.com/NordicPlayground/nrf51-dfu-spi-slave"&gt;SPI DFU update for SDK v8.0&lt;/a&gt;, the DFU master is included.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/thread/116924?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 10:01:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d37168f-eee0-401d-bec5-baeae5a87595</guid><dc:creator>Pranay</dc:creator><description>&lt;p&gt;I am using nRF5_SDK_11.0.0. The examples on serial bootloader in SDK uses ZIP files and python script (nrfutil) to flash firmware over uart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/thread/116928?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 08:10:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78b326d2-6324-47c7-8029-11f118637587</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Ever heard about Nordic Infocenter? &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/examples_bootloader.html?cp=4_0_0_4_4"&gt;Here is part with bootloader examples&lt;/a&gt;, there should be all you need.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/thread/116927?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 08:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:910a83cc-f0b4-4874-9998-cfd04f588d1c</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;That depends on where you got the bootloader;) The generic one from Nordic nRF5 SDK? Which exact version and source code files you use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/thread/116926?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 08:06:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e0ef4a1-127d-48dd-9132-5d2d096bba1b</guid><dc:creator>Pranay</dc:creator><description>&lt;p&gt;Thanks @endnode, and yes I was seeking for the more details, where can i get the details about Nrf51&amp;#39;s booatloading protocol, to initiate update from another MCU (may be ESP8266)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to Flash firmware in nrf51422 from another MCU over UART interface?</title><link>https://devzone.nordicsemi.com/thread/116925?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 07:33:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3bfcbb5-ee33-4a1c-a49e-bf4415162770</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;So is your question just &lt;em&gt;&amp;quot;Is it possible to flash firmware to nRF5x chips from another MCu over UART?&amp;quot;&lt;/em&gt; - which obvious answer is YES - or you are asking &lt;em&gt;&amp;quot;will someone do this for me&amp;quot;&lt;/em&gt;? If you have serial bootloader which supports UART then you should just use the bootloading protocol to start the procedure, transport the binary and kick start the actual FW swap.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>