<?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>How to make LED blink when OTA upgrade</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128405/how-to-make-led-blink-when-ota-upgrade</link><description>Hi, Team: 
 I want to make an LED blink during OTA upgrade and stop blinking after upgrade. 
 How do I configure prj.conf, sysbuild.conf, or provide some demos 
 Thank you. 
 
 
 BR 
 Dongdong Song</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jun 2026 06:18:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128405/how-to-make-led-blink-when-ota-upgrade" /><item><title>RE: How to make LED blink when OTA upgrade</title><link>https://devzone.nordicsemi.com/thread/567653?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2026 06:18:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:795b7e7e-46f2-483d-b281-7ac408b9c452</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The&amp;nbsp;&lt;code&gt;CONFIG_MCUBOOT_INDICATION_LED&lt;/code&gt; option only light up an LED but won&amp;#39;t blink.&lt;/p&gt;
&lt;p&gt;Blinking would require adding code to mcuboot. Can done with a&amp;nbsp;&lt;em&gt;module&lt;/em&gt;. That code can be triggered using&amp;nbsp;&lt;code&gt;CONFIG_MCUBOOT_ACTION_HOOKS &lt;/code&gt;calling&amp;nbsp;&lt;code&gt;mcuboot_status_change(mcuboot_status_type_t status) &lt;/code&gt;function that your module will need to implement&lt;code&gt;.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;No idea if the default flash layout leaves enough room for this modification in the mcuboot partition.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>