This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSEVM572X: Changing HDMI resolution

Part Number: TMDSEVM572X

Hi,

I am working with ti-processor-sdk-android-am57xx-evm-04.01.00.06. I need to change HDMI resolution to 1920x1080 and stop LCD display. I have tried setting

  1. kernel bootargs 'omapdss.def_disp', 'omapfb.mode'
  2. 'omapdrm.displays=1'
  3. modetest -s
  4. Using wm command changed size
  5. setprop hw.hdmi.resolution 

But nothing works. In linux, to stop LCD display '/etc/init.d/weston stop' worked. Is there any command to do in android.

Please help me to solve this issue.

Thanks.