<?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>Unable to use internal flash on sdk 3.02 using custom board file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125131/unable-to-use-internal-flash-on-sdk-3-02-using-custom-board-file</link><description>I am using the zephyr\samples\subsys\nvs example. By default the program stores data in internal flash in storage_partition. I would like to create a custom board file for my board. I am using nrf52840dk board. However when I create a custom board using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Oct 2025 08:59:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125131/unable-to-use-internal-flash-on-sdk-3-02-using-custom-board-file" /><item><title>RE: Unable to use internal flash on sdk 3.02 using custom board file</title><link>https://devzone.nordicsemi.com/thread/552218?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2025 08:59:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac24f648-5dc2-447e-96bc-453e0e204c00</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems you have sysbuild enabled. If the sysbuild or mcuboot enabled (Partition Manager enabled) the partition definitions in your DTS are ignored, and the Partition Manager&amp;#39;s configuration takes precedence. Then during runtime your application expects partition defined in the DTS, but this is not present at runtime which leads to the issue you mentioned.&lt;/p&gt;
&lt;p&gt;You can use&lt;span&gt;&amp;nbsp;&amp;#39;no sysbuild&amp;#39; in the command (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117222/dt_n_nodelabel_settings_storage_reg_idx_0_val_size-undeclared" rel="noopener noreferrer" target="_blank"&gt;DT_N_NODELABEL_settings_storage_REG_IDX_0_VAL_SIZE&amp;#39; undeclared&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1761209644016v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;or define your partition in pm_static.yml.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can check your build folder both for DK and custom board. Can you please share these with me?&lt;/p&gt;
&lt;p&gt;Regarding the devicetree editor query, there is no specific setting in the Devicetree Visual Editor to enable the internal flash page.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>