<?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>Unable to Restart SMP Upload From Offset 0 Using Au Term</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125810/unable-to-restart-smp-upload-from-offset-0-using-au-term</link><description>When using the official Au Term.exe tool to perform SMP firmware updates on the nRF54L15 (NCS v3.1.0), if the tool is closed during an ongoing transfer and then reopened, the upload always resumes from the previous offset. How can I force the upload to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Nov 2025 03:51:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125810/unable-to-restart-smp-upload-from-offset-0-using-au-term" /><item><title>RE: Unable to Restart SMP Upload From Offset 0 Using Au Term</title><link>https://devzone.nordicsemi.com/thread/555305?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 03:51:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8643e163-a711-46be-9e29-0a3f60d8a90f</guid><dc:creator>LiYang1350305272</dc:creator><description>&lt;p&gt;I have found the solution.&lt;br /&gt;To force the SMP DFU upload to restart from offset = 0 on the nRF54L15, you need to enable the mutex feature for the image management group by setting:&lt;br /&gt;CONFIG_MCUMGR_GRP_IMG_MUTEX=y&lt;br /&gt;Once this is enabled, you can call:&lt;br /&gt;img_mgmt_reset_upload();&lt;br /&gt;This function clears the current upload state, including the offset, effectively terminating any ongoing SMP upload and allowing the next DFU session to start from offset 0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>