Q: ubifs writings into flash

Ran Shalit ranshalit at gmail.com
Sun Jun 10 12:18:15 EDT 2012


On Sun, Jun 10, 2012 at 4:15 PM, richard -rw- weinberger
<richard.weinberger at gmail.com> wrote:
> On Sun, Jun 10, 2012 at 3:11 PM, Ran Shalit <ranshalit at gmail.com> wrote:
>> Hello,
>>
>> I have some beginner question if I'm allowed...
>> I would like to know if ubifs is writing stuff to Nand flash after the
>> application starts.
>
> What is "the application"?
>
>> for example, the /var and /tmp are written into flash ?
>> I actaully do not want any wrting to Nand flash to be done after the
>> program starts (or at least to know about all of them and control when
>> they are done).
>
> -ENOPARSE. :-)
>
> --
> Thanks,
> //richard
Hi,

I have some streaming application. I would like that after execution
of this application there will be no longer access(read or write) to
flash while the application is running, becuase accessing the flash is
not suitable for real-time application, especialy if I am not aware
when it is done during application execution.
I thought at first that using ubifs is best , but will it access the
flash whenever it will need to write some information in /tmp or oter
directory ?

Best Regards,

Ran



More information about the linux-mtd mailing list