<?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: device driver</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282106#M32684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2004" data-containertype="14" data-objectid="392160" data-objecttype="2" href="https://community.freescale.com/message/392160#392160"&gt;https://community.freescale.com/message/392160#392160&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This in the new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 06:32:07 GMT</pubDate>
    <dc:creator>nishad_kamdar</dc:creator>
    <dc:date>2014-04-01T06:32:07Z</dc:date>
    <item>
      <title>device driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282101#M32679</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 wonder if there is a "quick" way to compile a device driver in Yocto (creating a .ko file) or do I have to include or do I have to create a recipe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 08:05:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282101#M32679</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2014-03-07T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: device driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282102#M32680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the development phase, I would have the driver built-in on the kernel and indicate u-boot to tftp it. Once your driver is working correctly, then build it as module. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282102#M32680</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-03-07T17:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: device driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282103#M32681</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 just saw your discussion , and i thought i would ask you a related question, 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 connecions,&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 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&gt;Can you point me to a right direction or documentation or a reference driver, so that i can find out the procedure to add a new device to the kernel.&lt;/P&gt;&lt;P&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>Fri, 28 Mar 2014 12:26:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282103#M32681</guid>
      <dc:creator>nishad_kamdar</dc:creator>
      <dc:date>2014-03-28T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: device driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282104#M32682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nishad, first search for a device driver already implemented or one similar to the one you need. If it does not exist, you may need to create a new one from scratch. Writing a driver is not trivial. BTW can you post your question on a new thread? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 16:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282104#M32682</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-03-31T16:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: device driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282105#M32683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i can do that.&lt;/P&gt;&lt;P&gt;Thanks for the tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, nishad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 06:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282105#M32683</guid>
      <dc:creator>nishad_kamdar</dc:creator>
      <dc:date>2014-04-01T06:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: device driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282106#M32684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2004" data-containertype="14" data-objectid="392160" data-objecttype="2" href="https://community.freescale.com/message/392160#392160"&gt;https://community.freescale.com/message/392160#392160&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This in the new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 06:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/device-driver/m-p/282106#M32684</guid>
      <dc:creator>nishad_kamdar</dc:creator>
      <dc:date>2014-04-01T06:32:07Z</dc:date>
    </item>
  </channel>
</rss>

