> -----Original Message----- > From: Fabio Estevam <feste...@gmail.com> > Sent: 2020年12月18日 19:03 > To: Alice Guo (OSS) <alice....@oss.nxp.com> > Cc: Stefano Babic <sba...@denx.de>; Peng Fan <peng....@nxp.com>; > dl-uboot-imx <uboot-...@nxp.com>; Ye Li <ye...@nxp.com>; U-Boot-Denx > <u-boot@lists.denx.de>; Alice Guo <alice....@nxp.com>; Otavio Salvador > <ota...@ossystems.com.br>; andrey.zhizhi...@leica-geosystems.com > Subject: [EXT] Re: [PATCH v2 2/2] board: imx8mp: add boot.cmd for distro boot > on iMX8MP > > Caution: EXT Email > > Hi Alice, > > On Fri, Dec 18, 2020 at 4:20 AM Alice Guo (OSS) <alice....@oss.nxp.com> > wrote: > > > +++ b/board/freescale/imx8mp_evk/boot.cmd > > @@ -0,0 +1,25 @@ > > +setenv bootargs console=${console} root=${mmcroot}; > > + > > +for boot_target in ${boot_targets}; > > This is not how distro boot support works. > > boot.scr or extlinux.conf scripts should be provided by the distro itself > (Yocto, > Buildroot, Debian, etc), and not from U-Boot. > > Each distro has its own partitioning mechanism and may store the kernel, dtb > in > different locations.
Hi, 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". Thank you. Alice