I made the following changes and tried clean everything to rebuild.
UBOOT_CONFIG = "nand" in "conf/local.conf" file
UBOOT_CONFIG[nand] = "mx6ul_14x14_evk_nand_config,ubifs" in "sources/meta-freescale/conf/machine/imx6ulevk.conf" file
My build command:
DISTRO=fsl-imx-fb MACHINE=imx6ulevk source imx-setup-release.sh -b build
bitbake core-image-base
But no NAND u-boot can be built anyway.
Does anyone care about this?
Hi layleon
for nand usage with i.MX6UL EVK one can look at below link
Best regards
igor
Unfortunately, this is out of date, now the latest Yocto projects use UUU to replace Mfgtool, and U-Boot already contains nand_defconfig file. I don't want to compile U-Boot separately, it would be out of Yocto management.