Linux Variscite iMX6 - Kodi and framebuffer linux image
#1
Is it possible to add Kodi to Yocto Linux Framebuffer image without X11 and Wayland features? 

I tried to do this. I added to my local.conf Kodi but with errors... 

Code:
IMAGE_INSTALL_append = " \
...
ffmpeg \
kodi \
...

Log 1:

https://paste.ubuntu.com/p/wvJQrFDxYm/

fatal error: X11/Xlib.h: No such file or directory
(Require for X11/Xlib.h)

Log 2:

https://paste.ubuntu.com/p/TX2Xvd6jmR/
Reply
#2
On imx the way to go is etnaviv + drm with dmabuf -> contact lrusak@kodi.tv
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
OK, thank you for reply. I wrote a email to lrusak.

@EDIT

Info for other interested in Kodi on iMX6 with Framebuffer, it is still in early development. So, at this time, it isn't fully usable.

What about iMX6 with X11?

@EDIT

I tried it, but without sucess...

Code:
06:30:43.432 T:1930330704   ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property 'CanSuspend'
06:30:43.436 T:1930330704   ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property 'CanHibernate'

Full log:
https://paste.ubuntu.com/p/hTYDSWVVXQ/
Reply

Logout Mark Read Team Forum Stats Members Help
Variscite iMX6 - Kodi and framebuffer linux image0