public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] FAT/VFAT support on ECOS
@ 2002-11-17 20:50 ramanabv
  0 siblings, 0 replies; 4+ messages in thread
From: ramanabv @ 2002-11-17 20:50 UTC (permalink / raw)
  To: ecos-discuss

Hi,
I had previously offered to provide our version of FAT16. I did provide it
but it was rejected since this doesn't conform to the ecos standards.
 However if any of you want to have it let me know. I will send this to you
in as is where is condition.
As of now it only has root directory support and FAT16 and works with
SANDISK CF with custom PCMCIA interface (not using ecos PCMCIA Driver)
regards
ramana

-----Original Message-----
From: Igor KOPRIVA [mailto:kopriva@navicom.cz]
Sent: Friday, November 15, 2002 8:52 PM
To: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] FAT/VFAT support on ECOS




 Yes, here I am. I have written the FAT code for the NEC uC to acces FAT
 formatted MMCards. If you are interested, I can provide few documents that
 are quite good.

 Unfortunately I can't provide the sourcecode, since it has been created
 during my job time and will loose the job. If you are interested I am ready
 to be helpful as much as I can. For better discussions you can reach me via
 ICQ. I will send my number to your personal e-mail, when requested.

 regards,Igor

> ----- Original Message -----
> From: "Paul Davis" <pcda@lightlink.com>
> To: <ecos-discuss@sources.redhat.com>
> Sent: Friday, November 15, 2002 3:11 PM
> Subject: [ECOS] FAT/VFAT support on ECOS
>
>
> > Hello:
> >
> >    There have been various postings about support for MS FAT/VFAT file
> system
> > and ECOS -- one with source, as I recall.
> >
> >    I'm working to put up a basic facility for accessing FAT16/VFAT
> formated
> > media.  The interface (ATA/Compact Flash) is built and working.  The
need
> is
> > for the logic to handle FAT and clusters to create, write and read
files.
> Seems
> > like this wheel has got to have been re-invented many times.
> >
> >  I've looked at the Linux & FreeBSD code -- it is all tangled with
inodes
> and
> > the unix end of file systems.
> >
> >  Does anyone out there know of any "just the basics" VFAT code?
> >
> > Thanks in advance,
> >
> > Paul Davis
> >
> >
> > --
> > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
>


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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [ECOS] FAT/VFAT support on ECOS
@ 2002-11-15 10:58 Holtzclaw, Kris
  0 siblings, 0 replies; 4+ messages in thread
From: Holtzclaw, Kris @ 2002-11-15 10:58 UTC (permalink / raw)
  To: pcda, ecos-discuss

Paul,
I too was hoping to avoid re-inventing that wheel... to no avail... There doesn't seem to be any FAT code for ecos(that's available anyway)... I have looked into the possibility of porting Linux FAT code(a big job untangling as you mentioned) or even using the ECOS JFFS2, DEVFS or RAMFS code as templates to develop FAT code, but our project schedule won't allow the time for that at this point. We are running an X86 SBC with a Compact flash attached via an IDE port. I have ported the IDE drivers from redboot, so I can at least read/write sectors. Was hoping to find some ECOS FAT code that I could modify and install quickly, I've searched everywhere... So now at this point we are planning to use a "nuts and bolts" file storage/retrieval design that simply uses a data structure and sector read/writes.
Sure would like to find some basic FAT code too... If you happen to run across something usable, a heads up would be appreciated!
Regards and best of luck!
Kris H.


-----Original Message-----
From: Paul Davis [mailto:pcda@lightlink.com]
Sent: Friday, November 15, 2002 6:12 AM
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] FAT/VFAT support on ECOS


Hello:

   There have been various postings about support for MS FAT/VFAT file system
and ECOS -- one with source, as I recall.

   I'm working to put up a basic facility for accessing FAT16/VFAT formated
media.  The interface (ATA/Compact Flash) is built and working.  The need is
for the logic to handle FAT and clusters to create, write and read files.  Seems
like this wheel has got to have been re-invented many times. 

 I've looked at the Linux & FreeBSD code -- it is all tangled with inodes and
the unix end of file systems.

 Does anyone out there know of any "just the basics" VFAT code?

Thanks in advance,

Paul Davis 


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


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] FAT/VFAT support on ECOS
@ 2002-11-15  7:20 Igor KOPRIVA
  0 siblings, 0 replies; 4+ messages in thread
From: Igor KOPRIVA @ 2002-11-15  7:20 UTC (permalink / raw)
  To: ecos-discuss



 Yes, here I am. I have written the FAT code for the NEC uC to acces FAT
 formatted MMCards. If you are interested, I can provide few documents that
 are quite good.

 Unfortunately I can't provide the sourcecode, since it has been created
 during my job time and will loose the job. If you are interested I am ready
 to be helpful as much as I can. For better discussions you can reach me via
 ICQ. I will send my number to your personal e-mail, when requested.

 regards,Igor

> ----- Original Message -----
> From: "Paul Davis" <pcda@lightlink.com>
> To: <ecos-discuss@sources.redhat.com>
> Sent: Friday, November 15, 2002 3:11 PM
> Subject: [ECOS] FAT/VFAT support on ECOS
>
>
> > Hello:
> >
> >    There have been various postings about support for MS FAT/VFAT file
> system
> > and ECOS -- one with source, as I recall.
> >
> >    I'm working to put up a basic facility for accessing FAT16/VFAT
> formated
> > media.  The interface (ATA/Compact Flash) is built and working.  The
need
> is
> > for the logic to handle FAT and clusters to create, write and read
files.
> Seems
> > like this wheel has got to have been re-invented many times.
> >
> >  I've looked at the Linux & FreeBSD code -- it is all tangled with
inodes
> and
> > the unix end of file systems.
> >
> >  Does anyone out there know of any "just the basics" VFAT code?
> >
> > Thanks in advance,
> >
> > Paul Davis
> >
> >
> > --
> > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
>


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] FAT/VFAT support on ECOS
@ 2002-11-15  6:11 Paul Davis
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Davis @ 2002-11-15  6:11 UTC (permalink / raw)
  To: ecos-discuss

Hello:

   There have been various postings about support for MS FAT/VFAT file system
and ECOS -- one with source, as I recall.

   I'm working to put up a basic facility for accessing FAT16/VFAT formated
media.  The interface (ATA/Compact Flash) is built and working.  The need is
for the logic to handle FAT and clusters to create, write and read files.  Seems
like this wheel has got to have been re-invented many times. 

 I've looked at the Linux & FreeBSD code -- it is all tangled with inodes and
the unix end of file systems.

 Does anyone out there know of any "just the basics" VFAT code?

Thanks in advance,

Paul Davis 


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-18  4:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-17 20:50 [ECOS] FAT/VFAT support on ECOS ramanabv
  -- strict thread matches above, loose matches on Subject: below --
2002-11-15 10:58 Holtzclaw, Kris
2002-11-15  7:20 Igor KOPRIVA
2002-11-15  6:11 Paul Davis

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).