Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display issues #10

Open
enrixp opened this issue Jul 13, 2020 · 3 comments
Open

Display issues #10

enrixp opened this issue Jul 13, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@enrixp
Copy link

enrixp commented Jul 13, 2020

  1. I have tested it on a Samsung tv HDMI is not recognising and signal is not stable .
    However on a hdmi capture card on my laptop the signal is fine .
  2. Is there a way to include the code on esp32 for default bitstream upload and web server as well so we don't have to use the jtag .
@smartperson
Copy link
Owner

I created #11 to track the bitstream question.

@smartperson
Copy link
Owner

I've seen some irregularity on Samsung TVs. One thing I found causes problems is if the Samsung TV is in "Game Mode" which probably depends on extremely reliable timing signals. We're pushing the frequency range of this board with 720p/1080p signals, as the TMDS clock is running at ~10x the system's internal pixel clock.

Right now the video output from this hardware actually uses DVI signals. We're kind of cheating because HDMI includes a DVI compatibility mode. Unsurprisingly, this mode can cause issues.

This might be the issue I use to track eventually incorporating a proper HDMI solution. It doesn't sit high on my backlog, but it's 100% a worthwhile project. https://hackaday.com/2020/06/02/an-open-source-hdmi-implementation-for-fpgas/

@enrixp
Copy link
Author

enrixp commented Jul 15, 2020

Yes that's what I was thinking as well . I try to use the proper hdmi code as well which requires a signal from the camera port rpi camera and it works fine .
Regarding the esp32 yesterday I uploaded the bitstream on the piffs and it works fine without men card and jtag

@smartperson smartperson added the bug Something isn't working label Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants