<?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>DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5558/dfu-v7-x-update-bootloader---crc-error</link><description>I&amp;#39;m using 
 
 s110_7.1 
 sdk 7.2 
 DFU 
 
 updating application (application.hex + application.dat zipped) works fine, but when updating bootloader (bootloader.hex+bootloader.dat zipped) it always report an crc error at the end of upload. 
 am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 Mar 2015 04:02:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5558/dfu-v7-x-update-bootloader---crc-error" /><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19462?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2015 04:02:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2433554f-6b31-4820-b565-fe259967c78d</guid><dc:creator>sruthiraj koodathil</dc:creator><description>&lt;p&gt;hi....&lt;/p&gt;
&lt;p&gt;How you zipped files application.hex and application.dat, while uploading am getting an error manifest.json file is missing. I am using example ble_app_hrs_with_dfu example from SDK 7.2.0 and softdevice s110 v7.1.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19468?ContentTypeID=1</link><pubDate>Sun, 15 Mar 2015 19:31:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:903f5ffb-54b1-4784-92b9-3c7965a18fe5</guid><dc:creator>Oleh</dc:creator><description>&lt;p&gt;Thanks for the hint! It worked! :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19466?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2015 13:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a04b0246-2315-4b73-bad1-0f7033511f13</guid><dc:creator>Oleh</dc:creator><description>&lt;p&gt;Thank you Stefan, I will try and post back ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19465?ContentTypeID=1</link><pubDate>Wed, 18 Feb 2015 10:29:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3f2dd0a-abdb-4281-afe5-61dc3603b067</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi OlehSky&lt;/p&gt;
&lt;p&gt;I have verified that the bootloader update works with nRF Toolbox v1.5 for IOS. I have followed the guidance given in the document &amp;quot;How to generate the INIT file for the DFU&amp;quot; that I have linked to earlier to create the CRC for the .dat file. I have created two files, bootloader.bin and bootloader.dat and put them both into a zip file. Then with nRF Toolbox I have uploaded the zip file to the device. Let me know of any complications.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19467?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2015 17:40:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7bbc5b1-7431-4091-87c1-0b916e67a5ea</guid><dc:creator>Jeremy Hubbard</dc:creator><description>&lt;p&gt;Have you seen the document titled &amp;quot;How to generate the INIT file for the DFU&amp;quot;?  I can&amp;#39;t remember exactly where I found it.&lt;/p&gt;
&lt;p&gt;It specifies that you need to remove 2 lines in the HEX file before you generate the BIN.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:02041000EA 
:041014000C0030015
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;then generate the CRC for the BIN like normal.  After that replace the lines in the hex file.&lt;/p&gt;
&lt;p&gt;Thanks,
Jeremy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19464?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2015 08:30:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a482a7e-0743-4e77-be15-b2c3240247c6</guid><dc:creator>Oleh</dc:creator><description>&lt;p&gt;Hi Stefan, yes I&amp;#39;m aware of this thread, in my case the &amp;#39;application.dat&amp;#39; worked, but the &amp;#39;bootloader.dat&amp;#39; didnt. the CRC done in the same way as for the app: hex2bin then crc - invert for endianless ;)
THis works with application firmware update but not for the bootloader itself. I&amp;#39;m using iOS devices to test.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU v7.x update bootloader - CRC error</title><link>https://devzone.nordicsemi.com/thread/19463?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2015 11:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7df58818-aa40-427b-81fc-d116ad090c63</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Try to follow the guide given in the update from 2.1.2015 on &lt;a href="https://devzone.nordicsemi.com/question/22586/anyone-do-successfully-dfu-ota-for-sdk701-softdevice-s110-v710/?answer=22735#post-id-22735"&gt;this thread&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>