<?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>Anyone do successfully DFU OTA from Linux ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10399/anyone-do-successfully-dfu-ota-from-linux</link><description>I&amp;#39;m tring to build a FOTA broadcaster machine using a raspberry-pi with bluez. or any other Linux small linux embedded system. 
 The idea is that after testing the board with an already pre-programmed firmware.
it get the final production firmware from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Aug 2026 13:05:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10399/anyone-do-successfully-dfu-ota-from-linux" /><item><title>RE: Anyone do successfully DFU OTA from Linux ?</title><link>https://devzone.nordicsemi.com/thread/570161?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2026 13:05:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65dda1b5-93a5-491c-8d4e-cfec09ed3740</guid><dc:creator>JuP0</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;For anyone landing here from a search: yes, this works well on Linux today.&lt;br /&gt;&lt;br /&gt;We needed the same thing &amp;mdash; flashing boards from a Linux bench at the end of&lt;br /&gt;test &amp;mdash; so we built a small CLI for it in Go:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://github.com/E-DEVICE/ed-nrfdfu"&gt;github.com/.../ed-nrfdfu&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It talks to BlueZ over D-Bus and runs Nordic Secure DFU over BLE straight&lt;br /&gt;from the terminal, no phone and no GUI, so it drops into a production&lt;br /&gt;script. It&amp;#39;s a single static binary and we publish linux/arm64 builds, so&lt;br /&gt;it runs on a Raspberry Pi with nothing to install.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; go install github.com/E-DEVICE/ed-nrfdfu@latest&lt;br /&gt;&amp;nbsp; &amp;nbsp; ed-nrfdfu --mac &amp;quot;AA:BB:CC:DD:EE:FF&amp;quot; --dfuPath firmware.zip&lt;br /&gt;&lt;br /&gt;One prerequisite worth stating: it expects the device to already be&lt;br /&gt;advertising in DFU/bootloader mode. It does not trigger the buttonless&lt;br /&gt;transition from your application firmware. But this features could be added quickly.&lt;br /&gt;&lt;br /&gt;The license is Apache 2.0 so do what ever you feel with this repo. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It&amp;#39;s a developer aid rather than a certified production&lt;br /&gt;component. Linux/BlueZ is what we use daily; the macOS and Windows backends&lt;br /&gt;are implemented but not yet tested against real hardware.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Anyone do successfully DFU OTA from Linux ?</title><link>https://devzone.nordicsemi.com/thread/38615?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2015 10:34:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:415b6a84-c985-45e9-8397-2e7c803336fe</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Unfortunately, we don&amp;#39;t have an example using bluez, but maybe someone else have. The requirements for the central can be found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v10.0.0/bledfu_transport_bleprofile.html?cp=4_1_0_4_3_1_4_0"&gt;here&lt;/a&gt; if you want to try to implement it yourself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>