<?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: How to create user application and/or test module for flexSPI flash memories?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134712#M161017</link>
    <description>&lt;P&gt;Hi priyank_bhatt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at flexspi examples in M4 SDK_MEK-MIMX8QX&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 23:32:59 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-09-02T23:32:59Z</dc:date>
    <item>
      <title>How to create user application and/or test module for flexSPI flash memories?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1133608#M160966</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;We are working on iMX8QXP processor and using Yocto with L5.4.24_2.1.0. We are able to communicate to micron flash(mt35xu512aba) present on the MEK board.&lt;/P&gt;&lt;P&gt;Our target is to make a user application or a kernel module to test flash memory.&lt;/P&gt;&lt;P&gt;What I have tried:&lt;/P&gt;&lt;P&gt;1. Created a test module inside /drivers/spi/, made necessary changes in Kconfig, Makefile and it was up and running. I then included spi-mem.h to use "spi_mem_exec_op" function to communicate to flash chip but I am facing issues while inserting this module.&lt;/P&gt;&lt;P&gt;2. I created an external module in my recipe which does the same thing but faced same errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I am facing is related to struct spi_nor/struct spi_mem which I need to pass as an argument in all spi-mem functions.&lt;/P&gt;&lt;P&gt;I know that we can use sysfs to access GPIOs but I did not find any examples related to SPI flash memories access usign sysfs.&lt;/P&gt;&lt;P&gt;Is there any way I can create a user application or a kernel module to communicate to flash using different commands supported by that flash?&lt;/P&gt;&lt;P&gt;Any examples related to this would be much helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Priyank&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 04:15:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1133608#M160966</guid>
      <dc:creator>priyank_bhatt</dc:creator>
      <dc:date>2020-09-02T04:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create user application and/or test module for flexSPI flash memories?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134712#M161017</link>
      <description>&lt;P&gt;Hi priyank_bhatt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at flexspi examples in M4 SDK_MEK-MIMX8QX&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 23:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134712#M161017</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-02T23:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create user application and/or test module for flexSPI flash memories?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134859#M161032</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for a quick reply.&lt;/P&gt;&lt;P&gt;The thing is that we are not using SDK. We want to create a kernel module/application to test flash performance.&lt;BR /&gt;I have tried to make a module by exporting the struct spi_nor object and struct spi_mem object but that did not work.&lt;BR /&gt;Any other way around to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Priyank&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 03:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134859#M161032</guid>
      <dc:creator>priyank_bhatt</dc:creator>
      <dc:date>2020-09-03T03:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create user application and/or test module for flexSPI flash memories?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134874#M161038</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Priyank&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at below link how create own application in linux&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.variwiki.com/index.php?title=IMX_Hello_World" target="_blank"&gt;http://www.variwiki.com/index.php?title=IMX_Hello_World&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 04:26:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-user-application-and-or-test-module-for-flexSPI/m-p/1134874#M161038</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-03T04:26:12Z</dc:date>
    </item>
  </channel>
</rss>

