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.

How to change HDMI display to LCD panel of the board on DM814x Android ICS

Hi All,

I have ported Android ICS on DM814x evm by following below link

http://e2e.ti.com/support/embedded/android/f/509/p/188684/687388.aspx#687388

I am successfully ported and I am able see booting. But Now I want to change output HDMI display to LCD panel of the board. Can any one suggest how to get that.

  • Hi Naveen,

    If you are using EZSDK package then there is script in file system to change the display(<filesystem>/usr/share/ti/ti-media-controller-utils/change_display.sh). Please try using this like ./change_display.sh lcd.

    Regards,

    Vijayvithal onkar

  • Hi Vijay

    Thanks for the reply. Do you know how to integrate UVC camera with Android ICS on DM814x. I am trying to capture Images using UVC camera on DM814x Android ICS, But When I click on camera in application launcher it saying that Camera has stopped suddenly and I am not able to see preview. Please suggest some solution for this.