I am developing using linux yocto environment.
My question is:
After build u-boot by cmd ' bitbake -c compile -f u-boot-imx', how can I update the "fsl-imgae-xxx.rootfs.sdcard" image file in deploy directory with the latest uboot.imx.
I've tried 'bitbake -c deploy u-boot-imx', but it only updated the u-boot.bin & u-boot.imx in the deploy directory.