Add con2fbmap to iMX-7S

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

Add con2fbmap to iMX-7S

Jump to solution
1,366 Views
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

Labels (3)
0 Kudos
1 Solution
1,065 Views
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

View solution in original post

5 Replies
1,065 Views
chaunguyenngoc
Contributor III

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

0 Kudos
1,066 Views
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,065 Views
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,065 Views
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 Kudos
1,065 Views
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 Kudos