<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: i.MX95 Boot ROM: Configuring eMMC Boot0/Boot1 as Primary/Secondary and FlexSPI NOR as Recovery</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX95-Boot-ROM-Configuring-eMMC-Boot0-Boot1-as-Primary/m-p/2394536#M245956</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Is it possible to configure&amp;nbsp;&lt;STRONG&gt;FlexSPI NOR flash as the Recovery boot device&lt;/STRONG&gt;&amp;nbsp;while using&amp;nbsp;&lt;STRONG&gt;eMMC Boot0 and Boot1&lt;/STRONG&gt;&amp;nbsp;as the Primary and Secondary boot partitions?&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;No, it is not possible. The recovery boot device for LP boot is only LPSPI1/2, you can't configure any other boot source as recovery option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Oswalag_0-1783975544422.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/392142iE75DCC981898C0E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Oswalag_0-1783975544422.png" alt="Oswalag_0-1783975544422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2026 20:48:35 GMT</pubDate>
    <dc:creator>Oswalag</dc:creator>
    <dc:date>2026-07-13T20:48:35Z</dc:date>
    <item>
      <title>i.MX95 Boot ROM: Configuring eMMC Boot0/Boot1 as Primary/Secondary and FlexSPI NOR as Recovery</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX95-Boot-ROM-Configuring-eMMC-Boot0-Boot1-as-Primary/m-p/2392002#M245905</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I am trying to understand how the i.MX95 Boot ROM handles the Primary, Secondary, and Recovery boot stages. I have gone through the Reference Manual and some of the U-Boot spl source code, but I am still not clear on how the Recovery boot mechanism is intended to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;My goal is to implement the following boot architecture:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Primary boot:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; eMMC Boot0&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Secondary boot:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; eMMC Boot1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Recovery boot:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; FlexSPI NOR flash (Golden Recovery Image)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;While looking through &lt;/SPAN&gt;&lt;SPAN&gt;arch/arm/mach-imx/image-container.c&lt;/SPAN&gt;&lt;SPAN&gt;, I noticed the following code:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;printf("Boot stage: ");
if (rom_data.boot_stage == 0x6)
    printf("Primary\n");
else if (rom_data.boot_stage == 0x9)
    printf("Secondary\n");
else if (rom_data.boot_stage == 0xa)
    printf("Recovery\n");
else
    printf("USB Serial Download\n");&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;Based on this, it appears that the Boot ROM supports four boot stages: Primary, Secondary, Recovery, and USB Serial Download. However, I could not find sufficient information explaining how the Recovery stage is selected or configured.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I would appreciate some guidance on the following questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Is it possible to configure &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;FlexSPI NOR flash as the Recovery boot device&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; while using &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;eMMC Boot0 and Boot1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; as the Primary and Secondary boot partitions?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If this configuration is supported, what is the recommended way to configure it?&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;What is the sequence followed by the Boot ROM when selecting between the Primary, Secondary, and Recovery boot stages?&lt;/LI&gt;&lt;LI&gt;If both Primary and Secondary boot attempts fail, what conditions trigger the Recovery boot stage?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;What failure conditions can be intentionally reproduced to simulate Recovery mode during development and validation?&lt;/STRONG&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Is there any documentation or application note that describes the Boot ROM boot selection algorithm and Recovery boot flow in detail?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Does the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;boot device fuse configuration (Fuse Mode)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; play any role in selecting the Recovery boot device?&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Is the Recovery device determined by the boot device fuses?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Or can the Boot ROM automatically switch to a different boot device (such as FlexSPI NOR) even when the boot device is fused to eMMC?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;SPAN&gt;Ultimately, my objective is to have the system normally boot from &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;eMMC Boot0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, fall back to &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;eMMC Boot1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; if necessary, and finally boot a &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Golden Recovery Image stored in FlexSPI NOR&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; if both eMMC boot partitions are unavailable or invalid.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;If anyone has implemented a similar boot architecture or can point me to the relevant documentation or application notes, I would really appreciate your guidance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you in Advance !&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Arun Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 06:14:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX95-Boot-ROM-Configuring-eMMC-Boot0-Boot1-as-Primary/m-p/2392002#M245905</guid>
      <dc:creator>arun16598</dc:creator>
      <dc:date>2026-07-08T06:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX95 Boot ROM: Configuring eMMC Boot0/Boot1 as Primary/Secondary and FlexSPI NOR as Recovery</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX95-Boot-ROM-Configuring-eMMC-Boot0-Boot1-as-Primary/m-p/2394536#M245956</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Is it possible to configure&amp;nbsp;&lt;STRONG&gt;FlexSPI NOR flash as the Recovery boot device&lt;/STRONG&gt;&amp;nbsp;while using&amp;nbsp;&lt;STRONG&gt;eMMC Boot0 and Boot1&lt;/STRONG&gt;&amp;nbsp;as the Primary and Secondary boot partitions?&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;No, it is not possible. The recovery boot device for LP boot is only LPSPI1/2, you can't configure any other boot source as recovery option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Oswalag_0-1783975544422.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/392142iE75DCC981898C0E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Oswalag_0-1783975544422.png" alt="Oswalag_0-1783975544422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 20:48:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX95-Boot-ROM-Configuring-eMMC-Boot0-Boot1-as-Primary/m-p/2394536#M245956</guid>
      <dc:creator>Oswalag</dc:creator>
      <dc:date>2026-07-13T20:48:35Z</dc:date>
    </item>
  </channel>
</rss>

