[PATCH v2 0/8] imx8: switch missing boards to binman

Fabio Estevam festevam at gmail.com
Wed Nov 9 18:45:10 CET 2022


Hi Oliver and Stefano,

On Wed, Nov 9, 2022 at 1:19 PM Oliver Graute <oliver.graute at gmail.com> wrote:

> For my imx8qm boards I need to manually place these imx firmware blobs with
> expected names for sucessfull image creation.
>
> As I understood the CI creates somes fakes. But I don't know where this
> is happening.

CI is falling with your series applied:

https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/525787

It is easy to reproduce the failure locally. Just remove
ahab-container.img from the
U-Boot tree and try to build imx8qxp_mek_defconfig.

Prior to the binman conversion:

WARNING './ahab-container.img' not found, resulting binary is not-functional
make[1]: Nothing to be done for 'SPL'.

Only a warning is issued.

After the binman conversion:

WARNING './ahab-container.img' not found, resulting binary is not-functional
make[1]: Nothing to be done for 'SPL'.
  BINMAN  all
binman: Error 1 running 'mkimage -d ./mkimage.spl.mkimage -n
spl/u-boot-spl.cfgout -T imx8image -e 0x100000
./mkimage-out.spl.mkimage': Fail open first container file
ahab-container.img

make: *** [Makefile:1116: all] Error 1

Maybe someone has any suggestions?


More information about the U-Boot mailing list