[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Is there a flash-based FS in rtems?
- Date: Wed, 22 Oct 2008 08:51:31 -0400
- From: esutter at alcatel-lucent.com (Ed Sutter)
- Subject: Is there a flash-based FS in rtems?
Chris Johns wrote:
> PowerMan wrote:
>> Such as jffs2, yaffs2 or cramfs ?
>>
>
> No file system but there is a flash block driver that allows you to format a
> FAT disk into a flash device. The code is located in cpukit/libblock.
>
> http://www.rtems.org/wiki/index.php/File_Systems#Flash_Disk
>
> I am adding some doco into the Wiki on now to configure it.
MicroMonitor has a simple NOR flash file system for managing updates etc...
It hooks together with RTEMS pretty nicely. It's not designed for heavy
file activity (no wear leveling), but does provide a nice platform
to support system updates etc...
Obviously, this would mean a bootloader change.
Ed