[U-Boot] Segmented RAM, big userspace.

Scott Wood scottwood at freescale.com
Tue Dec 13 21:00:18 CET 2011


On 12/13/2011 10:08 AM, Sergey Lapin wrote:
> It is possible to flash filesystems in parts, but for this to work
> these are needed to be properly split. This raises a problem of
> bad blocks - writing previous piece might end not where you expect it to
> end, but a few blocks later. Hand-handling this case is too error-prone.

Use a separate partition for each chunk.  Each partition should have
extra space for as many bad blocks as you reasonably anticipate in that
partition.  The start address of each partition is fixed, regardless of
the number of bad blocks in previous partitions.

-Scott



More information about the U-Boot mailing list