Repo:
========
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0.xml
Configurations:
=================
UBOOT_CONFIG = "emmc" in conf/local.conf
MACHINE ??= 'imx6sxsabresd'
DISTRO ?= 'fsl-imx-x11'
Problem
=======
Even if I remove "board/freescale/mx6sxsabresd/imximage.cfg" file, u-boot-imx getting compiled well.
What can be issue here?
Solved! Go to Solution.
Hi rakesh_patel
one can try to rebuild image from scratch and recheck sect.A.4.4 Preferred provider
i.MX Yocto Project User’s Guide
Best regards
igor
@igorpadykov : Any idea here ?
Hi rakesh_patel
one can try to rebuild image from scratch and recheck sect.A.4.4 Preferred provider
i.MX Yocto Project User’s Guide
Best regards
igor
I was wrong here. imximage.cfg is getting scanned into another file which is used by mkimage.
So, this happens automatically first time.