i.mx6 yocto usage question

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.mx6 yocto usage question

1,344 次查看
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.

标签 (4)
标记 (1)
3 回复数

890 次查看
jimmychan
NXP TechSupport
NXP TechSupport
0 项奖励
回复

890 次查看
richardhu
Contributor II

Hello, Gary:

Try

bitbake virtual/bootloader

bitbake -c clean fsl-image-xxx

bitbake fsl-image-xxx

0 项奖励
回复

890 次查看
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