<?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>MCU Boot with sysbuild with SPI external flash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122642/mcu-boot-with-sysbuild-with-spi-external-flash</link><description>I am trying to get MCU Boot working with sysbuild using DFU with SPI external flash for FOTA over BLE with 2.9.1. I added the setting CONFIG_SPI_NOR_SFDP_DEVICETREE=y per the directions in the Dev Academy lesson on Exercise 3 – DFU with external flash</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Jul 2025 13:39:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122642/mcu-boot-with-sysbuild-with-spi-external-flash" /><item><title>RE: MCU Boot with sysbuild with SPI external flash</title><link>https://devzone.nordicsemi.com/thread/541051?ContentTypeID=1</link><pubDate>Tue, 01 Jul 2025 13:39:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce21a41a-a69c-4904-8018-936b5fc34310</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you check out&amp;nbsp;\zephyr\drivers\flash\Kconfig.nor and in specific:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;config SPI_NOR_SFDP_DEVICETREE
	bool &amp;quot;Basic Flash Parameters from devicetree node&amp;quot;
	help
	  The JESD216 Basic Flash Parameters table must be provided in the
	  sfdp-bfp property in devicetree.  The size and jedec-id properties are
	  also required.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t&amp;nbsp;provide&amp;nbsp;sfdp-bfp in the devicetree you should add&amp;nbsp;CONFIG_SPI_NOR_SFDP_DEVICETREE=n.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>