Loading
Fix sparse image splitting corrupting partitions on flash
Sub-images after the first now include a DONT_CARE prefix chunk to
skip blocks already written by previous sub-images, preventing every
sub-image from overwriting from block 0. Each sub-image header sets
totalBlocks = blocksOffset + dataBlocks so the chunk block sum matches
(required by MediaTek LK bootloader validation).
Also reduce flash cooldown to 1s and update device config.
Signed-off-by:
Jackeagle <jackeagle102@gmail.com>