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.
it may useful for you. i.MX Yocto Project: ltib versus bitbake
Hello, Gary:
Try
bitbake virtual/bootloader
bitbake -c clean fsl-image-xxx
bitbake fsl-image-xxx
try the below sequence
bitbake -f -c compile u-boot-imx
bitbake -f -c deploy u-boot-imx
bitbake -c rootfs fsl-image-xxx