<?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>update bootloader  from dual bank mode to single bank mode failed in sdk8.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10908/update-bootloader-from-dual-bank-mode-to-single-bank-mode-failed-in-sdk8-0</link><description>HI all:
Because the application code is relatively small, bootloader is used dual_bank_mode, but now the application code becomes large, OTA can not upgrade, I would like to upgrade to dual_bank_mode until sigle_bank_mode by OTA , but I found it is same</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Dec 2015 01:55:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10908/update-bootloader-from-dual-bank-mode-to-single-bank-mode-failed-in-sdk8-0" /><item><title>RE: update bootloader  from dual bank mode to single bank mode failed in sdk8.0</title><link>https://devzone.nordicsemi.com/thread/40781?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2015 01:55:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2450099-9313-49d0-9581-7b710d1557f1</guid><dc:creator>rc766437</dc:creator><description>&lt;p&gt;thank you ,Bjørn Spockeli ,,&lt;/p&gt;
&lt;p&gt;my ladygaga,, It&amp;#39;s all my fault ,,I found the problem,,I update application only before,,so ,I shielded the code carelessly
#if 1
if (bootloader_dfu_sd_in_progress())
{
nrf_gpio_pin_clear(UPDATE_IN_PROGRESS_LED);&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    err_code = bootloader_dfu_sd_update_continue();
    APP_ERROR_CHECK(err_code);

    ble_stack_init(!app_reset);
    scheduler_init();

    err_code = bootloader_dfu_sd_update_finalize();
    APP_ERROR_CHECK(err_code);

    nrf_gpio_pin_set(UPDATE_IN_PROGRESS_LED);
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;#endif&lt;/p&gt;
&lt;p&gt;In a word, Thank you very much!!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: update bootloader  from dual bank mode to single bank mode failed in sdk8.0</title><link>https://devzone.nordicsemi.com/thread/40783?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2015 02:40:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba457522-8e00-4b3b-9f66-263bd0ba0f3f</guid><dc:creator>rc766437</dc:creator><description>&lt;p&gt;Thank  you very much,Bjørn!but i am still have some questions
1.I am use Master Control panel v3.9,use this versions to make softdevice+bootloader,it can be update bootloader?&lt;br /&gt;
2.I had used s110_sd_sb_bl.zip to update since your sent to me,but it is same bootloader as before（In the original bootloader program which added some UART print information, print information before and after the update are the same),I don&amp;#39;t know why?
3.pls advice me What tools can I use to view the information in 0X0003F75C address?  Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: update bootloader  from dual bank mode to single bank mode failed in sdk8.0</title><link>https://devzone.nordicsemi.com/thread/40780?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2015 10:29:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6179013d-c7b8-4f06-a7e6-b19c7c579730</guid><dc:creator>rc766437</dc:creator><description>&lt;p&gt;Dear Bjorn,&lt;/p&gt;
&lt;p&gt;Thank you very much for your soon feedback!&lt;/p&gt;
&lt;p&gt;I had try to used SoftDevice + Bootloader(single bank) to update,but not helpful.&lt;/p&gt;
&lt;p&gt;nrf.exe dfu genpkg --softdevice s110_sd.hex --bootloader s110_sbl.hex --application-version 0xFFFFFFFF --dev-type 0xFFFF --dev-revision 0xFFFF --sd-req 0xFFFE s110_sd_sbl.zip&lt;/p&gt;
&lt;p&gt;I had used this command, so, could you tell me this command is right?Thanks!wait your message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: update bootloader  from dual bank mode to single bank mode failed in sdk8.0</title><link>https://devzone.nordicsemi.com/thread/40782?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2015 08:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:601670f7-cdac-4185-9384-19d804136e92</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You can convert the dual_bank_bootloader project to single bank by switching dfu_dual_bank.c with dfu_single_bank.c, please see attached pdf.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/DualToSingleBank.pdf"&gt;DualToSingleBank.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please note that when updating the bootloader from dual to single bank you must update the SoftDevice + Bootloader, otherwise it will not work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EDIT&lt;/strong&gt;: The attached image contains the S110 SD+ S110 Single Bank Bootloader and was created with nrfutil from Master Control Panel v3.10 using this command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfutil dfu genpkg s110_sd_sb_bl.zip --softdevice s110_softdevice.hex --bootloader s110_single_bank_bl.hex --application-version 0xFFFFFFFF --dev-revision 0xFFFF --dev-type 0xFFFF --sd-req 0xFFFE
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/s110_5F00_sd_5F00_sb_5F00_bl.zip"&gt;s110_sd_sb_bl.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After the update you can check if the update was sucessful by reading back the data stored at 0x0003F75C using the following command in nrfjprog&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --memrd 0x0003F75C --n 16 --w32
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;which should display the following in your command window&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;0x0003F75C: 676E6953 4220656C 006B6E61 00000002   |Single Bank.....|
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>