uImage in Yocto project not generated

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

uImage in Yocto project not generated

跳至解决方案
1,044 次查看
disheng
Contributor III

Hello,

I have the Yocto project for L3.14.52_1.1.0_ga setup for imx6qsabred board and by running:

bitbake fsl-image-mfgtool-initramfs


I can see there is zImage_mfgtool generated but no uImage,
and I added


KERNEL_IMAGETYPE = "uImage"

to imx6qsabresd.conf and manage to generate a uImage.bin file, but not "uImage" which I can use in the mfg tool.

Question:
1. is the uImage.bin same as "uImage"? Can I use it directly in the mfg tool?
2. if not, how do I generate a "uImage" file in Yocto project?

Thank you,
Di

0 项奖励
回复
1 解答
1,032 次查看
joanxie
NXP TechSupport
NXP TechSupport

why do you need to use uimage? mfgtool can download zimage directly

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,033 次查看
joanxie
NXP TechSupport
NXP TechSupport

why do you need to use uimage? mfgtool can download zimage directly

 

0 项奖励
回复
1,029 次查看
disheng
Contributor III

Hello Joan,

I figured that out afterwards... Thanks.

Now when we try to use mfgtool to flash, it gets stuck in the kernel and it seems to have unmatched machine id.

disheng_0-1617934959542.png

 

The id passed by uboot is f8c which is correct for imx6q, but the ids in kernel seems strange, all "ffffffff", do you know what can be wrong?

Regards,

Di

0 项奖励
回复