On Thu, Jul 2, 2015 at 10:47 PM, Pavan Rampalli <pavansra@broadcom.com> wrote:

Dear Members,

 

I am new to file system and trying to build the YAFFS2 on Nand flash on Linux kernel 3.10.52. I could modify the kernel config and build the Yaffs2 filesystem. Though I couldn’t bring up the file system, but applied the patch with ECC check (link below) and seeing the below issue:

 

yaffs: oobavail(6) not enough to hold tag!

 

Can you please help me how can I increase the oobavail to pass the condition.

 

Patch applied: http://www.aleph1.co.uk/lurker/message/20120310.190824.a54f1054.en.html

 

Regards,

Pavan

 



Sorry, by last reply did not go to the list.

If you use inband tags then you do not need oob

mount -t yaffs2 -o inband-tags .....

-- Charles