android on beagle/OMAP35x?

I have the Omapzoom MDK using Angstrom with Enlightenment it has it's own
LCD and has s-video and HDMI
does any one know how to configure the HDMI on this? tried the Beagle way
and not suppressed it doesn't work?
and does any one have an idea if both can work at same time?

Sorry to but in on a non Android question..

I believe this deserves it own topic/thread since it doesn't have
anything to do with Android. You can start a new post from the main
page: http://groups.google.com/group/beagleboard

Could someone give a slightly more detailed approach to getting
Android running. I'm a bit of a newbie and struggling to get it
running.
I've created a sd card like stated here (http://elinux.org/
BeagleBoardAndOpenEmbeddedGit) then copied the uImage across and the
file system to the two partitions. I then tried the bootargs:
setenv bootargs console=ttyS2,115200n8 rw ip=off root=/dev/mmcblk0p2

mem=128M devfs=mount rootdelay=1 init=./init

and

console=ttyS2,115200n8 root=/dev/mmcblk0p2
nolock,rsize=1024,wsize=1024 rootdelay=2 video=omapfb:mode:1280x720@50
init=/init

but neither worked, what should my bootcmd be?

Any help will be greatly appreciated.