MESA with T1042 ?

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

MESA with T1042 ?

跳至解决方案
1,157 次查看
yusufalti333
Contributor IV
0 项奖励
1 解答
1,086 次查看
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 项奖励
2 回复数
1,087 次查看
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 项奖励
1,087 次查看
yusufalti333
Contributor IV

Hello yipingwang‌,

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

0 项奖励