Jump to content
  • 0

Zybo HDMI output help


shurunxuan

Question

Hello everyone, I'm new to Zybo board and I have a question about it's HDMI port. Is Zybo's HDMI port capable of 3840x2160 video signal output at either 30fps or 60fps? If so, how should I modify the HDMI TX demo?

I tried to add timing parameters for 3840x2160@30fps like this:

static const VideoMode VMODE_3840x2160a30 = {
	.label = "3840x2160@30Hz",
	.width = 3840,
	.height = 2160,
	.hps = 4016,
	.hpe = 4104,
	.hmax = 4400,
	.hpol = 1,
	.vps = 2168,
	.vpe = 2178,
	.vmax = 2250,
	.vpol = 1,
	.freq = 297
};

But I always get 240MHz pixel clock frequency when the program runs, which results in "no signal" on my monitor. I guess this requires a change in the block diagram, but I need help on it. Thanks!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...