I have a DM8168EVM that I am using as a target Android development system. I built Froyo, from the rowboat-froyo-am389x.xml manifest, per the instructions found at: http://processors.wiki.ti.com/index.php/Android_am389x_build_procedure
Android seemingly boots up OK (via the terminal, I can configure ethernet and debug via ADB remotely over ethernet, and see Android processes running). However, the video out to the display is blank (both HDMI and Component). There is a valid signal, my test monitors lock onto 1080p60 on HDMI and for Component, the signal seems valid as well (1080i). However, the image on both displays is blank/black.
Is there anything that needs to be configured for proper output? For instance, transparency on a video buffer overlay on top of the graphics plane, etc..
Thanks.