[PATCH 2/2] imx8mm: imx8mm_evk: fix BOOTSTD boot
Fabio Estevam
festevam at gmail.com
Thu Feb 27 02:55:53 CET 2025
On Wed, Feb 26, 2025 at 10:47 PM Fabio Estevam <festevam at gmail.com> wrote:
>
> On Wed, Feb 26, 2025 at 9:55 PM Tom Rini <trini at konsulko.com> wrote:
>
> > But what part of things here is trying to call "sysboot" as a command?
>
> This is my first time using bootstd, and I am not familiar with it.
>
> I got a 'Unknown command 'sysboot' error as shown below:
>
> mmc1 is current device
> Scanning mmc 1:1...
> Found /boot/extlinux/extlinux.conf
> Unknown command 'sysboot' - try 'help'
> EXTLINUX FAILED: continuing...
> Loading Boot0000 'mmc 1' failed
> Loading Boot0001 'mmc 0' failed
> EFI boot manager: Cannot load any image
> u-boot=>
>
> That's the reason I added CONFIG_CMD_SYSBOOT=y into the defconfig.
>
> If there is another way not to use sysboot, please let me know.
>From cmd/Kconfig:
config CMD_SYSBOOT
bool "sysboot"
select PXE_UTILS
help
Boot image via local extlinux.conf file
So it seems that selecting CMD_SYSBOOT is a requirement for booting
extlinux.conf.
More information about the U-Boot
mailing list