[Buildroot] [PATCH 1/2] board/kontron/pitx-imx8m: use extlinux instead of U-Boot boot script

Sergey Kuzminov kuzminov.sergey81 at gmail.com
Mon Jan 24 05:42:31 UTC 2022


Hi All,

24.01.2022 01:01, Giulio Benetti:
> IMHO the worst drawback I see while using extlinux.conf VS boot.scr is 
> the missing checksum. Especially on embedded systems we deeply treat.
> Not having such checksum can make system booting without a parameter on 
> linux command line for example, only because 1 ASCII has been corrupted.
> I prefer the system to not boot at all in general instead of having it 
> "working" while hiding some potential problem.
> 
> What do you and All think about this?

IMHO extlinux.conf is more debugging friendly.

Boot.scr requires the following command:
mkimage -C none -A arm -T script -d boot.cmd boot.scr

The mkimage utility (BR2_PACKAGE_HOST_UBOOT_TOOLS) is not on the board, 
you need to transfer the converted file over the network. Or reconnect 
the microSD card.



More information about the buildroot mailing list