From gagayo@gmail.com Fri Aug 08 07:05:08 2008
Received: from ti-out-0910.google.com ([209.85.142.184])
	by stoneboat.aleph1.co.uk with esmtp (Exim 4.63)
	(envelope-from <gagayo@gmail.com>) id 1KRL5v-0006UK-DF
	for yaffs@lists.aleph1.co.uk; Fri, 08 Aug 2008 07:05:08 +0100
Received: by ti-out-0910.google.com with SMTP id i7so471834tid.20
	for <yaffs@lists.aleph1.co.uk>; Thu, 07 Aug 2008 23:04:56 -0700 (PDT)
Received: by 10.110.37.17 with SMTP id k17mr5222337tik.13.1218175496755;
	Thu, 07 Aug 2008 23:04:56 -0700 (PDT)
Received: by 10.110.73.5 with HTTP; Thu, 7 Aug 2008 23:04:56 -0700 (PDT)
Message-ID: <f90c76bb0808072304y66dfa863sb68a6513a0eaa169@mail.gmail.com>
Date: Fri, 8 Aug 2008 14:04:56 +0800
From: "Ken Yu" <gagayo@gmail.com>
To: "yaffs@lists.aleph1.co.uk" <yaffs@lists.aleph1.co.uk>
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_52398_6642734.1218175496745"
X-SA-Exim-Connect-IP: 209.85.142.184
X-SA-Exim-Mail-From: gagayo@gmail.com
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on
	stoneboat.aleph1.co.uk
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE,
	SPF_PASS autolearn=ham version=3.2.3
X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000)
X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk)
Subject: [Yaffs] can't read chunk data tags
X-BeenThere: yaffs@lists.aleph1.co.uk
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion of YAFFS NAND flash filesystem <yaffs.lists.aleph1.co.uk>
List-Unsubscribe: <http://lists.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs>, 
	<mailto:yaffs-request@lists.aleph1.co.uk?subject=unsubscribe>
List-Archive: <http://lists.aleph1.co.uk/lurker/list/yaffs.html>
List-Post: <mailto:yaffs@lists.aleph1.co.uk>
List-Help: <mailto:yaffs-request@lists.aleph1.co.uk?subject=help>
List-Subscribe: <http://lists.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs>,
	<mailto:yaffs-request@lists.aleph1.co.uk?subject=subscribe>
X-List-Received-Date: Fri, 08 Aug 2008 06:05:09 -0000

------=_Part_52398_6642734.1218175496745
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi, all:

When I copy the file to nand, the data is correct.
I have verified that by ICE.

I read the file, this file data
is wrong at the first page in every block.
the page is all zero.

In yaffs_CheckChunkBit(), when chunk is 0,
it always returns 0.

It seems the chunk mapping has problems.

Can someone help me?

Thanks in advanced.

------=_Part_52398_6642734.1218175496745
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr"><div>Hi, all: </div>
<div>&nbsp;</div>
<div>When I copy the file to nand, the data is correct. </div>
<div>I have verified that by ICE.</div>
<div>&nbsp;</div>
<div>I&nbsp;read the&nbsp;file, this file data </div>
<div>is wrong at the first page in every block.</div>
<div>the page is all zero. </div>
<div>&nbsp;</div>
<div>In yaffs_CheckChunkBit(), when chunk is 0, </div>
<div>it&nbsp;always returns 0. </div>
<div>&nbsp;</div>
<div>It seems the chunk mapping has problems.</div>
<div>&nbsp;</div>
<div>Can someone help me?</div>
<div>&nbsp;</div>
<div>Thanks in advanced.</div>
<div>&nbsp;</div></div>

------=_Part_52398_6642734.1218175496745--

