<?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: iMX6Q nand driver failed in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280808#M32238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on current 3.0.35 git kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gpmi-lib.c check support ddr with onfi version ,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;for onfi 1.0 spec, this will not support ddr mode . while it can use EDO mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixed patch , from git source .&lt;/P&gt;&lt;P&gt;please approve .&lt;/P&gt;&lt;P&gt;tested on custom board with Micron MT29F4G08ABBDAH4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 02:26:16 GMT</pubDate>
    <dc:creator>xiongweihuang</dc:creator>
    <dc:date>2013-07-12T02:26:16Z</dc:date>
    <item>
      <title>iMX6Q nand driver failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280807#M32237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt;While I try to use the gpmi-nand driver for our custom iMX6Q board . I get failed &lt;/P&gt;&lt;P&gt;We use ubifs on MT29F4G08ABBDAH4 (1.8v )&lt;/P&gt;&lt;P&gt;I create ubifs image with follow command&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;mkfs.ubifs -d /opt/buildroot/output/target -e 0x1f000 -c 4044 -m 0x800 -x lzo -F -o /opt/buildroot/output/images/rootfs.ubifs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;/ubinize -o /opt/buildroot/output/images/rootfs.ubi -m 0x800 -p 0x20000 -s 2048 -O 2048 ubinize.cfg &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use dump less than 240k,seems read ok, and this can be reproduced &lt;/P&gt;&lt;P&gt;# dd if=/dev/mtdblock2 of=/tmp/test bs=4096 count=60 seek=10&lt;/P&gt;&lt;P&gt;60+0 records in&lt;/P&gt;&lt;P&gt;60+0 records out&lt;/P&gt;&lt;P&gt;# dd if=/dev/mtdblock2 of=/tmp/test bs=4096 count=61 seek=10&lt;/P&gt;&lt;P&gt;[ 1428.352363] end_request: I/O error, dev mtdblock2, sector 776&lt;/P&gt;&lt;P&gt;[ 1428.353104] Buffer I/O error on device mtdblock2, logical block 97&lt;/P&gt;&lt;P&gt;61+0 records in&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I am very sure about the hardware is ok .&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please take a look ? &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336165"&gt;dmesg.log.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 09:25:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280807#M32237</guid>
      <dc:creator>xiongweihuang</dc:creator>
      <dc:date>2013-06-07T09:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q nand driver failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280808#M32238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on current 3.0.35 git kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gpmi-lib.c check support ddr with onfi version ,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;for onfi 1.0 spec, this will not support ddr mode . while it can use EDO mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixed patch , from git source .&lt;/P&gt;&lt;P&gt;please approve .&lt;/P&gt;&lt;P&gt;tested on custom board with Micron MT29F4G08ABBDAH4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 02:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280808#M32238</guid>
      <dc:creator>xiongweihuang</dc:creator>
      <dc:date>2013-07-12T02:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q nand driver failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280809#M32239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The patch is ok, but we don't have the nand to verify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 09:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-nand-driver-failed/m-p/280809#M32239</guid>
      <dc:creator>shaojun_wang</dc:creator>
      <dc:date>2014-01-14T09:52:48Z</dc:date>
    </item>
  </channel>
</rss>

