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

2021-12-03 Thread ZHIZHIKIN Andrey
Hello Fabio,

> -Original Message-
> From: Fabio Estevam 
> Sent: Friday, December 3, 2021 4:54 PM
> To: ZHIZHIKIN Andrey 
> Cc: U-Boot-Denx ; Stefano Babic ; 
> dl-uboot-
> imx ; Peng Fan ; Heiko Schocher
> ; Teresa Remmet ; Jagan Teki
> ; Marcel Ziswiler ; 
> Ilko
> Iliev ; Heinrich Schuchardt 
> Subject: Re: [PATCH] imx8mq_evk: switch board to use binman for images
> 
> 
> Hi Andrey,
> 
> Thanks for the patch.
> 
> On Fri, Dec 3, 2021 at 12:30 PM Andrey Zhizhikin
>  wrote:
> 
> > -Burn the flash.bin to MicroSD card offset 33KB:
> > +Burn the flash.bin (offset 33KB) and u-boot.itb (offset 384KB) to MicroSD
> card:
> 
> Could you please use the single flash.bin approach here too?
> 
> Please see commit:
> 028abfd9b157 ("imx8mm-evk: Generate a single bootable flash.bin again")

Sure thing! Thanks for pointing this out, I do remember there has
been quite a discussion regarding this point, but I totally missed
what was the outcome. Now I can see it in this commit quite clear. :)


I'll change the binman DT node now and push a V2.

> 
> Thanks

-- andrey


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

2021-12-03 Thread Fabio Estevam
Hi Andrey,

Thanks for the patch.

On Fri, Dec 3, 2021 at 12:30 PM Andrey Zhizhikin
 wrote:

> -Burn the flash.bin to MicroSD card offset 33KB:
> +Burn the flash.bin (offset 33KB) and u-boot.itb (offset 384KB) to MicroSD 
> card:

Could you please use the single flash.bin approach here too?

Please see commit:
028abfd9b157 ("imx8mm-evk: Generate a single bootable flash.bin again")

Thanks