Hi. We have this DM814x-EVM that came with a certain LCD. When we run the pre-built image it displays the demo on the screen. Now, the questions are the following:
1) How can I change the LCD characteristics to support a different LCD (the one that we are going to use)? A manual I saw here has some directions, but they do not work on this system. For example, when I enter 'echo 0 > /sys/devices/platform/vpss/display1/enabled' it gives an error "failed to disable dvo2 venc".
Edit: Would stopping (or 'killing') the demo program allow me to disable the dvo2 venc?
2) Do we need to use vpss? For our application we do not need any 'video', just some simple graphics, framebuffers, and such;
3) How can we remove this demo program from executing? is it somewhere in the menuconfig? (Edit) Or somewhere in the init.d folder?
Thanks...