Add con2fbmap to iMX-7S

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

Add con2fbmap to iMX-7S

跳至解决方案
1,391 次查看
chaunguyenngoc
Contributor III

After setup FBTFT Driver (SSD1351) for my WARP7

Now I want to test my framebuffer to display something on screen.

All resources refer to con2fbmap. but it seem to be only existed in RPi.

How can I add con2fbmap to my Yocto image ? (I'm using core-image-base image)

Note: I searched for packages that can be added to yocto here OpenEmbedded Layer Index - meta-fsl-demos 

But it do not have fbset package

标签 (3)
0 项奖励
1 解答
1,090 次查看
texierp
Contributor III

Have you tried to run : bitbake fbset ?

Otherwise, you can add the following command to local.conf and rebuild your image.

IMAGE_INSTALL_append += " fbset"

BR

PJ

在原帖中查看解决方案

5 回复数
1,090 次查看
chaunguyenngoc
Contributor III

Sorry for my naive question, but....How can i use it ?

0 项奖励
1,091 次查看
texierp
Contributor III

Have you tried to run : bitbake fbset ?

Otherwise, you can add the following command to local.conf and rebuild your image.

IMAGE_INSTALL_append += " fbset"

BR

PJ

1,090 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Just adding to PJ's answer, you can see if the fbset recipe is available on your bitbake environment by running:

$ bitbake -s | grep fbset

Regards,

1,090 次查看
chaunguyenngoc
Contributor III

Otherwise, you can add the following command to local.conf and rebuild your image.

 

IMAGE_INSTALL_append += " fbset"

Thank you for your time, guys. I will take this answer :smileyhappy: 

0 项奖励
1,090 次查看
texierp
Contributor III

Hi chaunguyenngoc

You can find fbset into the meta-openembedded layer (meta-openembedded/meta-oe/recipes-support/fbset at master · openembedded/meta-openembedded · GitHub ) (Already in bitbake's configuration (bblayer.conf))

BR

PJ

0 项奖励