<?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>BOOT LOADER</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32654/boot-loader</link><description>1.I am using nrf52832 board with freertos application with dfu support. 
 
 Q1)Is it necessary to flash bootloader in to stm board for using dfu</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Mar 2018 09:13:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32654/boot-loader" /><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/126291?ContentTypeID=1</link><pubDate>Wed, 28 Mar 2018 09:13:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:400d642b-3352-400b-890e-3b6f802c911e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Bootloader sets the&amp;nbsp;BANK_APP_VALID in the final step of the DFU process to validate the app.&amp;nbsp;So the flag will be set after a successful DFU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/126132?ContentTypeID=1</link><pubDate>Tue, 27 Mar 2018 14:11:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf7c0b90-7f6d-4c3e-a810-41b3a939d007</guid><dc:creator>ramakrishna</dc:creator><description>&lt;p&gt;why i am able to flash the application after doing dfu for the first time?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/126055?ContentTypeID=1</link><pubDate>Tue, 27 Mar 2018 07:14:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b03edf1e-1e33-4481-9a51-55d185d78730</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The legacy bootloaders do not have the same requirements/format for the bootloader settings page. In SDK 11 it is sufficient to set the BANK_APP_VALID (&amp;#39;1&amp;#39;) flag to validate the app:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;nrfjprog --memwr 0x7F000&amp;nbsp; --val 1 // 0x7F000 is the default address for the bootloader settings page&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/126052?ContentTypeID=1</link><pubDate>Tue, 27 Mar 2018 06:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e206f91-cde9-4a81-b1a6-bad379894dcf</guid><dc:creator>ramakrishna</dc:creator><description>&lt;p&gt;i am using sdk11 and nrfutil 0.52 so there are no commands&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/125984?ContentTypeID=1</link><pubDate>Mon, 26 Mar 2018 14:17:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24c3c112-f5b7-4ad6-8b0e-fcf44988baf7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The application needs to be validated, otherwise the bootloader will not boot the application on startup. You can do this by manually creating bootloader settings page as outlined here:&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrfutil/nrfutil_settings_generate_display.html?cp=5_5_6"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrfutil/nrfutil_settings_generate_display.html?cp=5_5_6&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;then program the generated settings page with jlink:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;nrfjprog --program settings.hex --sectorerase -r&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/125828?ContentTypeID=1</link><pubDate>Sat, 24 Mar 2018 05:34:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d99fa747-27e7-4d03-a886-8bd168a8f05f</guid><dc:creator>ramakrishna</dc:creator><description>&lt;p&gt;i am flashing like this&lt;/p&gt;
&lt;p&gt;1.first softdevice&lt;/p&gt;
&lt;p&gt;2.bootloader&lt;/p&gt;
&lt;p&gt;3.application&lt;/p&gt;
&lt;p&gt;i am flashing first two steps with jlink and 3rd step with dfu&amp;nbsp; for the board to work&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Q)if i flash the application&amp;nbsp; with jlink it is not working what is the reason?&lt;/p&gt;
&lt;p&gt;Q)where the linker file present and what need to be cahnged?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BOOT LOADER</title><link>https://devzone.nordicsemi.com/thread/125724?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 12:34:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abf322a1-6ea0-4738-ab78-a76a78eb7492</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The DFU functionality is implemented the bootloader code, so it is necessary to program the bootloader to support DFU. Recommend to read through the following documentation to get an overview of the bootloader architecture:&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_bootloader_modules.html?cp=4_0_0_3_5"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_bootloader_modules.html?cp=4_0_0_3_5&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>