<?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 flash firmware with linux commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119252/how-to-flash-firmware-with-linux-commands</link><description>I have built my own firmware for my nrf54l15 custom board and got a merged.hex file. 
 Now I want to flash this firmware(merged.hex) to my nrf54l15 custom board on another linux computer. What commands should I execute to flash the firmware? 
 BTW, I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Feb 2025 09:13:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119252/how-to-flash-firmware-with-linux-commands" /><item><title>RE: How to flash firmware with linux commands</title><link>https://devzone.nordicsemi.com/thread/524268?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 09:13:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0305cd6-901a-45e4-9468-d9ceb6a4a744</guid><dc:creator>Llama12580</dc:creator><description>&lt;p&gt;Thank you so much for your quick reply!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to flash firmware with linux commands</title><link>https://devzone.nordicsemi.com/thread/524260?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 08:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08b4ca4e-d1ea-48b5-8383-d17d2555ea73</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can download nRF Util at&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Util&lt;/a&gt;&amp;nbsp;and install the device command which enables you to flash the device from the command line.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ nrfutil device program --firmware merged.hex --options chip_erase_mode=ERASE_ALL,reset=RESET_SYSTEM,verify=VERIFY_READ&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>