<?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: PCMCIA on iMX31 ADS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134879#M10</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, CF cards do have tuples. The adapter is completely passive, and simply re-routes the 50 CF signals to the 68 PCMCIA signals. I originally used the adapter with the headmounted display attached to a XScale PXA270, and I'm trying to port the driver I wrote to the iMX31.&lt;BR /&gt;&lt;BR /&gt;I've tracked the /OE problem back to the PC_POE signal on the iMX31. There is no activity except while it is loading the driver. I've turned on the debugging messages, and I'm trying to wade my way through this.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help. I have a feeling I'm going to have to get in contact with whoever wrote the low level driver (mx31ads_pcmcia).&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 00:35:45 GMT</pubDate>
    <dc:creator>Herg</dc:creator>
    <dc:date>2006-11-02T00:35:45Z</dc:date>
    <item>
      <title>PCMCIA on iMX31 ADS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134875#M6</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I'm trying to get the PCMCIA port on the iMX31 ADS dev board working under Linux, and I'm running into some difficulty. I've tried multiple cards including CF memory cards and a headmounted video display with a CF interface.&lt;BR /&gt;&lt;BR /&gt;When a card is inserted, it is detected:&lt;BR /&gt;&lt;BR /&gt;pccard: PCMCIA card inserted into slot 0&lt;BR /&gt;&lt;BR /&gt;It appears that the CIS cannot be read:&lt;BR /&gt;&lt;BR /&gt;mx31# dump_cis&lt;BR /&gt;Socket 0:&lt;BR /&gt;no CIS present&lt;BR /&gt;mx31# cardctl ident&lt;BR /&gt;Socket 0:&lt;BR /&gt;no product info available&lt;BR /&gt;mx31# cardctl info&lt;BR /&gt;PRODID_1=""&lt;BR /&gt;PRODID_2=""&lt;BR /&gt;PRODID_3=""&lt;BR /&gt;PRODID_4=""&lt;BR /&gt;MANFID=0000,0000&lt;BR /&gt;FUNCID=255&lt;BR /&gt;&lt;BR /&gt;At the moment, I'm not even sure if it is a hardware configuration or software issue.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 05:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134875#M6</guid>
      <dc:creator>Herg</dc:creator>
      <dc:date>2006-10-31T05:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: PCMCIA on iMX31 ADS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134876#M7</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, I have NO idea about your platform. Or Linux. Or C....&lt;BR /&gt;&lt;BR /&gt;I have no idea what is 'automatic' in your platform or with your driver, if any.&lt;BR /&gt;&lt;BR /&gt;But, after you get the insertion event, did the power turn on? Did the system configure for 'attribute space' to read the CIS? Who walks the tuples? Is the driver doing that?&lt;BR /&gt;&lt;BR /&gt;Get a PCMCIA extender card with LEDs for power and a 'breakout bus' so you can see what is going on.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 20:26:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134876#M7</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2006-10-31T20:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: PCMCIA on iMX31 ADS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134877#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, there is 3.3V on the power pins. I see activity on the data/address bus when I run the script '/etc/rc.d/init.d/pcmcia start', but nothing when doing 'dump_cis' or 'cardctl'.&lt;BR /&gt;&lt;BR /&gt;Looking at the schematic, I see that there are transceivers on the PCMCIA bus, and the output enable (active low) remains high when trying to read the CIS. I'm in the process of trying to understand how this is supposed to work.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 21:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134877#M8</guid>
      <dc:creator>Herg</dc:creator>
      <dc:date>2006-10-31T21:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: PCMCIA on iMX31 ADS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134878#M9</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Wait, are CF cards supposed to have tuples? Or are they dedicated 'ATA'? How are you getting the CF card into a PCMCIA slot?&lt;BR /&gt;&lt;BR /&gt;Wow, you can tell I've been out of it for a long time!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 00:10:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134878#M9</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2006-11-02T00:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: PCMCIA on iMX31 ADS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134879#M10</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, CF cards do have tuples. The adapter is completely passive, and simply re-routes the 50 CF signals to the 68 PCMCIA signals. I originally used the adapter with the headmounted display attached to a XScale PXA270, and I'm trying to port the driver I wrote to the iMX31.&lt;BR /&gt;&lt;BR /&gt;I've tracked the /OE problem back to the PC_POE signal on the iMX31. There is no activity except while it is loading the driver. I've turned on the debugging messages, and I'm trying to wade my way through this.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help. I have a feeling I'm going to have to get in contact with whoever wrote the low level driver (mx31ads_pcmcia).&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 00:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCMCIA-on-iMX31-ADS/m-p/134879#M10</guid>
      <dc:creator>Herg</dc:creator>
      <dc:date>2006-11-02T00:35:45Z</dc:date>
    </item>
  </channel>
</rss>

