PINE64

Full Version: Pine64: Minimal SDL config
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'd like to use a minimal Pine64/Pine64+ image to have SDL2 audio, video, and input. I'm having trouble figuring out how to get the video driver to work. I'm using ayufan's Debian build, which already has the Mali software installed.

I ran /usr/local/sbin/pine64_enable_sunxidrm.sh but I still get "No available video device" when using SDL2.
I also tried compiling glmark2 and could not get it to work.

In both cases, I compiled for GLESv2 (linked against libMali.so).

Can anyone help, please?
Is there an fbdev driver that I need? I'm basically interested in setting up an accelerated fbdev without the X11 system.

I've done this with Mali on another device but I really want to get it working on Pine. I'm just not very familiar with how Mali expects you to put things together.
(08-06-2018, 10:40 PM)Max11 Wrote: [ -> ]Is there an fbdev driver that I need? I'm basically interested in setting up an accelerated fbdev without the X11 system.

I've done this with Mali on another device but I really want to get it working on Pine. I'm just not very familiar with how Mali expects you to put things together.

Please check this PINE64 wiki site for MALI driver: http://wiki.pine64.org/index.php/Mali_Driver
Thanks. I looked at that but I haven't been able to make any progress. It's not clear to me how these work. I suppose I should be able to use the "DRM" version (too many acronyms) but I don't know.