<?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 softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15488/dfu-softdevice</link><description>Hi
I have a unit that is rather old and I want o update it to the latest softdevice.
In the unit there is a bootloader and softdevice version 6. Does anybody know if it is possible to update this unit with so that i get the latest softdevice and a new</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Aug 2016 12:19:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15488/dfu-softdevice" /><item><title>RE: dfu softdevice</title><link>https://devzone.nordicsemi.com/thread/59173?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2016 12:19:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a6f38ed-65b1-40c7-a6ec-f7bcb75696cc</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, as my colleauge stated in the Mypage ticket, the  s110 v.6.x.x does not have a Master Boot Record (MBR)(introduced in s110 v.7.x.x) which is required to perform  updates of softdevice and bootloader.    I suggest that you direct further questions regarding the custom firmware in Mypage as we will be able to give you better and more dedicated support there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: dfu softdevice</title><link>https://devzone.nordicsemi.com/thread/59172?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2016 11:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9dc86e2-eef8-43be-9334-a5d0a9a464a4</guid><dc:creator>Andreas_Wickstr&amp;#246;m</dc:creator><description>&lt;p&gt;we are using the module HRM1026. I have got the answer through Mypage.
Yes it should be possible to flash new softdevice and bootloader with 7 and above but since we dont have that we have to somehow make a custom software that does that for us.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: dfu softdevice</title><link>https://devzone.nordicsemi.com/thread/59171?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2016 11:46:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7a95a77-636c-4aab-ae65-b6303149ce5c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Ok, which specific module are you using? The module vendor should list which nrf51822 variant thats used in the specs. Have you go the answers here on DevZone or through Mypage? When you say that &lt;em&gt;&amp;quot;Softdevices from 7 and above will work to update the softdevice and bootloader.&amp;quot;&lt;/em&gt; do you mean that you&amp;#39;re able to update the bootloader and softdevice if you flash the module with a v7 SoftDevice ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: dfu softdevice</title><link>https://devzone.nordicsemi.com/thread/59170?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2016 11:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5bb931b-443a-45ee-bdb3-406033e1bb69</guid><dc:creator>Andreas_Wickstr&amp;#246;m</dc:creator><description>&lt;p&gt;Hi
I use a module so it is hard to check for the marking on the chip. But I have used the latest sdk in another firmware and it seems to work alright so I guess there is no problem with that.
I have got answers from Nordic Semiconductor that updating this wont be easy since we use an old softdevice. Softdevices from 7 and above will work to update the softdevice and bootloader.&lt;/p&gt;
&lt;p&gt;best regards
Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: dfu softdevice</title><link>https://devzone.nordicsemi.com/thread/59169?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2016 11:35:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aff0f449-3d57-471f-aa21-af7730bb8e81</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;You have to check that your chip revison is compatible with our newer SDKs and SoftDevices, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/compatibility_matrix/nRF51422_nRF51822_ic_rev_sdk_sd_comp_matrix.html"&gt;this&lt;/a&gt; page on our Infocenter.&lt;/p&gt;
&lt;p&gt;You can identity which chip revision your device uses by looking at the chip markings and comparing them to the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/compatibility_matrix/nRF51822_ic_revision_overview.html"&gt;this&lt;/a&gt; overview.&lt;/p&gt;
&lt;p&gt;If your device uses a revision 2 chip, then it will not be able to use our newest SDKs and SoftDevices.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The s110 v.6.x.x does not have a Master Boot Record (MBR)(introduced in s110 v.7.x.x) which is required to perform updates of SoftDevice and Bootloader.&lt;/p&gt;
&lt;p&gt;-Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>