MESA with T1042 ?

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

MESA with T1042 ?

Jump to solution
1,096 Views
yusufalti333
Contributor IV
0 Kudos
1 Solution
1,025 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Yusuf Altıparmak ,

You could build "mesa" into rootfs, please add "mesa" in sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb as the following.

IMAGE_INSTALL_append = " \
packagegroup-fsl-tools-core \
packagegroup-fsl-benchmark-core \
packagegroup-fsl-networking-core \
glibc-locale \
glibc-utils \
util-linux-agetty \
mesa \
"

Then regenerate image with the following command.

$ bitbake fsl-image-core

Thanks,

Yiping

View solution in original post

0 Kudos
2 Replies
1,026 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Yusuf Altıparmak ,

You could build "mesa" into rootfs, please add "mesa" in sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb as the following.

IMAGE_INSTALL_append = " \
packagegroup-fsl-tools-core \
packagegroup-fsl-benchmark-core \
packagegroup-fsl-networking-core \
glibc-locale \
glibc-utils \
util-linux-agetty \
mesa \
"

Then regenerate image with the following command.

$ bitbake fsl-image-core

Thanks,

Yiping

0 Kudos
1,026 Views
yusufalti333
Contributor IV

Hello yipingwang‌,

Does mesa driver support U-boot "video-mode" ?

0 Kudos