<?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>SD 8.0 SDK 8.0 OTA DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6219/sd-8-0-sdk-8-0-ota-dfu</link><description>I&amp;#39;ve been looking into the OTA DFU dfu_init_template.c. It seems that dfu_init_postvalidate function can be used to perform a CRC check. However, in bootloader.c it seems the bootloader_app_is_valid function also performs a CRC check. Which one would</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Dec 2015 07:15:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6219/sd-8-0-sdk-8-0-ota-dfu" /><item><title>RE: SD 8.0 SDK 8.0 OTA DFU</title><link>https://devzone.nordicsemi.com/thread/21769?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2015 07:15:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b32b077c-d06f-47d6-886f-ffde18c5b4bb</guid><dc:creator>shubham</dc:creator><description>&lt;p&gt;The one given in dfu_init_template.c is the redundant one, don&amp;#39;t call that function.
And i think &lt;strong&gt;dfu_image_validate&lt;/strong&gt; is the function which is defined in &lt;strong&gt;dfu_dual_bank.c&lt;/strong&gt;, which is internally called from dfu_transport_ble.c.
and the one &lt;strong&gt;bootloader_app_is_valid&lt;/strong&gt; defined in &lt;strong&gt;bootloader.c&lt;/strong&gt; is used to verify that the application image which is present now in internal flash is valid, at the time of boot of nrf, if valid it switches to application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>