[EXT] Re: [PATCH v2 2/2] board: imx8mp: add boot.cmd for distro boot on iMX8MP
Fabio Estevam
festevam at gmail.com
Fri Dec 18 12:43:56 CET 2020
Hi Alice,
On Fri, Dec 18, 2020 at 8:10 AM Alice Guo (OSS) <alice.guo at oss.nxp.com> wrote:
> Can you tell me where I can see more details about boot.scr? I didn't see that " boot.scr or extlinux.conf scripts should be provided by the distro itself".
I suppose you want to test it using Yocto, so take a look at
wandboard.conf as reference:
https://github.com/Freescale/meta-freescale-3rdparty/blob/master/conf/machine/wandboard.conf
UBOOT_EXTLINUX = "1"
UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
UBOOT_EXTLINUX_CONSOLE = "console=${console},${baudrate}"
Yocto will then generate and place a extlinux.conf file in the rootfs.
Please make sure you align with the NXP Yocto folks and test booting
via distro boot.
More information about the U-Boot
mailing list