Skip to content

Fix the image size in the `mmc write` command

The full size of the boot image is 0x83e blocks (1055 KiB).

It used to be 0x800 blocks (1024 KiB) before the M4 image (0x3e blocks (31 KiB)) was merged in. This commit replaces that old value with the new one.

Merge request reports