Dear jackfriend, In message <[email protected]> you wrote: > > Thank you for your help > > NOW with absolute path can write and read (small files) > > but When I write large files,such as 50M (Nand flash size is 256M) > > Display > > yaffs: Could not allocate Tnodes > yaffs: Could not allocate Tnodes > yaffs: Could not allocate Tnodes > ...
Sounds like a pretty clear error message - doesn't it? Increase CONFIG_SYS_MALLOC_LEN in your bard config file. [It might make sense to improve the error message in fs/yaffs2/yaffs_guts.c to include information how many bytes were to be allocated, so you get an idea on how uch to increase the malloc arena size.] Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "There is no distinctly American criminal class except Congress." - Mark Twain _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

