<?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: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165133#M4275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could try this kind of setting:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;.page_total_size_in_bytes = 4*SZ_1K + 218,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And:&amp;nbsp;512 KiB, 516096, 2008, 4096&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With these settings I'm able to boot from NAND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 15:57:26 GMT</pubDate>
    <dc:creator>GiorgioLazzaret</dc:creator>
    <dc:date>2012-07-25T15:57:26Z</dc:date>
    <item>
      <title>Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165120#M4262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with freescale's imx28 dev board and i cannot use my 1 GiB nand flash (MT29F8G09ABABA). I added lines as below to ~/ltib/rpm/BUILD/linux/drivers/mtd/nand/nand_device_info.c file;&lt;/P&gt;&lt;P&gt;/*&amp;nbsp;* Type 2&amp;nbsp;*/&lt;/P&gt;&lt;P&gt;static struct nand_device_info nand_device_info_table_type_2[] __initdata = {&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;.end_of_table &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = false,&lt;BR /&gt;.manufacturer_code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 0x2c,&lt;BR /&gt;.device_code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 0xd3,&lt;BR /&gt;.cell_technology &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= NAND_DEVICE_CELL_TECH_SLC,&lt;BR /&gt;.chip_size_in_bytes &amp;nbsp; &amp;nbsp; &amp;nbsp; = 1LL*SZ_1G,&lt;BR /&gt;.block_size_in_pages &amp;nbsp; &amp;nbsp; &amp;nbsp;= 128,&lt;BR /&gt;.page_total_size_in_bytes = 4*SZ_1K + 224,&lt;BR /&gt;.ecc_strength_in_bits &amp;nbsp; &amp;nbsp; = 4,&lt;BR /&gt;.ecc_size_in_bytes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 512,&lt;BR /&gt;.data_setup_in_ns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 25,&lt;BR /&gt;.data_hold_in_ns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 15,&lt;BR /&gt;.address_setup_in_ns &amp;nbsp; &amp;nbsp; &amp;nbsp;= 10,&lt;BR /&gt;.gpmi_sample_delay_in_ns &amp;nbsp;= 6,&lt;BR /&gt;.tREA_in_ns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = -1,&lt;BR /&gt;.tRLOH_in_ns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= -1,&lt;BR /&gt;.tRHOH_in_ns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= -1,&lt;BR /&gt;"MT29F8G08ABABA",&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;, {true}&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i prepare a sd card for booting. Then i booted my board and checked my mtd devices;&lt;/P&gt;&lt;P&gt;$ mtdinfo&lt;/P&gt;&lt;P&gt;Count of MTD devices: 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help, I have no time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sinan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 08:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165120#M4262</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-22T08:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165121#M4263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I attached my flash's datasheet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 08:52:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165121#M4263</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-22T08:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165122#M4264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the device detected at boot?&amp;nbsp; The relevant lines from dmesg might help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had an issue with the MT29F2G08 not being detected at boot -- basically the code that probes for nand devices was looking for my device in the type_7 table instead of the type_2 table due to the contents of one of the ID bytes.&amp;nbsp; I ended up moving the device info (similar to what you posted) to the type_7 table, and I was able to work with the flash device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll check into more of the specifics when I have the code in front of me and let you know. :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:17:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165122#M4264</guid>
      <dc:creator>JonSzymaniak</dc:creator>
      <dc:date>2011-07-22T12:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165123#M4265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...some further info regarding the issue I mentioned above:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my device, the ID_GET_MICRON_SIMUL_PROG() macro used in nand_device_info_fn_micron() (nand_device_info.c in rpm/BUILD/linux/drivers/mtd/nand) yields the value 0x01.&amp;nbsp; As a result nand_device_info_table_type_7 is checked.&amp;nbsp; However, the definition for the MT29F2G08 is in the _type_2 table.&amp;nbsp; I don't know enough about the code/flash devices to determine if the macro or the table placement is the problem...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your issue though, I see that the "MT29F8G08FABWG" entry in the type 7 table is already associated with mfr code 0x2c and device code 0xd3, although some of your sizing information differs.&amp;nbsp; I think some of the info at boot will help folks determine if it's something along the lines of lacking MTD support in your kernel, incorrect device parameters, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165123#M4265</guid>
      <dc:creator>JonSzymaniak</dc:creator>
      <dc:date>2011-07-22T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165124#M4266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got this patch from Freescale and it fixed my NAND problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 20:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165124#M4266</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-07-22T20:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165125#M4267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it but nothing happened, also i add my struct to all types, i cant get success too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I'm trying your solution, i will inform you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 06:16:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165125#M4267</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-25T06:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165126#M4268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &amp;nbsp;Mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it works, &amp;nbsp;but it need some changes to file nand_device_info.c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 07:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165126#M4268</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-25T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165127#M4269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question for you such that have you used ubifs for nand ? if yes, what are the ubifs parameters ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PEB size:&lt;/P&gt;&lt;P&gt;LEB size:&lt;/P&gt;&lt;P&gt;Max LEB count:&lt;/P&gt;&lt;P&gt;Min I/O unit size:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it with :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; 512 KiB, 516096, 2048, 4096&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; 512 KiB, 516096, 4096, 4096&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; 512 KiB, 516096, 2008, 4096&lt;/P&gt;&lt;P&gt;but I can't boot from nand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 12:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165127#M4269</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-25T12:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165128#M4270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mtdinfo can give you lots of information about your NAND device. I use these settings on most of mine but it depends on your particular device. Use the mtdinfo output to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;128KiB, 126976, 4096, 2048&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:22:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165128#M4270</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-07-26T13:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165129#M4271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;but my mtdinfo output as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@freescale ~$ mtdinfo -a&lt;/P&gt;&lt;P&gt;Count of MTD devices: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;Present MTD devices: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mtd0, mtd1&lt;/P&gt;&lt;P&gt;Sysfs interface supported: &amp;nbsp; &amp;nbsp; &amp;nbsp;yes&lt;/P&gt;&lt;P&gt;mtd0&lt;/P&gt;&lt;P&gt;Name: &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; gpmi-nfc-0-boot&lt;/P&gt;&lt;P&gt;Type: &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; nand&lt;/P&gt;&lt;P&gt;Eraseblock size: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;524288 bytes, 512.0 KiB&lt;/P&gt;&lt;P&gt;Amount of eraseblocks: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40 (20971520 bytes, 20.0 MiB)&lt;/P&gt;&lt;P&gt;Minimum input/output unit size: 4096 bytes&lt;/P&gt;&lt;P&gt;Sub-page size: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4096 bytes&lt;/P&gt;&lt;P&gt;OOB size: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 224 bytes&lt;/P&gt;&lt;P&gt;Character device major/minor: &amp;nbsp; 90:0&lt;/P&gt;&lt;P&gt;Bad blocks are allowed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true&lt;/P&gt;&lt;P&gt;Device is writable: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true&lt;/P&gt;&lt;P&gt;mtd1&lt;/P&gt;&lt;P&gt;Name: &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; gpmi-nfc-general-use&lt;/P&gt;&lt;P&gt;Type: &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; nand&lt;/P&gt;&lt;P&gt;Eraseblock size: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;524288 bytes, 512.0 KiB&lt;/P&gt;&lt;P&gt;Amount of eraseblocks: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2008 (1052770304 bytes, 1004.0 MiB)&lt;/P&gt;&lt;P&gt;Minimum input/output unit size: 4096 bytes&lt;/P&gt;&lt;P&gt;Sub-page size: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4096 bytes&lt;/P&gt;&lt;P&gt;OOB size: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 224 bytes&lt;/P&gt;&lt;P&gt;Character device major/minor: &amp;nbsp; 90:2&lt;/P&gt;&lt;P&gt;Bad blocks are allowed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true&lt;/P&gt;&lt;P&gt;Device is writable: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you see, settings should be &amp;nbsp;512KiB, 516096, 2048, 4096 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, a hour ago I realized that if I boot from nand, it does not loaded linux from nand. But if I load the linux from mmc card, then I can access rootfs in the nand flash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165129#M4271</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-26T14:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165130#M4272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;only outputs this :&amp;nbsp;HTL0x8050100b&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 08:08:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165130#M4272</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-27T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165131#M4273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So this is the only output you get when you reboot? Are you sure you got a good kernel image loaded into NAND? How are you creating your kernel image?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CITE&gt;Sinan Emre Kutlu said:&lt;/CITE&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/nand-flash-issue-micron-tech?groupUrl=imx28andimx28evk&amp;amp;xg_source=activity#4103961Comment25709"&gt;&lt;DIV&gt;only outputs this :&amp;nbsp;HTL0x8050100b&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 01:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165131#M4273</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-07-28T01:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165132#M4274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;So this is the only output you get when you reboot?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Are you sure you got a good kernel image loaded into NAND? How are you creating your kernel image?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I am sure that it is ok because i tried it with an another nand flash and it works.&lt;/P&gt;&lt;P&gt;Also i created it with ltib script;&lt;/P&gt;&lt;P&gt;$ ./ltib&lt;/P&gt;&lt;P&gt;$ ./ltib -p boot_stream.spec -f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my opinion, LTIB does not support Open Nand devices well.(my flash has ONFI 2.1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 06:04:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165132#M4274</guid>
      <dc:creator>snan1z</dc:creator>
      <dc:date>2011-07-28T06:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nand Flash Issue : Micron Tech. MT29F8G08ABABA ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165133#M4275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could try this kind of setting:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;.page_total_size_in_bytes = 4*SZ_1K + 218,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And:&amp;nbsp;512 KiB, 516096, 2008, 4096&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With these settings I'm able to boot from NAND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 15:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Nand-Flash-Issue-Micron-Tech-MT29F8G08ABABA/m-p/165133#M4275</guid>
      <dc:creator>GiorgioLazzaret</dc:creator>
      <dc:date>2012-07-25T15:57:26Z</dc:date>
    </item>
  </channel>
</rss>

