[beagleboard] BBB HDMI initialization (bare metal)

2016-01-22 Thread Travis Estep
This is a topic that has been lacking resources for quite a while. The manufacturer of the chip does not have a full data sheet with all commands listed available to the public. However, if you look at the Linux driver, you can get everything you need. I have a bare metal driver that I wrote

[beagleboard] BBB HDMI initialization (bare metal)

2016-01-21 Thread Viktor From RU
I study BBB (bare metal) and learned how to initialize many of the functional blocks on the AM3358. But to initialize the HDMI still does not work.. Can you help me to find code examples for the initialization of the HDMI on BBB? I tried to find the GEL file or the examples in C, but so far

Re: [beagleboard] BBB HDMI initialization (bare metal)

2016-01-21 Thread Gerald Coley
I suggest you look at the Linux driver to determine the needed setup of the framer. Gerald On Thu, Jan 21, 2016 at 7:31 AM, Viktor From RU wrote: > I study BBB (bare metal) and learned how to initialize many of the > functional blocks on the AM3358. But to initialize