
31 Aug
2009
31 Aug
'09
10:42 p.m.
On Monday 31 August 2009 12:33:28 Ricardo Martínez wrote:
I would like to write text files to JFFS2 filesystem from an application launched by u-boot.
I mean something similar to C library functions fopen and fprintf. The purpose is programming a simple logger.
I've been taking a look at the sources and I think fopen and fprintf or similars do not exist in u-boot, only printf and fprintf for stdeer, stdout & stdin.
correct, u-boot has no support for writing any file system, nor file i/o in general -mike