Hi
The "DISTRO" should be fsl-imx-xwayland not fsl-xwayland. You can change it from the "local.conf" that you posted
I'd recommend you build from scratch with the correct DISTRO, the distro name will be fsl-imx-xwayland
DISTRO=<distro name> MACHINE=<machine name> source imx-setup-release.sh -b <build dir>
Regarding "create emmc bootloader with bitbake"
With successful completion of yocto build, you will see all files under the directory: <your build directory>/tmp/deploy/images/
You can refer to github.com for how to burn bootloader to eMMC to start.
Best regards
Harvey
The files were successfully created when bitbake core-image-minimal was executed except for UBOOT_CONFIG = "emmc" in local.conf. But when I add UBOOT_CONFIG = "emmc", it keeps failing. This time I ran bitbake core-image-minimal with fsl-imx-xwayland with DISTRO, but it still failed. I'll attach a picture of the configuration and error message. I need initramfs, dtb, zimage, rootfs, bootloader for burning to emmc. The helpful link has instructions on how to use uuu, but no instructions on bitbake to create the files used for uuu. I first create the files I mentioned above with bitbake.
....?????????????
Thanks for the support. I changed the setting to xwayland, but the error still occurs.
I don't know how to change the configuration. I refer to these documents, IMX_LINUX_USERS_GUIDE, IMX_PORTING_GUIDE, IMX_YOCTO_PROJECT_USERS_GUIDE, but I do not know the process for bitbake with EMMC. Is there any documentation I should refer to further? I would like to know the configuration and bitbake command for bitbake with emmc.