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
- kernel bootargs 'omapdss.def_disp', 'omapfb.mode'
- 'omapdrm.displays=1'
- modetest -s
- Using wm command changed size
- 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.