<?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: Uboot support for NAND Flash TC58NVG1S3H in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783593#M121607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can try to test it on i.MX6ULL EVK board or with some tested nands:&lt;/P&gt;&lt;P&gt;MT29F32G08CBADBWP-12IT:D&lt;BR /&gt;MT29F32G08CBACAWP-Z:C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2018 02:38:00 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-11-23T02:38:00Z</dc:date>
    <item>
      <title>Uboot support for NAND Flash TC58NVG1S3H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783590#M121604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on board with I.MX6ULL and NAND Flash TC58NVG1S3H. I run nandtest on Linux to test this chip and also try wrinting and then dumping a mtd partition, all seems well.&lt;/P&gt;&lt;P&gt;When uboot reads kernel image and dts from NAND, something wrong happend, the first 256 bytes are good but the remains of the data seems random.&lt;/P&gt;&lt;P&gt;The I added something for this nand flash into nand_flash_ids table as per the datasheet&lt;/P&gt;&lt;P&gt;+#if 1&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {"TC58NVG1S3H 2G 3.3V 8-bit",&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { .id = {0x98, 0xda, 0x90, 0x15, 0x76, 0x16, 0x08, 0x00} },&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SZ_2K, SZ_256, SZ_128K, 0, 8, 128, NAND_ECC_INFO(8, SZ_512) },&lt;BR /&gt;+#endif&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {"TC58NVG2S0H 4G 3.3V 8-bit",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x16, 0x08, 0x00} },&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) },&lt;/P&gt;&lt;P&gt;The U-boot didn't complain about unknow flash any more, but when I failed to run nand read command, it just said something wrong.&lt;/P&gt;&lt;P&gt;I am working on checking the timing and layout in BCH and GPMI registers. While, any suggestion is appreciated.&lt;/P&gt;&lt;P&gt;Yanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 04:25:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783590#M121604</guid>
      <dc:creator>abutter</dc:creator>
      <dc:date>2018-11-21T04:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot support for NAND Flash TC58NVG1S3H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783591#M121605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yanan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as suggestion one can try with official nxp uboot from source.codeaurora.org repository&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2017.03_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2017.03_4.9.88_2.0.0_ga"&gt;uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 23:24:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783591#M121605</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-21T23:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot support for NAND Flash TC58NVG1S3H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783592#M121606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply. Yes, I am using this U-Boot and even tried &lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/log/?h=imx_v2018.03_4.14.62_1.0.0_beta"&gt;imx_v2018.03_4.14.62_1.0.0_beta&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 02:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783592#M121606</guid>
      <dc:creator>abutter</dc:creator>
      <dc:date>2018-11-22T02:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot support for NAND Flash TC58NVG1S3H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783593#M121607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can try to test it on i.MX6ULL EVK board or with some tested nands:&lt;/P&gt;&lt;P&gt;MT29F32G08CBADBWP-12IT:D&lt;BR /&gt;MT29F32G08CBACAWP-Z:C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 02:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783593#M121607</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-23T02:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot support for NAND Flash TC58NVG1S3H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783594#M121608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igor,&lt;/P&gt;&lt;P&gt;Thanks. We replace the Toshiba NAND with a Micron one because of tight schedule.&lt;/P&gt;&lt;P&gt;Yanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 06:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-support-for-NAND-Flash-TC58NVG1S3H/m-p/783594#M121608</guid>
      <dc:creator>abutter</dc:creator>
      <dc:date>2018-12-07T06:18:08Z</dc:date>
    </item>
  </channel>
</rss>

