How to add Directfb support into the rootf of core-image-minimal Yocto project

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

How to add Directfb support into the rootf of core-image-minimal Yocto project

2,326件の閲覧回数
ethanyang
Contributor II

To minimize the rootfs size (I'm using a 64MB spi-nor flash), I tried to add pre-built directfb libraries into the rootfs created from core-image-minimal Yocto project.

However I found that DirectFB was always using "dummy graphics" on my IMX6UL EVK.

The frame buffer device (/dev/fb0) was there but DirectFB never tried to use/open it.

What else configurations/features do I need to make DirectFB recognizing the framebuffer?

ラベル(3)
0 件の賞賛
返信
1 返信

1,475件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Ethan Yang,

I would recommend adding the directfb recipe to your image or the packagegroup-core-directfb, which includes directfb, the directfb-examples and touchscreen support. You may add them on the conf/local.conf file:

IMAGE_INSTALL_append = “ packagegroup-core-directfb”

I hope this helps!

0 件の賞賛
返信