<?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>nrf9160 FOTA over BT SMP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73461/nrf9160-fota-over-bt-smp</link><description>Hi Iam using NCS version 1.5.0 and DK version 0.15.0 
 Is it even possible to perform FOTA over SMP BT on NRF9160?I am using 840 as my controller and normal ble functionalities are working fine.if so is there any example application? 
 Thanks in adva</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Apr 2021 09:04:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73461/nrf9160-fota-over-bt-smp" /><item><title>RE: nrf9160 FOTA over BT SMP</title><link>https://devzone.nordicsemi.com/thread/303405?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 09:04:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a52038b1-08e1-4499-aa92-aff6a8de2833</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;This should&amp;nbsp;be possible. I suggest that you try out the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html"&gt;Zephyr SMP server example&lt;/a&gt;, but make sure to make the necessary changes so that the nRF9160 is supported as BT host. Some additional changes to the prj.conf may be required for this to work, so if you face any issues you can try the following configuration, which is confirmed to work with the nRF52840:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;CONFIG_BT_L2CAP_TX_MTU=252
CONFIG_BT_L2CAP_RX_MTU=252
CONFIG_BT_RX_BUF_LEN=260
# Add the immutable bootloader
CONFIG_SECURE_BOOT=y
# Add MCUBoot as second-stage BL
CONFIG_BOOTLOADER_MCUBOOT=y
# Add MCUMGR for DFU over BLE
CONFIG_MCUMGR=y
CONFIG_MCUMGR_CMD_OS_MGMT=y
CONFIG_MCUMGR_CMD_IMG_MGMT=y
CONFIG_MCUMGR_SMP_BT=y
# TODO: remove this, only for debug
CONFIG_MCUMGR_SMP_BT_AUTHEN=n&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Please notify me of you face any problems and good luck!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>