<?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>FDS and bootloader</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33485/fds-and-bootloader</link><description>Hello, 
 I want to use FDS with bootloader but i get this error and i&amp;#39;am not sure how to manage it cleanly: 
 Linking target: _build/nrf52840_xxaa_s140.out 
 _build/nrf52840_xxaa_s140/nrf_dfu_flash.c.o (symbol from plugin): In function `m_nrf_log_nrf_dfu_flash_logs_data_const</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Sep 2020 00:43:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33485/fds-and-bootloader" /><item><title>RE: FDS and bootloader</title><link>https://devzone.nordicsemi.com/thread/270197?ContentTypeID=1</link><pubDate>Fri, 18 Sep 2020 00:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd496501-0e7a-48fd-a49f-1e66b480e40a</guid><dc:creator>deren</dc:creator><description>&lt;p&gt;This issue is still in SDK17&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS and bootloader</title><link>https://devzone.nordicsemi.com/thread/233834?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 19:05:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b16b356b-a572-4e29-8316-4603f35b0587</guid><dc:creator>sudo</dc:creator><description>&lt;p&gt;+1 from me too.&amp;nbsp; This is still an issue in SDK v16.0.0.&amp;nbsp; It is an easy fix, but it would be great if it were updated in the SDK so that we don&amp;#39;t have to make manual changes as others have mentioned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS and bootloader</title><link>https://devzone.nordicsemi.com/thread/223674?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 15:30:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a053f667-0263-4b59-9261-e9caff7264d1</guid><dc:creator>Xenoamor</dc:creator><description>&lt;p&gt;I&amp;#39;m going to plus one this as well. Seems like a very low risk/effort change&lt;br /&gt;For now I&amp;#39;ll have to edit the SDK itself&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS and bootloader</title><link>https://devzone.nordicsemi.com/thread/191632?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2019 11:57:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df3bb068-a1d2-4d05-ad61-c48f859ee629</guid><dc:creator>Bojan Potocnik</dc:creator><description>&lt;p&gt;This is still an issue in the SDK v15.3.0. When one want to change the DFU name from the application&amp;nbsp;using `nrf_dfu_settings_adv_name_copy` and `nrf_dfu_settings_adv_name_write`, the files nrf_dfu_settings_svci.c,&amp;nbsp;&lt;span&gt;nrf_dfu_settings.c and nrf_dfu_flash.c are required to be compiled.&lt;br /&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;Error: L6200E: Symbol m_fs multiply defined (by nrf_dfu_flash.o and fds.o)&lt;/em&gt; occurs because:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nRF5_SDK_15\components\libraries\fds\fds.c&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_FSTORAGE_DEF(nrf_fstorage_t m_fs) =
{
    // The flash area boundaries are set in fds_init().
    .evt_handler = fs_event_handler,
};&lt;/pre&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nRF5_SDK_15\components\libraries\bootloader\dfu\nrf_dfu_flash.c&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_FSTORAGE_DEF(nrf_fstorage_t m_fs) =
{
    .evt_handler = dfu_fstorage_evt_handler,
    .start_addr  = MBR_SIZE,
    .end_addr    = BOOTLOADER_SETTINGS_ADDRESS + BOOTLOADER_SETTINGS_PAGE_SIZE
};&lt;/pre&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Could this please be renamed (as Kristin suggested) in the next SDK revision? I would not like to edit the SDK code locally, for multiple reasons.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS and bootloader</title><link>https://devzone.nordicsemi.com/thread/129378?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 14:17:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4362f20-c0fa-4739-a851-4ee98a12ffac</guid><dc:creator>Fabien Comte</dc:creator><description>&lt;p&gt;Ok i will try that. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS and bootloader</title><link>https://devzone.nordicsemi.com/thread/129281?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 08:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f1fb636-6473-4fb5-af11-8b6a559dd6e3</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;From the build output, both instances of the FDS are named &amp;quot;m_fs&amp;quot;. Changing the name of one of the instances should solve the problem, for example &amp;quot;m_bootloader_fs&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>