I got an android 4.2.2 running on the my device, based on the variscite var-som-om44. I need to test my screen now: I put the right timings in the /sys/devices/platform/omapdss/display0/timings and it seems to be initialised, but it's black and nothing's there.

Question: How can I test my screen? How can I run some app?

有帮助吗?

解决方案

I figured out that the overlay0 was switched off, then I turned it on with

echo 1 > /sys/devices/platform/omapdss/overlay0/enabled

display starts to work.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top