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