<?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>Change SD during DFU gets error &amp;quot;SD Version failure&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95166/change-sd-during-dfu-gets-error-sd-version-failure</link><description>I am trying to perform DFU of SoftDevice+App on a 52833 board. I have a board that is currently on 52833, SD s113 v7.3.0 (sd-id 0x125) DFU packages of app-only generated with nrfutil pkg generate (...) --sd-id 0x125 --sd-req 0x125 perform DFU correctly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Oct 2023 09:12:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95166/change-sd-during-dfu-gets-error-sd-version-failure" /><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/452951?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2023 09:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba99417b-bdd6-409b-9046-aad9937d6f92</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The CPU is halted after programming and the chip needs to be reset for program execution to start, but I don&amp;#39;t see any reset in your script.&lt;/p&gt;
&lt;p&gt;Does it advertise if you run this command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$&amp;nbsp;nrfjprog --program hex/bl_sd_app_s113.hex --chiperase --verify -r&lt;/p&gt;
&lt;p&gt;? If not, please run &amp;quot;nrfjprog --readregs&amp;quot; and post the result here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/452751?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2023 10:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f481e3a-5457-43c1-888b-7ffa0b409f33</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I have tried your files, flashing is OK but it is not advertising, i&amp;#39;m not sure what to check (I have an external crystal as well)&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ mergehex -m hex/ble_app_buttonless_dfu_pca10100_s113.hex hex/bl_settings.hex ./sdk16.0.0/components/softdevice/s113/hex/s113_nrf52_7.3.0_softdevice.hex -o hex/tmp.hex
$ mergehex -m hex/tmp.hex hex/secure_bootloader_ble_s113_pca10100.hex  -o hex/bl_sd_app_s113.hex

$ nfjrprog --eraseall
Erasing user available code and UICR flash areas.
Applying system reset.

$ nrfjprog --program hex/bl_sd_app_s113.hex --verify
Parsing image file.
Verifying programming.
Verified OK.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451545?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 15:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8909f64-bd21-4ed2-b84a-0d867ccf3026</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It&amp;#39;s usually quite straightforward to run an SDK example on a custom board. In most cases, it&amp;#39;s enough to make minor configuration adjustments, such as changing the clock source as previously mentioned. The purpose of testing the hex files I&amp;#39;ve verified was to help isolate the issue.&lt;/p&gt;
[quote user="QuentinFarizon"]No, it fails the update.&lt;br /&gt;After 2 minutes, it switches back to previous application and advertises again[/quote]
&lt;p&gt;Is the device advertising before the 2-minute timeout? You can return to the &amp;quot;scan&amp;quot; view in the app using the same phone or another one to confirm this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451534?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 14:16:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ac8bba9-9e44-4550-a43b-a81108887bfc</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I theoretically could, but it would require a lot of work, and I guess it will work but won&amp;#39;t help understanding the error with the &amp;quot;real&amp;quot; project (it&amp;#39;s a big project, diffing with examples is not easy)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451533?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 14:11:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a258e73-ba74-46e1-92f8-93e2df6dc525</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Would it be possible to run an SDK example on your board with minimal changes? For instance, by changing the 32KHz source to the internal RC oscillator if your board does not have the crystal mounted.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451529?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 14:00:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3dd9279-7651-434b-af7a-8014bfa00542</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I don&amp;#39;t have a&amp;nbsp;&lt;span&gt;nRF52833 DK, I have a custom board&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451464?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 09:28:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:680aa8ae-a9be-49c5-84ad-44d9cb54fd60</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I see. Is there are reason you can&amp;#39;t try with the hex files I uploaded?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451463?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 09:26:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a823c87e-b45a-496a-80c0-7c190c374529</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;No, it fails the update.&lt;br /&gt;After 2 minutes, it switches back to previous application and advertises again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451461?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 09:22:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bce45aac-fa62-4231-9a80-55756a2ae6d3</guid><dc:creator>Vidar Berg</dc:creator><description>[quote user="QuentinFarizon"]And I have tried doing the second step (BL incremented+SD+app)[/quote]
&lt;p&gt;Is the device advertising after the BL+SD has been uploaded?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/451360?ContentTypeID=1</link><pubDate>Thu, 19 Oct 2023 15:15:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9035c7a-7ca3-46a5-be43-1ab0e18ea8a1</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I have flashed my board with a Bootloader allowing new SD versions (&lt;span&gt;forced softdevice_info_ok to always return true)&lt;/span&gt;&lt;br /&gt;And I have tried doing the second step (BL incremented+SD+app)&lt;br /&gt;&lt;br /&gt;I have set FDS_VIRTUAL_PAGES to 5&lt;br /&gt;&lt;br /&gt;I still get GATT ERROR, at the end of the upload :&amp;nbsp;&lt;a href="https://drive.google.com/file/d/12eSKYXMbboTgLLlZ-DiHIkdt2GOd-Yls/view?usp=share_link"&gt;drive.google.com/.../view&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/448845?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2023 14:01:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64e4d99d-b707-4c82-8f17-d57be9d2d864</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for confirming. I&amp;#39;ve tried to reproduce this error here with nRF5 SDK 17.1.0 and the nRF52833 DK but it worked for me here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The only code change I made was this line in the bootloader code:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1696427646871v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;nrfutil command to generate the DFU package for the modified bootloader&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;# Generate DFU package for patched bootloader
nrfutil nrf5sdk-tools pkg generate --hw-version 52 \
 --bootloader secure_bootloader_ble_s113_pca10100_patch.hex \
 --bootloader-version 2 \
 --sd-req 0x0125 \
 --key-file keys/private.pem \
  /dfu_packages/patched_s113_bl.zip&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And the nrfutil for the final update with the s140 Softdevice, bootloader, and application&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;nrfutil nrf5sdk-tools pkg generate --hw-version 52 \
 --bootloader secure_bootloader_ble_s140_pca10100.hex \
 --bootloader-version 3 \
 --application ble_app_buttonless_dfu_pca10100_s140.hex \
 --application-version 2 \
 --softdevice s140_sd.hex \
 --sd-req 0x0125 \
 --sd-id 0x0123 \
 --key-file keys/private.pem \
  dfu_packages/complete_s140.zip&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Attached are the files I used for test. Can you try these and see if it works for you as well?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0184.dfu_5F00_test.zip"&gt;devzone.nordicsemi.com/.../0184.dfu_5F00_test.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/448682?ContentTypeID=1</link><pubDate>Tue, 03 Oct 2023 15:07:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35b7a169-5ebe-4275-93f2-8bc9573ac384</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;&amp;nbsp;Yes, as written :&amp;nbsp;bootloader, with bumped version, allowing change of SD&lt;br /&gt;&lt;br /&gt;I have even forced softdevice_info_ok to always return true, for now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/448553?ContentTypeID=1</link><pubDate>Mon, 02 Oct 2023 15:02:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0400ecd-0927-4b94-9fcd-474886864288</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Have you patched the bootloader to allow updates from the s113 Softdevice variant to the s140 variant?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/448541?ContentTypeID=1</link><pubDate>Mon, 02 Oct 2023 14:12:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9fa8845-c946-4e30-874d-b8651ce922ab</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I have tried :&amp;nbsp;&lt;br /&gt;&lt;span&gt;- DFU only the bootloader (bump version to 3), allowing change of SD =&amp;gt; OK&lt;/span&gt;&lt;br /&gt;&lt;span&gt;- DFU BL (version 4) +&amp;nbsp;SD + app =&amp;gt;&amp;nbsp;GATT ERROR when re-connecting to the bootlodare&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/448539?ContentTypeID=1</link><pubDate>Mon, 02 Oct 2023 14:09:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c4aa404-c5bc-48df-af66-12ae14637663</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I&amp;#39;m still trying to make it work, I have tried to do the above :&lt;br /&gt;&lt;span&gt;- DFU only the bootloader, with bumped version, allowing change of SD =&amp;gt; OK&lt;/span&gt;&lt;br /&gt;&lt;span&gt;- DFU SD + app =&amp;gt; &lt;/span&gt;SD version failure&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/430514?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 13:26:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb727236-11e3-4284-8375-7fd5868cc5ee</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Yes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/430502?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 13:01:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:276dc345-d688-42fe-bf48-980d9b5f712a</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Can I do the following ? :&amp;nbsp;&lt;br /&gt;- DFU only the bootloader, with bumped version, allowing change of SD&lt;br /&gt;- DFU SD + app&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/403548?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2023 10:51:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bd0ba65-6104-4e0b-b816-c85101bbbb6c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/403547?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2023 10:51:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d79cc299-9ca9-46e9-866c-78e1c5da0ed2</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;For both updates then ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/403546?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2023 10:50:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a35adfdc-20b1-45b4-95e1-7cf7deba3c00</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;No problem. Yes, I forgot to add that you must bump the BL version number for each update.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/403545?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2023 10:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d3d8929-d346-4a32-ac56-a0ef2210e49d</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Thanks !&lt;br /&gt;&lt;br /&gt;For the first update, I must increase the Bootloader version, right ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/403544?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2023 10:37:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd65b8af-6127-40a3-99e2-c63949b62cd4</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You must include a new bootloader in the update when you are doing a major version update of the SD. This&amp;nbsp;is a requirement set by the bootloader to ensure its Softdevice&amp;nbsp;APIs always remain compatible with the Softdevice version currently present on the device. In other words, a major SD+app update will end up being rejected by the bootloader.&lt;/p&gt;
&lt;p&gt;What you can do to work around this and allow update to a different Softdevice variant is to first update the modified bootloader&amp;nbsp;(must be compatible with the old softdevice), then&amp;nbsp;perform the&amp;nbsp;BL+SD+app update.&lt;/p&gt;
[quote user="QuentinFarizon"]&lt;span&gt;Do only one DFU of BL+SD+App with the modified bootloader and&lt;/span&gt;&lt;span&gt;&amp;nbsp;new SD&lt;/span&gt;[/quote]
&lt;p&gt;The old bootloader will reject this update due to the ID check discussed earlier.&lt;/p&gt;
&lt;p&gt;So, basically you&amp;nbsp;have to perform the update in two stages:&lt;/p&gt;
&lt;p&gt;- First, update to an intermediate bootloader without the ID check. This bootloader must be compatible with the s113 bootloader&lt;/p&gt;
&lt;p&gt;- Update to the new s140 Softdevice , bootloader, and application&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/403469?ContentTypeID=1</link><pubDate>Thu, 05 Jan 2023 16:34:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a17451f5-0046-44d0-beea-98ed8ea9c8fe</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Thank&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;&amp;nbsp;&lt;br /&gt;I&amp;#39;ve read&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/70795/replacing-s140-with-s340-softdevice"&gt;Replacing s140 with s340 softdevice&lt;/a&gt;&amp;nbsp;but I&amp;#39;m unsure on the best strategy.&lt;br /&gt;&lt;br /&gt;Which one is supposed to be working ?&lt;br /&gt;&lt;br /&gt;Strategy 1 :&lt;br /&gt;Do a first DFU of BL+SD+App with the modified bootloader, removing check on SD ID&lt;br /&gt;Do a second DFU of SD+App, with new SD&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Strategy 2 :&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Do only one DFU of BL+SD+App with the modified bootloader and&lt;/span&gt;&lt;span&gt;&amp;nbsp;new SD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/402383?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 09:33:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9adcb607-0f06-4ae2-8c26-9998b8d609f5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;In that case, it is probably&amp;nbsp;failing the check inside softdevice_info_ok() shown. You will need to modify the bootloader if you want to allow SD upgrades from one family to another (i.e s113 -&amp;gt; s140).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change SD during DFU gets error "SD Version failure"</title><link>https://devzone.nordicsemi.com/thread/402382?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 09:26:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3326ea1f-4232-4e43-88ef-626a7f141a61</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I think after the SD has been transfered&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>