<?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>52820 &amp;#39;s  firmware of app+usb dfu</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85471/52820-s-firmware-of-app-usb-dfu</link><description>Hi,nordic term， 
 i develop my product that ony have feature with usb and app,there is no sd and ble.i have developed my porject,and now i need achieve the funcation of dfu by nrfutil usb.but i discover that the cmmand &amp;quot; nrfutil pkg generate cmmand&amp;quot; must</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Mar 2022 13:51:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85471/52820-s-firmware-of-app-usb-dfu" /><item><title>RE: 52820 's  firmware of app+usb dfu</title><link>https://devzone.nordicsemi.com/thread/356632?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 13:51:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22f52c39-076b-4ee1-9bfc-8322518d5ad4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Starting with SDK 15.0.0 there is no longer a dependency on the SoftDevice if you don&amp;#39;t use BLE. However, nrfutil requires you to specify a SoftDevice with --sd-req nonetheless, and for that you use 0x00 which means no SoftDevice.&lt;/p&gt;
&lt;p&gt;So the nrfutil pgk generate command can look something like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfutil pkg generate --hw-version 52 --sd-req 0x00 --application blinky_pca10040e_mbr.hex  --application-version 2 --key-file C:\vault\priv.pem dfu.zip&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>