<?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>MCUMgr SerialRecovery too slow</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122194/mcumgr-serialrecovery-too-slow</link><description>Hello DevZone, 
 For some reason, some customers didn&amp;#39;t want to add an external flash on their module. So I advice them to use MCUBoot SerialRecovry single bank DFU. 
 I modified a Matter Lock project byreferring this( Exercise 1 - DFU over UART - Nordic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Jun 2025 09:05:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122194/mcumgr-serialrecovery-too-slow" /><item><title>RE: MCUMgr SerialRecovery too slow</title><link>https://devzone.nordicsemi.com/thread/538976?ContentTypeID=1</link><pubDate>Thu, 12 Jun 2025 09:05:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41cf677f-8676-4624-b5be-15d03afa1118</guid><dc:creator>Jayant Tang</dc:creator><description>&lt;p&gt;By referring to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/86191/mcuboot-slow-with-nrf52840-zephyr-usb-cdc_acm-protocol"&gt;this ticket&lt;/a&gt;. I know that the slow DFU speed is caused by the MCUMgr software in Go language.&lt;/p&gt;
&lt;p&gt;Then I changed to the &lt;a href="https://github.com/vouch-opensource/mcumgr-client/"&gt;mcumgr-client&lt;/a&gt;&amp;nbsp;which is written in Rust. It reduce the DFU time from 13min to 2min.&lt;/p&gt;
&lt;p&gt;The commands of mcumgr-client is different.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="powershell"&gt; mcumgr-client -d COM3 list
 
 mcumgr-client -d COM3 -m 512 upload &amp;quot;D:\Project\lock\build\lock\zephyr\zephyr.signed.bin&amp;quot;
 
 mcumgr-client -d COM3 reset&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MCUMgr SerialRecovery too slow</title><link>https://devzone.nordicsemi.com/thread/538953?ContentTypeID=1</link><pubDate>Thu, 12 Jun 2025 06:54:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:980c8d7f-8935-423d-9821-229580fbd300</guid><dc:creator>Jayant Tang</dc:creator><description>&lt;p&gt;By the way, what does &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/app_dev/device_guides/nrf54l/features.html#mcuboot_bootloader_support"&gt;this&lt;/a&gt; meaning?&lt;br /&gt;    	    	        &lt;div style="padding: 1em; margin: 1em 0; color: #444; background-color: #fff; border: solid 1px #ddd;"&gt;
	    	        The second-stage bootloader functionality and the serial recovery mode are currently not supported.
	    &lt;/div&gt;
	&lt;/p&gt;
&lt;p&gt;I can DFU over mcuboot serial recovery. But why the document says 54L15 doesn&amp;#39;t support single bank DFU?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MCUMgr SerialRecovery too slow</title><link>https://devzone.nordicsemi.com/thread/538799?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 11:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7271928-34f4-4cba-964d-f0abe88d9cf1</guid><dc:creator>Jayant Tang</dc:creator><description>&lt;p&gt;My project:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7215.lock.zip"&gt;devzone.nordicsemi.com/.../7215.lock.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;DFU commands:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;mcumgr conn add testDK type=&amp;quot;serial&amp;quot; connstring=&amp;quot;COM3,baud=115200,mtu=512&amp;quot;

mcumgr -c testDK image list

mcumgr -c testDK image upload D:\Project\lock\build\lock\zephyr\zephyr.signed.bin

mcumgr -c testDK reset&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>