I use fsl-community-bsp to build image as follow:
$ MACHINE=imx6dl-riotboard source fsl-setup-release.sh -b riotboard-build -e fb
$ bitbake core-image-minimalBut I found there is no uImage at tmp/deploy/image/imx6dl-riotboard.WHY?
Hello Wayne Tsui,
I would recommend making sure that you’re using the FSL Community BSP and not the BSP Release as the fsl-setup-release.sh is used on the FSL Release BSP, which does not support 3rd party boards.
You didn’t mentioned which kernel you are using but starting 3.10 the kernel is created as zImage. Would you please check if that file was created?