public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Iram <iram_raza@yahoo.co.uk>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] eCos FAT filesystem
Date: Sun, 01 Aug 2004 21:40:00 -0000	[thread overview]
Message-ID: <20040801214057.GC9839@lunn.ch> (raw)
In-Reply-To: <20040731115219.1750.qmail@web25102.mail.ukl.yahoo.com>

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

           reply	other threads:[~2004-08-01 21:40 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20040731115219.1750.qmail@web25102.mail.ukl.yahoo.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040801214057.GC9839@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=iram_raza@yahoo.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).