Lines Matching full:flash
52 you need to have RedBoot installed in your flash memory. A known to work
75 To initialize the flash directory::
85 Writing a kernel image into flash
97 To write it to flash::
113 Now the kernel can be retrieved from flash like this::
121 The ramdisk image could be stored into flash as well, but there are better
122 solutions for on-flash filesystems as mentioned below.
128 Using JFFS2 (the Second Journalling Flash File System) is probably the most
129 convenient way to store a writable filesystem into flash. JFFS2 is used in
130 conjunction with the MTD layer which is responsible for low-level flash
147 Now we must know the size of the unallocated flash::
157 the type of flash. See their usage below as an example and take care of
162 size of unallocated flash: 0x503c0000 - 0x500e0000 = 0x2e0000
166 the remaining flash space as well. To write it::
178 Name FLASH addr Mem addr Length Entry point
187 SA1100 flash: probing 32-bit flash bus
188 SA1100 flash: Found 2 x16 devices at 0x0 in 32-bit mode
190 Creating 5 MTD partitions on "SA1100 flash":
199 Therefore to boot Linux with the kernel and its root filesystem in flash, we
207 possible, and sometimes more convenient, to flash a filesystem directly from
209 many tools to deal with flash memory as well, to erase it for example. JFFS2