<?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>Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19006/not-secured-dfu-sdk-12</link><description>Hi, 
 It is possible to use an non secure DFU in SDK 12?Like on SDK11? 
 How to migrate my custom DFU on SDK 11 to SDK 12? 
 UPDATE 1 
 it the dfu from sdk 11 I Get an error with s132 v3.0.0 
 err_code = 16
 
 
Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Jan 2017 12:58:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19006/not-secured-dfu-sdk-12" /><item><title>RE: Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/thread/73459?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 12:58:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:500567b3-bf95-40e2-b552-70091afff245</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I have attached the s132_nrf52_3.0.0_migration-document that lists the changes between S132 v2.0.0 and  S132 v3.0.0 to my answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/thread/73456?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 14:02:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78e9fbba-45e2-4100-9d55-b14882e069e9</guid><dc:creator>max</dc:creator><description>&lt;p&gt;you have a guide of changes for dfu? i need the sdk 11 dfu work, it is in production.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/thread/73457?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 13:19:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e042f1c-284e-4c67-8597-35aa45ca8311</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You have to modify the bootloader project so that all the functions with sd_-prefix is compatible with the S132 v3.0.0 headers. If you look inside the softdevice_enable() then you&amp;#39;ll see that it call sd_-functions calls, like &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___c_o_m_m_o_n___f_u_n_c_t_i_o_n_s.html#ga812ea2c6258c1cf705c7c114b6297aab"&gt;sd_ble_enable&lt;/a&gt;. Some of these calls have changed from SDK v11 to SDK v12 and you have to refer the API reference of the S132 v3.0.0 to see which modifications you have to do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/thread/73461?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 12:59:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61cac94b-6f02-4646-9b23-72b0b0244eac</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The headers for the softdevices can be found in &lt;code&gt;components\softdevice\s132\headers&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/thread/73460?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 12:44:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b1d67e7-d1a4-407b-8d18-d87dffb48fee</guid><dc:creator>max</dc:creator><description>&lt;p&gt;where i can fined the headers? i need a normal dfu sdk 11.0.0  s132 that works for sd v3.0
thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not secured dfu sdk 12</title><link>https://devzone.nordicsemi.com/thread/73458?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 12:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15482fd6-a36c-45ce-b0c7-c8e22c3dedcd</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Max,&lt;/p&gt;
&lt;p&gt;the bootloader in SDK v12.x.0 currently only supports secure DFUs, i.e only accepts signed firmware images.&lt;/p&gt;
&lt;p&gt;You can port the legacy bootloader from SDK v11.0.0 to SDK v12x.0.0 by compiling the bootloader project against the S132 v3.x.0 headers.&lt;/p&gt;
&lt;p&gt;Here is the Migration Document:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5353.s132_5F00_nrf52_5F00_3.0.0_5F00_migration_2D00_document.pdf"&gt;s132_nrf52_3.0.0_migration-document.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>