<?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>NRF5340 Internal Flash partition problems</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85392/nrf5340-internal-flash-partition-problems</link><description>Hi, 
 The DFU(reuse ota code) partition configuration file I got from your technical support is as follows,It divides Flash（1024K） into the following regions：mcuboot(48K)、mcuboot_primary(480K)、 
 mcuboot_secondary(480K)、 EMPTY_0(8K)、settings_storage </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Mar 2022 08:48:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85392/nrf5340-internal-flash-partition-problems" /><item><title>RE: NRF5340 Internal Flash partition problems</title><link>https://devzone.nordicsemi.com/thread/356204?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2022 08:48:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d26acc0e-f601-4c9a-a328-e1a3f9fa6361</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Wang,&amp;nbsp;&lt;br /&gt;I don&amp;#39;t think the information is correct. The settings_storage is independent from MCUBoot.&amp;nbsp;&lt;br /&gt;As far as I know, MCUBoot stores the DFU progress in the metadata in the image header, not in the settings_storage.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;How do you plan to store your data ? If you are planning to use the settings module, then you can just increase the setting_storage size to the size of your need by defining:&amp;nbsp;CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;By default&amp;nbsp;&lt;/span&gt;&lt;/span&gt;CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x2000.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5340 Internal Flash partition problems</title><link>https://devzone.nordicsemi.com/thread/356165?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2022 01:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d60371f3-7cb1-4c40-bc32-74d0c80f60c3</guid><dc:creator>GinoWang</dc:creator><description>&lt;p&gt;&lt;span&gt;I got this message through telephone communication with FAE of Hong Kong HONESTAR TECHNOLOGY.&amp;nbsp; &amp;nbsp;If not, could you please tell me how DFU uses these partitions? I want to know the detailed process.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Back to the previous two questions,Where should I put the 64K partition?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5340 Internal Flash partition problems</title><link>https://devzone.nordicsemi.com/thread/356093?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 14:58:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdb5173e-c38c-4104-b5b6-d05d6e6466e5</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Wang,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I don&amp;#39;t think the &amp;quot;&lt;span&gt;settings_storage&amp;quot; is only dedicated for DFU, it&amp;#39;s used for many other purposes, including storing user data.&amp;nbsp;&lt;br /&gt;Could you please point me to where you get the information of &amp;quot; Technical support feedback said that this partition was dedicated to DFU &amp;quot;&amp;nbsp; ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5340 Internal Flash partition problems</title><link>https://devzone.nordicsemi.com/thread/355989?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 10:18:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53268669-7eba-4ead-a7ad-2447a3b7aa76</guid><dc:creator>GinoWang</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;$ ninja partition_manager_report
[0/9] Performing build step for &amp;#39;mcuboot_subimage&amp;#39;
ninja: no work to do.
[1/6] Performing build step for &amp;#39;rpmsg_service_remote_subimage&amp;#39;
[0/5] Performing build step for &amp;#39;b0n_subimage&amp;#39;
ninja: no work to do.
...
flash_primary (0x100000 - 1024kB):
+-------------------------------------------------+
| 0x0: mcuboot (0xc000 - 48kB)                    |
+---0xc000: mcuboot_primary (0x78000 - 480kB)-----+
| 0xc000: mcuboot_pad (0x200 - 512B)              |
+---0xc200: mcuboot_primary_app (0x77e00 - 479kB)-+
| 0xc200: app (0x77e00 - 479kB)                   |
+-------------------------------------------------+
| 0x84000: mcuboot_secondary (0x78000 - 480kB)    |
| 0xfc000: EMPTY_0 (0x2000 - 8kB)                 |
| 0xfe000: settings_storage (0x2000 - 8kB)        |
+-------------------------------------------------+

  otp (0x2fc - 764B):
+------------------------------+
| 0xff8100: otp (0x2fc - 764B) |
+------------------------------+

  sram_primary (0x80000 - 512kB):
+-----------------------------------------------+
| 0x20000000: sram_primary (0x6e000 - 440kB)    |
| 0x2006e000: pcd_sram (0x2000 - 8kB)           |
| 0x20070000: rpmsg_nrf53_sram (0x10000 - 64kB) |
+-----------------------------------------------+

 CPUNET flash_primary (0x40000 - 256kB):
+---------------------------------------------------+
+---0x1000000: b0n_container (0x8800 - 34kB)--------+
| 0x1000000: b0n (0x8600 - 33kB)                    |
| 0x1008600: provision (0x200 - 512B)               |
+---0x1008800: app (0x37800 - 222kB)----------------+
| 0x1008800: rpmsg_service_remote (0x37800 - 222kB) |
+---------------------------------------------------+

 CPUNET sram_primary (0x10000 - 64kB):
+-------------------------------------------+
| 0x21000000: sram_primary (0x10000 - 64kB) |
+-------------------------------------------+
&lt;/pre&gt;&lt;span&gt;The current partition info&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>