This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eCos FAT filesystem


On Sat, Jul 31, 2004 at 12:52:19PM +0100, Iram wrote:
> Hi
> 
> I am developing an SD interface driver for the LEON
> target. I have incorporated the FAT filesytem
> developed by Elactec to eCos and want to test the file
> system. I am looking for a program similar to
> "mk_romfs" that creates a FAT file system image that I
> can load into the target memory. Host machine has
> windows XP. 

Your easiest solution might be to use a real floppy or vary small
partition and the use the cygwin dd to copy the filesystem into a file
and then upload it to the target.

Or you might consider using Linux. You can use mkfs.vfat to create the
filesystem in a file, then you the loop device to mount the filesystem
in a file and put files into the filesystem.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]