<?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: SRAM support on EIM bus existing drivers</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SRAM-support-on-EIM-bus-existing-drivers/m-p/307447#M39688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, nishad&lt;/P&gt;&lt;P&gt;for writing RAM driver I would suggest to start with WEIM driver&lt;/P&gt;&lt;P&gt;included in i.MX6 Sabre AI design and modify it for RAM . Pelase check&lt;/P&gt;&lt;P&gt;Chapter 36 "WEIM NOR Driver" i.MX_6Dual6Quad_Linux_Reference_Manual.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"L3.0.35_4.1.0_LINUX_DOCS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREAUTO&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREAUTO&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to learn how to write Linux drivers, I would suggest to start&lt;/P&gt;&lt;P&gt;with link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.xml.com/ldd/chapter/book/ch01.html"&gt;http://www.xml.com/ldd/chapter/book/ch01.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrding "MTD_RAM and MTD_PLATRAM" drivers, I do not think that&lt;/P&gt;&lt;P&gt;they will be useful, probably they are from other processors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 05:53:04 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2014-04-02T05:53:04Z</dc:date>
    <item>
      <title>SRAM support on EIM bus existing drivers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SRAM-support-on-EIM-bus-existing-drivers/m-p/307446#M39687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a a custom iMX6q board, It has is uboot and kernel in Weim NOR and rootfs in eMMC, it is booting just fine, however,&amp;nbsp; i have an FPGA connected on the EIM bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the connection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CS1 &lt;/P&gt;&lt;P&gt;26 bit address lines&lt;/P&gt;&lt;P&gt;lower order data bus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to access the FPGA as an SRAM. I have the resources to write a block ram into the FPGA.&lt;/P&gt;&lt;P&gt;But i am new to writing drivers in Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;I am trying to find out an existing RAM driver in the BSP.&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;During m search i came across MTD_RAM and MTD_PLATRAM&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;Can anyone tell me what they do and can they help me in accessing the SRAM i write in the FPGA.&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;help would be appreciated,&lt;/P&gt;&lt;P&gt;nishad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 06:12:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SRAM-support-on-EIM-bus-existing-drivers/m-p/307446#M39687</guid>
      <dc:creator>nishad_kamdar</dc:creator>
      <dc:date>2014-04-01T06:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM support on EIM bus existing drivers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SRAM-support-on-EIM-bus-existing-drivers/m-p/307447#M39688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, nishad&lt;/P&gt;&lt;P&gt;for writing RAM driver I would suggest to start with WEIM driver&lt;/P&gt;&lt;P&gt;included in i.MX6 Sabre AI design and modify it for RAM . Pelase check&lt;/P&gt;&lt;P&gt;Chapter 36 "WEIM NOR Driver" i.MX_6Dual6Quad_Linux_Reference_Manual.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"L3.0.35_4.1.0_LINUX_DOCS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREAUTO&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREAUTO&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to learn how to write Linux drivers, I would suggest to start&lt;/P&gt;&lt;P&gt;with link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.xml.com/ldd/chapter/book/ch01.html"&gt;http://www.xml.com/ldd/chapter/book/ch01.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrding "MTD_RAM and MTD_PLATRAM" drivers, I do not think that&lt;/P&gt;&lt;P&gt;they will be useful, probably they are from other processors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 05:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SRAM-support-on-EIM-bus-existing-drivers/m-p/307447#M39688</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-04-02T05:53:04Z</dc:date>
    </item>
  </channel>
</rss>

