Add con2fbmap to iMX-7S

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Add con2fbmap to iMX-7S

ソリューションへジャンプ
1,400件の閲覧回数
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,099件の閲覧回数
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,099件の閲覧回数
chaunguyenngoc
Contributor III

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

0 件の賞賛
1,100件の閲覧回数
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,099件の閲覧回数
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,099件の閲覧回数
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,099件の閲覧回数
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 件の賞賛