Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-16 Thread Huang Shijie
于 2013年09月15日 22:18, Marek Vasut 写道: Dear Huang Shijie, 于 2013年09月04日 23:46, Hector Palacios 写道: Dear Marek, On 09/04/2013 04:38 PM, Marek Vasut wrote: Dear Huang Shijie, On Wed, Sep 04, 2013 at 04:00:36PM +0200, Marek Vasut wrote: Dear Huang Shijie, How come hector was then able to

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-05 Thread Huang Shijie
于 2013年09月04日 23:46, Hector Palacios 写道: Dear Marek, On 09/04/2013 04:38 PM, Marek Vasut wrote: Dear Huang Shijie, On Wed, Sep 04, 2013 at 04:00:36PM +0200, Marek Vasut wrote: Dear Huang Shijie, How come hector was then able to write his JFFS2 partition ? If he uses the gpmi, he should

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-04 Thread Huang Shijie
On Wed, Sep 04, 2013 at 04:00:36PM +0200, Marek Vasut wrote: > Dear Huang Shijie, > How come hector was then able to write his JFFS2 partition ? If he uses the gpmi, he should not write the JFFS2, since the gpmi does not support the jffs2. He will get the failure in the end. > > &g

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-03 Thread Huang Shijie
code. The gpmi does not support the jffs2 all the time. Only apply the slc/mlc patch set, the gpmi can support the jffs2. So the jffs2 support is compatiable all the time. that I could mount with Linux 3.7 and earlier? I think the mount can be succeeded. thanks Huang Shijie

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-02 Thread Huang Shijie
/nand_bbt.c has changed. And the gpmi for kernel has be changed too. All these changes are not sync with the uboot yet. thanks Huang Shijie ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-02 Thread Huang Shijie
affect Freescale NAND controllers? I think there are many difference. Just diff the nand_base.c, you can see there are many patches merged in the kernel's mtd code, but not exit in the uboot's mtd code. AFAIK, only the gpmi is affected now. thanks Hu