JDP : WhichFilesystemForFlash

Home :: PageIndex :: RecentChanges :: RecentlyCommented
Frozen, read-only copy of the Javastation Documentation Project wiki, made on 2026-09-19. This is the version of WhichFilesystemForFlash from 2003-05-18 18:29:06.

Overview



The filesystems above can be combined with the virtual memory filesystem
to provide writeable storage.

When to use what


The most important question is: Do you need write access? If you do then JFFS2 is the logical choice. For read access ROMFS is the smallest, but if you need compression to fit all your data take a look at CRAMFS.

Initrd


Another option is to go with the initrd route. This allows only read only access of course but a few advantages. If you piggyback your fs on to your kernel the prom will load the entire image from flash, so the kernel doesn't need to know anything about the flash. It will be user-proof.