I am working on creating a custom linux distribution for the beaglebone black which will combine busybox and QT 4.8. My sources can be found here https://github.com/Trekkie33/alm100 . I have so far managed to get busybox working and QT starts but cannot find /dev/fb0.
When I start my application with the command './alm_app -qws' I get the following:
QScreenLinuxFb::connect: No such file or directory
Error opening framebuffer device /dev/fb0
I am currently trying to get a framebuffer working with the beaglebone hdmi. I am following the guide here http://processors.wiki.ti.com/index.php/Linux_Core_LCD_Controller_User_Guide .
Do I need to install the DRM resources in order to use the HDMI or can I do something simple to get fb0 working? If so is there somewhere I can get the pre-compiled binaries, I am having a bit of trouble building mesa from source.
I am in a bit of a time crunch at the moment and minimal functionality would be acceptable.
