Skip to content
Snippets Groups Projects
Johannes Schauer Marin Rodrigues's avatar
 - switch to POSIX shell
 - set -u
 - make shellcheck clean
 - avoid cd in favour of -C and env --chdir
 - bump u-boot version from v2023.10-rc4 to v2023.10
 - verify top git hashes for u-boot and atf
 - verify that BPI Block Copy src is correct for sd and emmc
 - verify that sd and emmc images differ only in the Block Copy src
f2f118be
History

Bootloader for MNT Reform LS1028A Module

To flash the result to an SD card:

sudo dd if=flash.bin of=/dev/sdX conv=notrunc bs=512 seek=8 status=progress