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