Dear Pietro, In message <[email protected]> you wrote: > > If I see under the fs/ the yaffs2/ and the ubifs/ folders I can assume > that I can read and write them > from uboot or there are some limitations like I can read but I can't > write ? In the U-Boot website I was not able to > find a list of filesystem supported, my fault I guess.
Most file systems are supported read-only in U-Boot. Yaffs2 includes write support in U-Boot, ubifs does not. 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] PROGRAM - n. A magic spell cast over a computer allowing it to turn one's input into error messages. v. tr. - To engage in a pastime similar to banging one's head against a wall, but with fewer opportunities for reward. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

