Howdy.
I've had some code working fine in the past. I've recently upgraded to DMAI 2.10.0.1 SVNr570 (from 423) and it no longer works. (I am building the overo OE branch from gumstix)
I see that with this update Display_Attrs_O3530_VID_DEFAULT changes the display device from /dev/fb1 to /dev/video1 -
i don't have the latter, so i updated the my structure with
dAttrs.videoOutput = Display_Output_DVI;
dAttrs.displayDevice = strdup("/dev/fb1");
Now I'm getting this in my CE_DEBUG=2 log:
ti.sdo.dmai - [Framecopy] not implemented
I don't understand what is going on. No obvious help in the release notes. Do i need to put something different in my /sys/devices/platform/omapdss sysfs?
Appreciate any pointers!
Thanks,
Andy