[PATCH] imx8mm-evk: Generate a single bootable flash.bin again

Frieder Schrempf frieder.schrempf at kontron.de
Thu Aug 19 21:09:14 CEST 2021


On 19.08.21 20:58, Fabio Estevam wrote:
> Hi Frieder,
> 
> On Thu, Aug 19, 2021 at 3:52 PM Frieder Schrempf
> <frieder.schrempf at kontron.de> wrote:
> 
>> I tried to adapt this for my own board, but I needed to change the following in the imximage.cfg for the build to pass. Did you test this?
>>
>> -LOADER         mkimage.flash.mkimage   0x7E1000
>> +LOADER         mkimage.spl.mkimage     0x7E1000
> 
> Interesting.  I do not see the build error here.
> 
> My patch is against commit 78e786decb6c8 in mainline U-Boot.
> 
> Are you able to reproduce the build error on imx8mm-evk too?

Yes, I'm building against the very same commit from master and I get the following at the end of the build, also for imx8mm-evk:

  MKIMAGE u-boot.img
  MKIMAGE u-boot-dtb.img
  CFGS    spl/u-boot-spl.cfgout
  BINMAN  all
binman: Error 1 running 'mkimage -d ./mkimage.spl.mkimage -n spl/u-boot-spl.cfgout -T imx8mimage -e 0x7e1000 ./mkimage-out.spl.mkimage': mkimage.flash.mkimage: Can't open: No such file or directory


More information about the U-Boot mailing list