Dear Rajat Jain, In message <[email protected]> you wrote: > > I stumbled upon this patch I found for uboot UFS support: > > http://blog.springdaemons.com/2008/10/31/u-boot-ffs-ufs-support > http://www.springdaemons.com/stas/u-boot-ffs.patch > > Has some one tried this? Does it give you the capability to WRITE to a > UFS partition? Doesn't look like it, but me being a newbie, I'd > appreciate if some one could please confirm?
There is no write() code anywhere in that patch. Also note that the licensing of that patch is incomplatible with the GPL that applies for U-Boot. > Also, does uboot in general allow to WRITE into ext2 partitions, for e.g? No, it does not. All file system code gives read-only support only. 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] While most peoples' opinions change, the conviction of their correct- ness never does. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

