<?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>nf52 fota</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82366/nf52-fota</link><description>Hi, 
 I&amp;#39;m trying to run some example with ble fota 
 I&amp;#39;ve read 
 http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades 
 and 
 http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Dec 2021 06:57:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82366/nf52-fota" /><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/344058?ContentTypeID=1</link><pubDate>Fri, 17 Dec 2021 06:57:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8119b67-76e6-4572-abd9-a919367ecf57</guid><dc:creator>trafficode</dc:creator><description>&lt;p&gt;I&amp;#39;m working on Windows 10.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/343963?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 14:42:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:658b7436-94e3-44c7-9b36-9914cfb9a3bc</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Kamil,&lt;/p&gt;
&lt;p&gt;Which platform are you working on? Windows, Linux or MacOS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/342768?ContentTypeID=1</link><pubDate>Thu, 09 Dec 2021 15:52:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60fc82bd-16ad-4550-8717-e98888d51d44</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I will try to run the SMP server and replicate your problem. I will get back to you soon.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/342497?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 09:44:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4f86ffa-8065-4312-972c-e639f8a89dd9</guid><dc:creator>trafficode</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_LOG=y was already enabled so I added&amp;nbsp;CONFIG_RESET_ON_FATAL_ERROR=n.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That is how prj.conf looks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Enable mcumgr.
CONFIG_MCUMGR=y

# Some command handlers require a large stack.
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

# Ensure an MCUboot-compatible binary is generated.
CONFIG_BOOTLOADER_MCUBOOT=y

# Enable flash operations.
CONFIG_FLASH=y

# Required by the `taskstat` command.
CONFIG_THREAD_MONITOR=y

# Enable statistics and statistic names.
CONFIG_STATS=y
CONFIG_STATS_NAMES=y

# Enable most core commands.
CONFIG_MCUMGR_CMD_IMG_MGMT=y
CONFIG_MCUMGR_CMD_OS_MGMT=y
CONFIG_MCUMGR_CMD_STAT_MGMT=y

# Enable logging
CONFIG_LOG=y
CONFIG_MCUBOOT_UTIL_LOG_LEVEL_WRN=y

# Disable restart
CONFIG_RESET_ON_FATAL_ERROR=n&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Console output&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting Zephyr OS build v2.6.99-ncs1-1  ***
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: Swap type: none
I: Bootloader chainload address offset: 0xc000
▒*** Booting Zephyr OS build v2.6.99-ncs1-1  ***&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/342400?ContentTypeID=1</link><pubDate>Tue, 07 Dec 2021 14:47:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bddf753d-01fd-4e73-a17c-8e6a3f2dbace</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Kamil,&lt;/p&gt;
&lt;p&gt;Could you enable the log in the application, i.e CONFIG_LOG=y so that we can get the information about the fault and also&amp;nbsp;set CONFIG_RESET_ON_FATAL_ERROR=n so that it does not reboot.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/342270?ContentTypeID=1</link><pubDate>Tue, 07 Dec 2021 09:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2185016-b8a3-4c50-b86a-d076fc3e4df4</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Kamil,&lt;/p&gt;
&lt;p&gt;Really sorry for the delayed response. I am looking into the case and will get back to you soon.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nf52 fota</title><link>https://devzone.nordicsemi.com/thread/342247?ContentTypeID=1</link><pubDate>Tue, 07 Dec 2021 08:10:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8a577b1-cd98-4462-a35d-b489b55bd3e0</guid><dc:creator>trafficode</dc:creator><description>&lt;p&gt;Is there someone who can halp or met similar situation?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>