<?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>Use uart1 for dfu</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96130/use-uart1-for-dfu</link><description>Hello, when I conducted DFU experiment for NRF5340DK in NCS2.2.0， In ncs2.2\v2.2.0\zephyr\samples\subsys\mgmt\mcumgr\smp_svr project ,configuration selects both overlay-bt.conf and overlay-serial.conf. The result is that it cannot be upgraded with Bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Jan 2023 10:18:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96130/use-uart1-for-dfu" /><item><title>RE: Use uart1 for dfu</title><link>https://devzone.nordicsemi.com/thread/407057?ContentTypeID=1</link><pubDate>Mon, 30 Jan 2023 10:18:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd8f13e3-7ec4-43e0-bd3b-ed389661ee8d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Create a overlay file, and do something like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		zephyr,uart-mcumgr = &amp;amp;uart1;
	};
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>