Re: [U-Boot] jffs2 FS flash occupation

2009-11-03 Thread HeLei
> Date: Tue, 3 Nov 2009 23:18:22 +0800 > From: xiangf...@gmail.com > To: leon...@msn.com > CC: u-boot@lists.denx.de > Subject: Re: [U-Boot] jffs2 FS flash occupation > > HeLei wrote: > > Hi, all > > > > > > > > If I wish to support u

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
> Subject: RE: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > To: leon...@msn.com > CC: u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 12:13:11 +0100 > > HeLei wrote on 03/11/2009 12:08:39: > &

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
> Subject: Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > CC: leon...@msn.com; u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 11:55:18 +0100 > > > > > HeLei wrote on 03/11/2009 09:21:04

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
> Subject: RE: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > To: leon...@msn.com > CC: u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 10:52:06 +0100 > > HeLei wrote on 03/11/2009 10:39:48: >

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
> Subject: RE: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > To: leon...@msn.com > CC: u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 10:43:46 +0100 > > HeLei wrote on 03/11/2009 09:21:04: >

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
> Subject: RE: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > To: leon...@msn.com > CC: u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 10:29:47 +0100 > > HeLei wrote on 03/11/2009 10:21:13: >

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
Jocke, you are so kind.Thank you very much:) > Subject: RE: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > To: leon...@msn.com > CC: u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 10:20:19 +0100 > &g

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
..@transmode.se > Date: Tue, 3 Nov 2009 10:08:06 +0100 > > HeLei wrote on 03/11/2009 09:21:04: > > Thank you, Jocke > > > > > Subject: Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > > scaning time? > > > To: leon...@msn.com > > &g

Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-03 Thread HeLei
Thank you, Jocke > Subject: Re: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 > scaning time? > To: leon...@msn.com > CC: u-boot@lists.denx.de > From: joakim.tjernl...@transmode.se > Date: Tue, 3 Nov 2009 08:41:08 +0100 > > > > > > Hi, All > > > > > > > > Each time JFFS2 initi

[U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time?

2009-11-02 Thread HeLei
Hi, All Each time JFFS2 initialized, uboot need to scan the whole flash. This is fairly time consuming. So EBS(erase block summary) is used to JFFS2 to reduce mounting time. And I believe this can also be used to UBOOT to reduce booting time. Does UBOOT support this feature? or

[U-Boot] jffs2 FS flash occupation

2009-11-02 Thread HeLei
Hi, all If I wish to support uImage in jffs2 FS in NAND flash, how many size will be used for JFFS2 FS itself, such as wearing level, GC, JFFS2 INODE header? For example, NAND fash size is 32M and uImage is 8M including application and kernel. Thanks Leon

Re: [U-Boot] about nand_read_byte() interface

2009-11-01 Thread HeLei
Thank you, Scott :) > Date: Fri, 30 Oct 2009 11:42:19 -0500 > From: scottw...@freescale.com > To: leon...@msn.com > CC: u-boot@lists.denx.de > Subject: Re: [U-Boot] about nand_read_byte() interface > > On Fri, Oct 30, 2009 at 01:20:58PM +0800, HeLei wrote: > >

[U-Boot] about nand_read_byte() interface

2009-10-29 Thread HeLei
Hi, all I'm a little confused on NAND read operation. According to NAND character, NAND flash is read page by page, which mean's once you read, at least you should read data with page size (such as 512Bytes) But the nand_read_byte() is implemented as following: static u_char nand_read_byte(s

[U-Boot] (no subject)

2009-10-27 Thread HeLei
Hi, all Does u-boot supports ONFI (open nand flash interface)? In my opinion, u-boot doesn't support ONFI, though it is also a general framework for nand flash. Following are the reasons I can figure out:(1) Not all mandatory commands are supported. e.g. "Read Parameter Page". Furthermore Mayb

[U-Boot] Does u-boot supports ONFI?

2009-10-27 Thread HeLei
Hi, all Does u-boot supports ONFI (open nand flash interface)? In my opinion, u-boot doesn't support ONFI, though it is also a general framework for nand flash. Following are the reasons I can figure out:(1) Not all mandatory commands are supported. e.g. "Read Parameter Page". Furtherm