--
> From: Chris Johns
>
> Sent: Tuesday, October 02, 2018 6:32 PM
> To: Cliff Geschke;
> Subject: Re: How to sync a dos file system externally
>
>
>
> On 03/10/2018 04:56, Cliff Geschke wrote:
>
>> I have implemented a dos file system (msdos_*) on a
to sync a dos file system externally
On 03/10/2018 04:56, Cliff Geschke wrote:
> I have implemented a dos file system (msdos_*) on a flash device.
Is the flash device a chip you have direct access too? The reason I ask is if
possible using JFFS2 (a journaling file system) or even YA
Hello Cliff,
in case you expect a certain behaviour from the FAT file system
implementation, then I would write a self-contained test case and add it
to the RTEMS testsuite. We can then change the implementation
accordingly if it makes sense.
--
Sebastian Huber, embedded brains GmbH
Address
02, 2018 6:32 PM
To: Cliff Geschke;
Subject: Re: How to sync a dos file system externally
On 03/10/2018 04:56, Cliff Geschke wrote:
> I have implemented a dos file system (msdos_*) on a flash device.
Is the flash device a chip you have direct access too? The reason I ask is if
possible usi
On 3/10/2018 7:32 AM, Chris Johns wrote:
On 03/10/2018 04:56, Cliff Geschke wrote:
I have implemented a dos file system (msdos_*) on a flash device.
Is the flash device a chip you have direct access too? The reason I ask is if
possible using JFFS2 (a journaling file system) or even YAFFS (com
On 03/10/2018 04:56, Cliff Geschke wrote:
> I have implemented a dos file system (msdos_*) on a flash device.
Is the flash device a chip you have direct access too? The reason I ask is if
possible using JFFS2 (a journaling file system) or even YAFFS (commercial
license maybe needed) is a better so
I have implemented a dos file system (msdos_*) on a flash device.
Because it is possible for the user to power down the system unexpectedly, I
want to sync the file system to the flash device after a 3 second idle time.
How do I externally force a sync on msdos from another thread?
A relate