<?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>NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118171/nfc-and-fota-does-not-work</link><description>Hi 
 SDK: nRF Connect v2.6.1 uP: nRF52832 
 In my project I try to compbine NFC and FOTA (DFU over BLE). First I did setup a NFC project from the example &amp;quot;writable_ndef_msg&amp;quot;. This is running. Then I did setup a demo project based on that example: https</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Feb 2025 15:49:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118171/nfc-and-fota-does-not-work" /><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/523572?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 15:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cec24f3-564a-476d-b8e9-0e8607aa0ea7</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;Hi Abhijith&lt;/p&gt;
&lt;p&gt;thanks a lot for your enhanced demo code. &lt;/p&gt;
&lt;p&gt;Finaly i found the issue. &lt;br /&gt;In the main loop the k_sleep was missing. In my demo I did not add a sleep into the mainloop.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	while (true) {
        k_sleep(K_MSEC(10));
	}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After adding k_sleep FOTA is working as expected. I guess bluetooth process did not get any run time while in main loop no sleep instruction is added. &lt;/p&gt;
&lt;p&gt;Demo is running with default stack size. &lt;/p&gt;
&lt;p&gt;Thanks a lot for your help&lt;/p&gt;
&lt;p&gt;best regards&lt;br /&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/523447?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 10:00:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c040d468-9324-4744-8d5e-766b3547c482</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I tried initializing BLE first, then NFC, and it&amp;#39;s working on my side. I have also changed a few config values, but I guess the issue is with the initialization. Please take a closer look and optimize the config values accordingly&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Case_5F00_339301.zip"&gt;devzone.nordicsemi.com/.../Case_5F00_339301.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/523019?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 10:49:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71ae0710-a2c6-4a9b-a4d9-cfb71ea8fc2c</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;Hi Abhijith&lt;/p&gt;
&lt;p&gt;I changed the stack size of those two setting, but stack overflow still does happens as soon as trying to read some infos from the nRF52832 over BLE. Wich values would you suggest for those two stack sizes?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
CONFIG_NCS_SAMPLES_DEFAULTS=y

CONFIG_NFC_T4T_NRFXLIB=y

CONFIG_NFC_NDEF=y
CONFIG_NFC_NDEF_MSG=y
CONFIG_NFC_NDEF_RECORD=y
CONFIG_NFC_NDEF_URI_REC=y
CONFIG_NFC_NDEF_URI_MSG=y

CONFIG_MPU_ALLOW_FLASH_WRITE=y
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_NVS=y
CONFIG_DK_LIBRARY=y


# Enable Bluetooth for FOTA (DFU)
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME=&amp;quot;NFC+DFU&amp;quot;

# Enable MCUboot and FOTA
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

#use LFRC instead of LFXO --&amp;gt; decrease start up time
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y


#stack size
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=8192&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks and best regards&lt;br /&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/523014?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 10:30:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd48249f-23c7-4668-8c2e-ea275d861430</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello Markus,&lt;/p&gt;
&lt;p&gt;From the shared log, I can see a stack overflow error. The GATT timeout error you are receiving from the mobile app indicates no response from the nRF52832 in time. I guess the stack overflow might be crashing the BLE thread, causing the timeout. Could you try increasing the stack size? See &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_MAIN_STACK_SIZE"&gt;CONFIG_MAIN_STACK_SIZE&lt;/a&gt;,&amp;nbsp; &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE"&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t checked the sniffer logs. Please see if resolving the stack overflow resolves the issue you are seeing.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/523003?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 09:52:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20835d25-57b3-41b7-86f9-6e76f88bf84c</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;Hi Susheel&lt;/p&gt;
&lt;p&gt;Thanks for your replay. You right, something went wrong with the sniffer. No I get some log data. But DFU is still not working. Here is the sniffer log file: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/NFC_2B00_DFU_5F00_sniffer-Log.pcapng"&gt;/cfs-file/__key/communityserver-discussions-components-files/4/NFC_2B00_DFU_5F00_sniffer-Log.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the serial log from the nRF52832&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK 3758bcbfa5cd ***
I: Starting bootloader
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Boot source: none
I: Image index: 0, Swap type: none
I: Bootloader chainload address offset: 0xc000
�*** Booting nRF Connect SDK 3758bcbfa5cd ***
Starting Bluetooth Peripheral LBS example
I: SoftDevice Controller build revision: 
I: 36 f0 e5 0e 87 68 48 fb |6....hH.
I: 02 fd 9f 82 cc 32 e5 7b |.....2.{
I: 91 b1 5c ed             |..\.    
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF52x (0x0002)
I: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
I: Identity: E4:1A:44:1A:4D:96 (random)
I: HCI: version 5.4 (0x0d) revision 0x118f, manufacturer 0x0059
I: LMP: version 5.4 (0x0d) subver 0x118f
Bluetooth initialized
Advertising successfully started
Starting Nordic NFC Writable NDEF Message example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe0
I: data wra: 0, 18
Found NDEF file record.
Starting NFC Writable NDEF Message example
E: ***** MPU FAULT *****
E:   Stacking error (context area might be not valid)
E:   Data Access Violation
E:   MMFAR Address: 0x200053b0
E: r0/a1:  0x8a66d18c  r1/a2:  0x1f979a1f  r2/a3:  0xd845493a
E: r3/a4:  0x568bc750 r12/ip:  0xe68cb61a r14/lr:  0xe5a48eef
E:  xpsr:  0xf0fa4a00
E: Faulting instruction address (r15/pc): 0x9cb8ce29
E: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
E: Current thread: 0x200019c0 (unknown)
*** Booting nRF Connect SDK 3758bcbfa5cd ***
I: Starting bootloader
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Boot source: none
I: Image index: 0, Swap type: none
I: Bootloader chainload address offset: 0xc000
�*** Booting nRF Connect SDK 3758bcbfa5cd ***
Starting Bluetooth Peripheral LBS example
I: SoftDevice Controller build revision: 
I: 36 f0 e5 0e 87 68 48 fb |6....hH.
I: 02 fd 9f 82 cc 32 e5 7b |.....2.{
I: 91 b1 5c ed             |..\.    
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF52x (0x0002)
I: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
I: Identity: E4:1A:44:1A:4D:96 (random)
I: HCI: version 5.4 (0x0d) revision 0x118f, manufacturer 0x0059
I: LMP: version 5.4 (0x0d) subver 0x118f
Bluetooth initialized
Advertising successfully started
Starting Nordic NFC Writable NDEF Message example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe0
I: data wra: 0, 18
Found NDEF file record.
Starting NFC Writable NDEF Message example&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/522992?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 09:11:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f16e5106-511e-4b7a-8551-4d9350c434db</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Markus, I am really sorry for late response, We did not find anything useful in your sniffer trace as it seems like you are not seeing the sniffer by filtering. Also in your second picture we do not see any nearby devices advertising, so it seems like the sniffer is not working right in your second image? Is it possible that you flashed your firmware into sniffer instead of the DK?&lt;/p&gt;
&lt;p&gt;You see some sort of timeout after enabling NFC, having some serial logs from the nRF52832 would have been helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/522480?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2025 14:54:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:398178bd-34d2-470b-bf47-4876855d199d</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;can anybody help me to solve this issue, or let me know what I am doing wrong&lt;/p&gt;
&lt;p&gt;thanks a lot and best regards&lt;br /&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/521131?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2025 13:52:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cda6b51-66f5-4e18-b0e3-7c96b233ee45</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;Hi Hieu&lt;/p&gt;
&lt;p&gt;sorry for my late replay, I hade to work on an other project.&lt;/p&gt;
&lt;p&gt;Meanwhile I was able to run the BLE sniffer. Attached you will find two test project. &lt;br /&gt;1. Hello World with DFU support (hello_world_dfu) --&amp;gt; DFU is running as expected&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6644.hello_5F00_world_5F00_dfu.zip"&gt;/cfs-file/__key/communityserver-discussions-components-files/4/6644.hello_5F00_world_5F00_dfu.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. NFC witfh DFU support (writable_ndef_msg) --&amp;gt; DFU is not running. &lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1882.writable_5F00_ndef_5F00_msg.zip"&gt;/cfs-file/__key/communityserver-discussions-components-files/4/1882.writable_5F00_ndef_5F00_msg.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1. In Hello World with DFU project: &lt;br /&gt;DFU is running and the BLE sniffer is able to see the BLE communcation between device and smartphone&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/HelloWorld_2B00_DFU_2D00_ble_2D00_log.png" /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/HelloWorld_5F00_ble_2D00_log.pcapng"&gt;/cfs-file/__key/communityserver-discussions-components-files/4/HelloWorld_5F00_ble_2D00_log.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. NFC With DFU project: &lt;br /&gt;There is no communication between device and smarphone. Sniffer sees no package. But in the Nordic &amp;quot;Device Manager&amp;quot; App on the smartphone BLE device is visible. When trying to get some infos form device over BLE then a &amp;quot;GATT CONN TIMEOUT&amp;quot; error pops up.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/NFC_2B00_DFU_2D00_ble_2D00_log.png" /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/gatt_5F00_conn_5F00_timeout.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please help to solve this issiue&lt;/p&gt;
&lt;p&gt;Thanks a lot and best regards&lt;br /&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/520016?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2025 15:14:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7296038-348a-4ae8-a0bb-a2da78543538</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Marelcom,&lt;/p&gt;
&lt;p&gt;Susheel is out of office, and I am filling in for him.&lt;/p&gt;
&lt;p&gt;The attached file unfortunately cannot be downloaded. Perhaps something broke.&lt;/p&gt;
&lt;p&gt;If you have difficulty running the sniffer, you can refer to this online lesson:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-6-bluetooth-le-sniffer/"&gt;Lesson 6 - Bluetooth LE sniffer - Nordic Developer Academy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On the other hand, I find it very strange that the NFC functionality interfere with BLE at all. Does the BLE + DFU setup work at all without the NFC feature?&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/519324?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 13:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47764e49-35ff-4e18-8aa1-f19a4364c642</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;I will try to setup the air sniffer. But I have some problems to run the sniffer. &lt;/p&gt;
&lt;p&gt;Meanwhile have tried to run the code which is attached in the first post?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/519293?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 12:41:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30313a67-6268-4059-b83b-624f2dc0e0e5</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Can you please provide me with the Air sniffer log of the connection and disconnection, so that I have more context to share and analyze?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/519286?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 12:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a18dbbc-21b9-4d85-8370-8d4cfeecbf31</guid><dc:creator>Marelcom</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;adding this configs does not fix the problem. I stille receive the &amp;quot;GATT CONN TIMEOUT&amp;quot; error, whil trying to upload a firmware with the &amp;quot;Device Manager&amp;quot; App&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_FLASH_MAP=y
CONFIG_STREAM_FLASH=y &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;My prj.conf files looks like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
CONFIG_NCS_SAMPLES_DEFAULTS=y

CONFIG_NFC_T4T_NRFXLIB=y

CONFIG_NFC_NDEF=y
CONFIG_NFC_NDEF_MSG=y
CONFIG_NFC_NDEF_RECORD=y
CONFIG_NFC_NDEF_URI_REC=y
CONFIG_NFC_NDEF_URI_MSG=y

CONFIG_MPU_ALLOW_FLASH_WRITE=y
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y
CONFIG_STREAM_FLASH=y
CONFIG_NVS=y
CONFIG_DK_LIBRARY=y


# Enable Bluetooth for FOTA (DFU)
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME=&amp;quot;TestDevice&amp;quot;

# Enable MCUboot and FOTA
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

#use LFRC instead of LFXO --&amp;gt; decrease start up time
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As mentioned bevor. When using the code of the FOTA lesson, then FOTA is running correct. But when combining the FOTA Code with the NFC sample project, then FOTA does not run anymore.&lt;/p&gt;
&lt;p&gt;Yes please ask the author. Thanks a lot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and FOTA does not work</title><link>https://devzone.nordicsemi.com/thread/519276?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 12:05:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c4b100a-c715-4447-aeed-09f4a1334924</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I am not an expert in this but looking into other forums it seems like there could be some configs missing in your prj.conf&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

# you did not mention below but seems like this is needed
CONFIG_FLASH_MAP=y
CONFIG_STREAM_FLASH=y

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If this did not work, then I can try asking the author of the lesson to give some guidance.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>