i.mx6 yocto usage question

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.mx6 yocto usage question

1,071 Views
i386
Contributor II

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.

Labels (4)
Tags (1)
3 Replies

617 Views
jimmychan
NXP TechSupport
NXP TechSupport
0 Kudos

617 Views
richardhu
Contributor II

Hello, Gary:

Try

bitbake virtual/bootloader

bitbake -c clean fsl-image-xxx

bitbake fsl-image-xxx

0 Kudos

617 Views
kunyichen
Contributor IV

try the below sequence

bitbake -f -c compile u-boot-imx

bitbake -f -c deploy u-boot-imx

bitbake -c rootfs fsl-image-xxx