<?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>topic Re: FRWY-LS1012A Quad IO Read in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1705827#M13090</link>
    <description>&lt;P&gt;Hi Pavel,&lt;BR /&gt;&lt;BR /&gt;I have ls1012aftwy nxp board and want to generate specific singals for testing different XSPI modes.&lt;BR /&gt;&lt;BR /&gt;1-2-2, 1-2-2,2-2-2,4-4-4 for dual and quad spi signals.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please suggest any way to achieve this by doing fw changes or any other way.&lt;BR /&gt;&lt;BR /&gt;I did below changes in spi-nor file, which is helping me to generate 1-4-4 (EB command) and 1-1-4 (6B command) but it's not generating other dual and quad spi signals/commands with the same method.&lt;BR /&gt;&lt;BR /&gt;I have removed not required things from below array (from spii-nor.c file) for specific command generation and tested fsl-networking* image for testing but it's not worked.&lt;BR /&gt;&lt;BR /&gt;static const struct sfdp_bfpt_read sfdp_bfpt_reads[]&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone help on this ? Thanks !&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 14:05:46 GMT</pubDate>
    <dc:creator>yogeshdave07</dc:creator>
    <dc:date>2023-08-16T14:05:46Z</dc:date>
    <item>
      <title>FRWY-LS1012A Quad IO Read</title>
      <link>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1398035#M9817</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;DIV&gt;I am trying to read data from the QSPI flash via u-boot command (&lt;DIV&gt;sf read &amp;lt;Load address RAM&amp;gt; &amp;lt;SPI flash address to read&amp;gt; &amp;lt;size&amp;gt;&lt;/DIV&gt;) and probing at that time.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I observed that&amp;nbsp;Fast Read (0Bh) is used&lt;/DIV&gt;&lt;DIV&gt;Is that possible to use&amp;nbsp;Fast Read Quad Output (6Bh) while using&amp;nbsp;sf read ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jan 2022 10:18:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1398035#M9817</guid>
      <dc:creator>Zubin</dc:creator>
      <dc:date>2022-01-12T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: FRWY-LS1012A Quad IO Read</title>
      <link>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1398185#M9822</link>
      <description>&lt;P&gt;There is the following explanation in u-boot SPI NOR driver:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Serial Flash Discoverable Parameters are described by the JEDEC JESD216 specification. This is a standard which tends to supported by almost all (Q)SPI memory manufacturers. Those hard-coded tables allow us to learn at runtime the main parameters needed to perform basic SPI flash operations such as Fast Read, Page Program or Sector Erase commands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change this driver for supporting Fast Read Quad Output (6Bh) command.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 15:22:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1398185#M9822</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2022-01-12T15:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: FRWY-LS1012A Quad IO Read</title>
      <link>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1403303#M9898</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;That hard coded table (spi_nor_ids - correct me if I assumed wrong) already contains support for Quad output command.&lt;/P&gt;&lt;P&gt;INFO("w25q16dw", 0xef6015, 0, 64 * 1024, 32,&lt;BR /&gt;SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |&lt;BR /&gt;SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)&lt;/P&gt;&lt;P&gt;spi_nor_ids is in&amp;nbsp;spi-nor-ids.c&lt;BR /&gt;Should I remove&amp;nbsp;SPI_NOR_DUAL_READ from flags? or Did you mean other type of change?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zubin&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 15:16:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1403303#M9898</guid>
      <dc:creator>Zubin</dc:creator>
      <dc:date>2022-01-21T15:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: FRWY-LS1012A Quad IO Read</title>
      <link>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1705827#M13090</link>
      <description>&lt;P&gt;Hi Pavel,&lt;BR /&gt;&lt;BR /&gt;I have ls1012aftwy nxp board and want to generate specific singals for testing different XSPI modes.&lt;BR /&gt;&lt;BR /&gt;1-2-2, 1-2-2,2-2-2,4-4-4 for dual and quad spi signals.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please suggest any way to achieve this by doing fw changes or any other way.&lt;BR /&gt;&lt;BR /&gt;I did below changes in spi-nor file, which is helping me to generate 1-4-4 (EB command) and 1-1-4 (6B command) but it's not generating other dual and quad spi signals/commands with the same method.&lt;BR /&gt;&lt;BR /&gt;I have removed not required things from below array (from spii-nor.c file) for specific command generation and tested fsl-networking* image for testing but it's not worked.&lt;BR /&gt;&lt;BR /&gt;static const struct sfdp_bfpt_read sfdp_bfpt_reads[]&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone help on this ? Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 14:05:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/FRWY-LS1012A-Quad-IO-Read/m-p/1705827#M13090</guid>
      <dc:creator>yogeshdave07</dc:creator>
      <dc:date>2023-08-16T14:05:46Z</dc:date>
    </item>
  </channel>
</rss>

