How to open png file in console-tdk-image OS?

Hello,

I know how to build console-tdk-image from yocto based OS, and update it in imx6 Apalis,

but my question is how to open *.png file in framebuffer based OS.

I was trying to install fbi with a command of CORE_IMAGE_EXTRA_INSTALL += " fbi" in local.conf

but, after installing all OS, it says

root@apalis-imx6:/media/mmcblk1p1# fbi
-sh: fbi: command not found

I cannot use Internet right now, so could you tell me how to install fbi properly with yocto?

Thank you!

Hi @hkhunkim

Could you provide the Software version of the module?

Do you want to install this package?

I cannot use Internet right now, so could you tell me how to install fbi properly with yocto?

You mean the module is not connected to internet? For Yocto build, you will need Internet connection on your build machine.

To add it to the image, you should add the following to local.conf:

IMAGE_INSTALL_append = " fim" 

Best regards, Jaski