AM335x EVM
Proc SDK Linux 3.01
I'm trying to rebuild the file system without Wayland. For a specific use case I don't want a full window system. I would just like to run an app full screen using EGL/EGLFS.
I added this to bottom of conf/local.conf:
DISTRO_FEATURES_remove = "wayland"
I was able to successfully build:
MACHINE=am335x-evm bitbake tisdk-rootfs-image
Things are partially working. I eventually see the Matrix GUI come up, but I'm getting lots of these sorts of messages:
[ 126.186252] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000020): FIFO underfow
[ 126.195144] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
[ 126.196095] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
How do I get this to work?