Hi,
We have setup Yocto project 4.9.11_1.0.0 on a imx6qpsabresd based custom board.
We want to build u-boot image.
We have tried to build u-boot using following command
$ MACHINE=imx6qpsabresd bitbake -c deploy u-boot-imx
But the output images were not getting updated.
Hence we have cleaned u-boot using the command "bitbake -c clean u-boot-imx "
It has cleaned the output images but failing to build again.
We are not getting any error if we execute " MACHINE=imx6qpsabresd bitbake -c deploy u-boot-imx" but we are not able to see any output images of u-boot in tmp/deplot/images/imx6qpsabresd/ directory.
Please let us know how to restore the u-boot images again.
Regards
Devika