<?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>nrf54lm20a OTA fail</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128913/nrf54lm20a-ota-fail</link><description>Hi: 
 I use sdk ncs3.3.0 and nrf54lm20dk. 
 
 Failed to return using AA dfu_target_init. 
 OTA firmware is zephyr.signed.bin. 
 
 I: DFU header I: 3d b8 f3 96 00 00 00 00 |=....... I: 00 08 00 00 84 d7 03 00 |........ I: data_len = 63 E: No supported</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Aug 2026 12:28:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128913/nrf54lm20a-ota-fail" /><item><title>RE: nrf54lm20a OTA fail</title><link>https://devzone.nordicsemi.com/thread/570062?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2026 12:28:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47fe29ec-bf1e-41a4-a76c-8302e74ab19c</guid><dc:creator>john.liu</dc:creator><description>&lt;p&gt;Hi Sigurd:&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
&lt;p&gt;I have made the modifications, but there are still issues.&lt;/p&gt;
&lt;p&gt;I: OTA_RECEIVING: msg_type=0x04&lt;br /&gt;I: Chunk rx_seq=0 (expect=0) len=63 received=0/254036&lt;br /&gt;I: DFU header&lt;br /&gt;I: 3d b8 f3 96 00 00 00 00 |=.......&lt;br /&gt;I: 00 08 00 00 84 d7 03 00 |........&lt;br /&gt;I: First chunk: data_len=63&lt;br /&gt;E: Missing stream_buf, call &amp;#39;..set_buf&amp;#39; before &amp;#39;..init&lt;br /&gt;E: dfu_target_init failed: -19&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;				LOG_HEXDUMP_INF(&amp;amp;pkt-&amp;gt;data[3],
						MIN(data_len, 16),
						&amp;quot;DFU header&amp;quot;);
				LOG_INF(&amp;quot;First chunk: data_len=%u&amp;quot;, data_len);

				/*
				 * TODO: uncomment when flash writes are
				 * enabled:
				 */
				enum dfu_target_image_type type;
				type = dfu_target_img_type(&amp;amp;pkt-&amp;gt;data[3],
										data_len);
				err = dfu_target_init(type, 0,
										total_size, NULL);
				if (err) {
					LOG_ERR(&amp;quot;dfu_target_init failed: %d&amp;quot;, err);
					ota_reset();
					return;
				}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf54lm20a OTA fail</title><link>https://devzone.nordicsemi.com/thread/570048?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2026 08:58:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95e37b28-9db2-4e2f-bb20-1772d856b304</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;Try this:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Add to the application&amp;#39;s &lt;/span&gt;&lt;code&gt;prj.conf&lt;/code&gt;&lt;span&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;CONFIG_DFU_TARGET=y&lt;br /&gt; CONFIG_DFU_TARGET_MCUBOOT=y&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt; CONFIG_FLASH=y&lt;br /&gt; CONFIG_FLASH_MAP=y&lt;br /&gt; CONFIG_FLASH_PAGE_LAYOUT=y&lt;br /&gt; CONFIG_STREAM_FLASH=y&lt;br /&gt; CONFIG_IMG_MANAGER=y&lt;br /&gt; CONFIG_MCUBOOT_IMG_MANAGER=y&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And in &lt;/span&gt;&lt;code&gt;sysbuild.conf&lt;/code&gt;&lt;span&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SB_CONFIG_BOOTLOADER_MCUBOOT=y&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>