Hello!
I'm new to yaffs. Is it possible to configure muliple flash block ranges to one yaffs_Device? We have a NAND flash device with 4K blocks. Some of the blocks at various locations are reserved (e.g. 0 - 100, 1024-1124, 2048-2148). We want to creat a file system out of the remaining blocks which is not contiguous. Is it possible to combining the remaining ranges of block into one yafffs_Device? Or is there a different solution to this problem which is to create a single file system out of discontigous blocks on the same device in order to use yaffs for bad block management and wear-leveling over the multiple ranges of blocks.
Thanks,
The