Lines Matching +full:compact +full:- +full:flash
1 .. SPDX-License-Identifier: GPL-2.0
4 Cramfs - cram a filesystem onto a small ROM
10 allows random page access. The meta-data is not compressed, but is
15 compact also makes it _very_ hard to update on-the-fly), so you have to
20 -----------
36 no need to use -noleaf in ``find``, btw.)
39 (1970 GMT). Recently-accessed files may have updated timestamps, but
52 --------------------------
55 a physical linear memory range (usually non volatile memory like Flash)
62 eXecute-In-Place (XIP) from ROM of read-only segments. Data segments mapped
63 read-write (hence they have to be copied to RAM) may still be compressed in
64 the cramfs image in the same file along with non compressed read-only
65 segments. Both MMU and no-MMU systems are supported. This is particularly
72 MTD drivers are cfi_cmdset_0001 (Intel/Sharp CFI flash) or physmap
73 (Flash device in physical memory map). MTD partitions based on such devices
78 $ mount -t cramfs mtd:fs_partition /mnt
85 -----
90 https://github.com/npitre/cramfs-tools
94 --------------------
121 ------------