[Yaffs] yaffs checkpoint block info problem
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Attachments:
Message as email
(text/plain)
Author:
fs p
Date:
2010-08-26 12:19
UTC
To:
yaffs
Subject:
[Yaffs] yaffs checkpoint block info problem
yaffs_CheckpointFindNextCheckpointBlock :
dev->readChunkWithTagsFromNAND(dev,realignedChunk,NULL,&tags);
if(tags.sequenceNumber == YAFFS_SEQUENCE_CHECKPOINT_DATA)
{
......
}
If this block is "bad block", the tags seq value may equal to
YAFFS_SEQUENCE_CHECKPOINT_DATA , so yaffs stop read checkpoint data
from the real
checkpoint block.
Any tips?