uImage in Yocto project not generated

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

uImage in Yocto project not generated

Jump to solution
781 Views
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 Kudos
1 Solution
769 Views
joanxie
NXP TechSupport
NXP TechSupport

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

 

View solution in original post

0 Kudos
2 Replies
770 Views
joanxie
NXP TechSupport
NXP TechSupport

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

 

0 Kudos
766 Views
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 Kudos