BBB No video over HDMI

I have a strange problem here.
First I am complete Linux noob, so bear with me.

Got BBB, updated to latest version ( cat /etc/dogtag reads "Cloud9 GNOME Image 2013.06.20 ).
Upon powerup there is Beagleboeo logo displayed. The board continues to boot, logo disappears. Board boots fine, I can ssh to it
However, no prompt is shown on the monitor.

I know that monitor is fine, because when I boot board to Ubuntu or Debian there is a prompt display on the same monitor, same cable, etc… Does it mean that the latest distribution disables monitor output?

Below is results of edid parse:

root@beaglebone:~# cd /sys/class/drm/card0/card0-HDMI-A-1/
root@beaglebone:/sys/class/drm/card0/card0-HDMI-A-1# parse-edid edid
parse-edid: parse-edid version 2.0.0
parse-edid: EDID checksum passed.

EDID version 1 revision 3

Section “Monitor”

Block type: 2:0 3:fd

Block type: 2:0 3:fc

Identifier “X203H”
VendorName “ACR”
ModelName “X203H”

Block type: 2:0 3:fd

HorizSync 30-80
VertRefresh 55-75

Max dot clock (video bandwidth) 160 MHz

Block type: 2:0 3:fc

Block type: 2:0 3:ff

DPMS capabilities: Active off:yes Suspend:no Standby:no

Mode “1600x900” # vfreq 59.946Hz, hfreq 55.990kHz
DotClock 118.250000
HTimings 1600 1688 1856 2112
VTimings 900 903 908 934
Flags “+HSync” “-VSync”
EndMode

Block type: 2:0 3:fd

Block type: 2:0 3:fc

Block type: 2:0 3:ff

EndSection
root@beaglebone:/sys/class/drm/card0/card0-HDMI-A-1#

Thank you

You can try and see if any of the other settings may work. You are not likely to have very many, based on audio support, but you could try some of the other ones.

http://circuitco.com/support/index.php?title=BeagleBoneBlack_HDMI#Forcing_A_Resolution

Gerald

Gerald,

I tried getting my new Beaglebone Black working with a small 7 inch display purchased from Adafruit.

Because it didn’t work I went into debug mode for quite some time. Please see my Adafruit forum post: http://forums.adafruit.com/viewtopic.php?f=49&t=41690
In testing the BBB worked fine with a Sony Bravia KLD-46EX521 TV with the stock Angstrom image (kernel 3.2.13).

It’s pretty clear to me that the HDMI circuity is sound, we need more software support!

If the EDID information doesn’t read back from the device for whatever reason, or there’s some error/bug in the EDID exchange, there needs to be a way to set a static resolution on the BBB that doesn’t get bombed on by a failing part of the “EDID/DRM subsystem.”

Above you had mentioned you guys are working on making this route an option - possibly via the uEnv.txt file? Please update us on the progress of this.

Thanks,

~Andy

Gerald,

Also, I followed this exactly as you suggested and it didn’t work…http://circuitco.com/support/index.php?title=BeagleBoneBlack_HDMI#Forcing_A_Resolution
Any other ideas? Can it be forced from the uEnv.txt file?

Thanks for your time,

~Andy

I have no such update. I have no indication that any work is being done on this. There is a way with a serial port to change it, but there are limitations.

http://circuitco.com/support/index.php?title=BeagleBoneBlack_HDMI#Forcing_A_Resolution

You can set the resolution via uENV.txt file and it works great, at boot up. The DRM driver it appears does not even know the uENV.txt file exists. The issue seems to be the DRM driver.

Gerald

It cannot be forced for the uENV.txt file. If you read the WIKI you would see that it says that only works on boot up. That is what I said in my previous response as well.

Until the SW folks get this fixed, there isn’t anything I can do to force a resolution.

Gerald