i.mx6 yocto usage question

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.mx6 yocto usage question

1,133件の閲覧回数
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 返答(返信)

679件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信

679件の閲覧回数
richardhu
Contributor II

Hello, Gary:

Try

bitbake virtual/bootloader

bitbake -c clean fsl-image-xxx

bitbake fsl-image-xxx

0 件の賞賛
返信

679件の閲覧回数
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