<?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のトピックSPI Configuration</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SPI-Configuration/m-p/353784#M49376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Linux and i wanted to configure SPI3 not as NOR-FLASH but just configure it for testing camera working in our iMx6 SBC .But i am not sure how to configure SPI3 in our board in both u-boot level and Kernel level .So can some one help me to configure SPI3(not as NOR-FLASH). Is there any manual on how to configure SPI and i am not sure of the GPIO pins which are available in order to configure SPI3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Deepanraj.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 09:31:21 GMT</pubDate>
    <dc:creator>deepanrajanbara</dc:creator>
    <dc:date>2014-09-10T09:31:21Z</dc:date>
    <item>
      <title>SPI Configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-Configuration/m-p/353784#M49376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Linux and i wanted to configure SPI3 not as NOR-FLASH but just configure it for testing camera working in our iMx6 SBC .But i am not sure how to configure SPI3 in our board in both u-boot level and Kernel level .So can some one help me to configure SPI3(not as NOR-FLASH). Is there any manual on how to configure SPI and i am not sure of the GPIO pins which are available in order to configure SPI3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Deepanraj.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 09:31:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-Configuration/m-p/353784#M49376</guid>
      <dc:creator>deepanrajanbara</dc:creator>
      <dc:date>2014-09-10T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-Configuration/m-p/353785#M49377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepanraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can remove SPI NOR flash driver just removing its driver from build,&lt;/P&gt;&lt;P&gt;check Chapter 26 SPI NOR Flash Memory Technology Device (MTD)&lt;/P&gt;&lt;P&gt;Driver in i.MX_6Dual6Quad_Linux_Reference_Manual.pdf&amp;nbsp; &lt;A href="https://www.freescale.com/webapp/Download?colCode=L3.0.35_4.1.0_LINUX_DOCS&amp;amp;location=null&amp;amp;fasp=1&amp;amp;WT_TYPE=Supporting%20Information&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=gz&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.gz"&gt;L3.0.35_4.1.0_LINUX_DOCS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that there are no full spi codes for communication with other than SPI-NOR&lt;/P&gt;&lt;P&gt;devices in i.MX6 Uboot/Linux, so I would suggest to look for spi devices codes for Uboot/Linux&lt;/P&gt;&lt;P&gt;in i.MX51 EVK MC13982 software. MC13892 uses spi for communication with i.MX51.&lt;/P&gt;&lt;P&gt;Both processors i.MX51 and i.MX6 have similar spi modules. Please check&lt;/P&gt;&lt;P&gt;Chapter 3 MC13892 Regulator Driver in mx51_linux.pdf &lt;A href="https://www.freescale.com/webapp/Download?colCode=IMX51_ER1011_LINUXDOCS_BUNDLE&amp;amp;location=null&amp;amp;fasp=1&amp;amp;WT_TYPE=Supporting%20Information&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=gz&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.gz"&gt;IMX51_ER1011_LINUXDOCS_BUNDLE&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX51EVKJ&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;L2.6.35_10.11_ER_SOURCE&lt;/A&gt; &lt;IMG alt="" class="jiveImage" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" /&gt; : Linux 2.6.35 Source Code Files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it may be useful to look below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.kernel.org/doc/Documentation/spi/" title="https://www.kernel.org/doc/Documentation/spi/"&gt;https://www.kernel.org/doc/Documentation/spi/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For using interface with camera one can check how i2c is used with camera,&lt;/P&gt;&lt;P&gt;and replace it with spi codes, check sect.20.5 Using the I2C Interface &lt;A href="http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf?fasp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;MX53UG&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 00:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-Configuration/m-p/353785#M49377</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-09-11T00:02:15Z</dc:date>
    </item>
  </channel>
</rss>

