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.

Beagle Board XM with prebuilt Android don't show anything on the LCD TV

Hi All,

I am trying the "Out of the box demo" given in "http://code.google.com/p/rowboat/wiki/ICSonBeagleboard" .

And i want to connect it to my LCD tv instead of a DVI monitor.

Since BB-XM doesn't support flash, i had set below env varable from uboot every time before calling kernel.

dvimode=1280x720MR-16@60

defaultdisplay=lcd

mmcargs=setenv bootargs console=${console}.............omapfb.mode=lcd:${dvimode} omapdss.def_disp=${defaultdisplay} .....rootfstype={mmcrootfstype}

But still i don't see anything on the LCD TV which is connected to this BB-XM via HDMI.

Regards,

Raj

  • Hi Raj,

    Prebuilt image contains boot script (boot.scr) which has necessary boot parameters to boot up the board.

    Just power on the board. It should boot automatically with default boot parameters.

    Please refer to boot.scr (inside prebuilt image "Boot_Images" folder) file for boot parameters.

    Regards,

    Pankaj Bharadiya