<?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>DFU insufficient resources</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51185/dfu-insufficient-resources</link><description>Hi, 
 I want to update firmware on nrf52832, but I have an error: DFU insufficient resources 
 I found this and this , so I try to program my softdevice with this file: /nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Sep 2019 02:18:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51185/dfu-insufficient-resources" /><item><title>RE: DFU insufficient resources</title><link>https://devzone.nordicsemi.com/thread/207518?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 02:18:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6379b34c-84f8-45bb-9ae3-899151689a35</guid><dc:creator>lydie</dc:creator><description>&lt;p&gt;Hi, the file I use to generate the package is created when I do &amp;quot;make&amp;quot; in my project folder so it&amp;#39;s not merged.&lt;/p&gt;
&lt;p&gt;The size of the&amp;nbsp;&lt;span&gt;nrf52832_xxaa.hex file is 959 KB, and the&amp;nbsp;&lt;em&gt;app_dfu_package.zip&amp;nbsp;&lt;/em&gt;is 342 KB. I&amp;#39;m trying to reduce them because I have a file which contains 13 arrays of pictures (80x160) I want to display. So I need to save them into the flach memory but I can&amp;#39;t because it&amp;#39;s too big, so I&amp;nbsp;have to find another solution.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU insufficient resources</title><link>https://devzone.nordicsemi.com/thread/207358?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2019 10:49:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b948510c-f2c3-481a-b11e-7fde138a61d6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;So the &amp;quot;nrf52832_xxaa.hex&amp;quot; file you use to generate&amp;nbsp;&lt;em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;app_dfu_package.zip&lt;/em&gt; is not merged&amp;nbsp;&lt;em&gt;.zip&lt;/em&gt; with the Softdevice or bootloader?&lt;/p&gt;
&lt;p&gt;What&amp;#39;s the size of the application when you build it in SES?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU insufficient resources</title><link>https://devzone.nordicsemi.com/thread/207350?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2019 10:26:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4234ca55-346e-43cc-a415-f1b9ea591791</guid><dc:creator>lydie</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand what you&amp;#39;re saying. The package I create is my app + my private key. It is this package that I&lt;em&gt;&amp;nbsp;&lt;/em&gt;upload on my phone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU insufficient resources</title><link>https://devzone.nordicsemi.com/thread/207336?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2019 09:39:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b6ca157-8352-4873-a9e4-b6a633356331</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Each image must be provided separately when you generate a DFU package with nrfutil. I.e., you can&amp;#39;t merge images beforehand.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Creating a SD+BL update:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;nrfutil pkg generate --&lt;strong&gt;softdevice&lt;/strong&gt; &amp;lt;softdevice&amp;gt;.hex --&lt;strong&gt;bootloader&lt;/strong&gt; &amp;lt;bootloader&amp;gt;.hex ...&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU insufficient resources</title><link>https://devzone.nordicsemi.com/thread/207317?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2019 09:05:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fa17579-eb20-4587-beb4-d15da94dd0c7</guid><dc:creator>lydie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks for your answer.&lt;/p&gt;
&lt;p&gt;I build&amp;nbsp;&lt;span&gt;&amp;quot;nrf52832_xxaa.hex&amp;quot; from my project with the command make.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I program softdevice with this file: s132_nrf52_6.1.1_softdevice.hex, bootloader with bootloader_dfu.hex which is created like this&amp;nbsp;&lt;em&gt;mergehex -m ..\..\..\..\..\components\softdevice\s132\hex\s132_nrf52_6.1.1_softdevice.hex _build/nrf52832_xxaa_s132.hex -o bootloader_dfu.hex&lt;/em&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU insufficient resources</title><link>https://devzone.nordicsemi.com/thread/204995?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 11:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18ac41b7-cb7d-4984-ac88-50fedfa2bd50</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Lydie,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you build &amp;quot;nrf52832_xxaa.hex&amp;quot; from one of the BLE SDK projects? Also, do you know if the application is actually supposed to be around ~340K? That&amp;#39;s a big application for this chip variant.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that the application shall not be merged with bootloader or Softdevice when you generate DFU package.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>