Re: U-boot flash partitions
Date: March 12, 2010 03:16AM
U-Boot doesn't know about the partitions on Snapper 9260, only raw addresses. If you want to have multiple partitions the easiest way is to modify the mtd_partition structure in board-snapper9260.c. Make sure you keep the first four the same (Preboot, Bootloader, Environment, Kernel), as U-Boot scripts are already set up for them, but the final one, "Filesystem" could be cut in half if you want.
Regards,
Andre