Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2022-01-08 Thread Tom Rini
este...@gmail.com; uboot-...@nxp.com; peng@nxp.com; > > h...@denx.de; t.rem...@phytec.de; ja...@amarulasolutions.com; > > marcel.ziswi...@toradex.com; il...@ronetix.at; xypron.g...@gmx.de; Andrey > > Zhizhikin > > Subject: [PATCH v2] imx8mq_evk: switch board to use

RE: [PATCH v2] imx8mq_evk: switch board to use binman for images

2022-01-08 Thread ZHIZHIKIN Andrey
arulasolutions.com; > marcel.ziswi...@toradex.com; il...@ronetix.at; xypron.g...@gmx.de; Andrey > Zhizhikin > Subject: [PATCH v2] imx8mq_evk: switch board to use binman for images > > Currently i.MX8MQ EVK board still targeting the old image generation > approach for image

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Fabio Estevam
On Mon, Dec 6, 2021 at 6:46 PM Tom Rini wrote: > So this platform doesn't run in to the HDMI blob problem or similar, in > CI? imx8mq can happily boot without the HDMI firmware. Please note that HDMI support for i.MX8MQ in mainline is still not available.

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Tom Rini
On Mon, Dec 06, 2021 at 06:38:00PM -0300, Fabio Estevam wrote: > Hi Tom, > > On Mon, Dec 6, 2021 at 6:26 PM Tom Rini wrote: > > > I believe this ends up being blocked on getting binman / CI happy with > > the files being missing? > > This patch addresses the following build warning: > >

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Fabio Estevam
Hi Tom, On Mon, Dec 6, 2021 at 6:26 PM Tom Rini wrote: > I believe this ends up being blocked on getting binman / CI happy with > the files being missing? This patch addresses the following build warning: = WARNING == This board uses

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Tom Rini
On Mon, Dec 06, 2021 at 06:05:50PM -0300, Fabio Estevam wrote: > Hi Tom and Stefano, > > On Fri, Dec 3, 2021 at 1:27 PM Fabio Estevam wrote: > > > > Hi Andrey, > > > > On Fri, Dec 3, 2021 at 1:18 PM Andrey Zhizhikin > > wrote: > > > > > > Currently i.MX8MQ EVK board still targeting the old

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Fabio Estevam
Hi Tom and Stefano, On Fri, Dec 3, 2021 at 1:27 PM Fabio Estevam wrote: > > Hi Andrey, > > On Fri, Dec 3, 2021 at 1:18 PM Andrey Zhizhikin > wrote: > > > > Currently i.MX8MQ EVK board still targeting the old image generation > > approach for image generation, which relies on the FIT generator

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-03 Thread Fabio Estevam
Hi Andrey, On Fri, Dec 3, 2021 at 1:18 PM Andrey Zhizhikin wrote: > > Currently i.MX8MQ EVK board still targeting the old image generation > approach for image generation, which relies on the FIT generator that > has been dropped from the tree. > > Switch the board to use binman instead, which

[PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-03 Thread Andrey Zhizhikin
Currently i.MX8MQ EVK board still targeting the old image generation approach for image generation, which relies on the FIT generator that has been dropped from the tree. Switch the board to use binman instead, which is a standard image generator now. Update board documentation to correct build