<?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: Boot from SPI NOR on iMX 8M Mini</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1276815#M174050</link>
    <description>&lt;P&gt;We face the same problems. We've also connected a SPI flash memory to the&amp;nbsp;&lt;SPAN&gt;ECSPI2 on&lt;/SPAN&gt;&amp;nbsp;the imx8mm evk. It's up and running in Linux (mtd), and we write the&amp;nbsp;&lt;SPAN&gt;flash.bin (same as we use for the SD card) with offset&amp;nbsp;0x400.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When we select SPI NOR boot via ECSPI2 (using internal boot and&amp;nbsp;&lt;SPAN&gt;BOOT_CFG), the boot rom starts reading from the flash, but no output on the console.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;can you please provide us with the same additional information?&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150517"&gt;@ondra1&lt;/a&gt;&amp;nbsp;do you mind sharing your changes?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2021 07:00:56 GMT</pubDate>
    <dc:creator>assarsson</dc:creator>
    <dc:date>2021-05-14T07:00:56Z</dc:date>
    <item>
      <title>Boot from SPI NOR on iMX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1046463#M154117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to boot from SPI NOR connected to ECSPI2 interface on EVK board. I successfully prepared dtb file to activate spinor in Linux (5.4.24). After some patches in kernel module for CS0 (GPIO) I have working mtd device.&lt;/P&gt;&lt;P&gt;I installed U-boot into spi nor using dd on offset 0x400. I used working flash.bin build for sd.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On EVK board I set dip switches for ecspi boot on spi2 cs0. I can watch expected 12MHz clock on SCK and from duration of transaction I calculated that system loads about 180kB of data.&lt;/P&gt;&lt;P&gt;But no activity on serial console and system hangs.&lt;/P&gt;&lt;P&gt;I modified boot data in IVT to&amp;nbsp; shorten loading data. I can see on oscilloscope, transaction is shorter -&amp;gt; boot rom parse IVT and boot data.&lt;/P&gt;&lt;P&gt;I modified U-boot and add some GPIO up/down into very early stages to watch activity on oscilloscope. My boot loader runs even on correct address (7e1000) but if processor runs some code placed more than 16kB from start it hangs.&lt;/P&gt;&lt;P&gt;It looks like boot rom loads only part of image.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 15:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1046463#M154117</guid>
      <dc:creator>ondra1</dc:creator>
      <dc:date>2020-07-30T15:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from SPI NOR on iMX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1046464#M154118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miroslav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding this issue additional details were sent via mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 03:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1046464#M154118</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-07-31T03:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from SPI NOR on iMX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1046465#M154119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;thank you for reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to swap OCRAM and TCRAM in U-boot. OCRAM is used for image loading and TCRAM for data and stack. I had to write some init functions in U-boot sources to make ecspi working in SPL and load next&amp;nbsp; image. In the end I was successful and SPI boot so as recovery boot via SPI on my imx8mm-evk&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 16:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1046465#M154119</guid>
      <dc:creator>ondra1</dc:creator>
      <dc:date>2020-08-03T16:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from SPI NOR on iMX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1276815#M174050</link>
      <description>&lt;P&gt;We face the same problems. We've also connected a SPI flash memory to the&amp;nbsp;&lt;SPAN&gt;ECSPI2 on&lt;/SPAN&gt;&amp;nbsp;the imx8mm evk. It's up and running in Linux (mtd), and we write the&amp;nbsp;&lt;SPAN&gt;flash.bin (same as we use for the SD card) with offset&amp;nbsp;0x400.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When we select SPI NOR boot via ECSPI2 (using internal boot and&amp;nbsp;&lt;SPAN&gt;BOOT_CFG), the boot rom starts reading from the flash, but no output on the console.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;can you please provide us with the same additional information?&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150517"&gt;@ondra1&lt;/a&gt;&amp;nbsp;do you mind sharing your changes?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 07:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1276815#M174050</guid>
      <dc:creator>assarsson</dc:creator>
      <dc:date>2021-05-14T07:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from SPI NOR on iMX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1359336#M181871</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have also been having issues with the iMX8MM SPI flash boot from ECSPI, on our own hardware design.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186703"&gt;@assarsson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150517"&gt;@ondra1&lt;/a&gt;&amp;nbsp;- Can you share any information you have gathered?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 08:35:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1359336#M181871</guid>
      <dc:creator>tom_perman</dc:creator>
      <dc:date>2021-10-21T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from SPI NOR on iMX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1619062#M203017</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150517"&gt;@ondra1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible can you share those steps, We were trying to do same.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 09:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-SPI-NOR-on-iMX-8M-Mini/m-p/1619062#M203017</guid>
      <dc:creator>vignesh-baskaran</dc:creator>
      <dc:date>2023-03-21T09:26:22Z</dc:date>
    </item>
  </channel>
</rss>

