On the Beaglebone Black, what is the required pin-muxing to configure the on-board LCD to output through the micro HDMI port? I'm running bare-metal and there doesn't seem to be any example code in Starterware to do this.
Thanks in advance!
Dean
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
On the Beaglebone Black, what is the required pin-muxing to configure the on-board LCD to output through the micro HDMI port? I'm running bare-metal and there doesn't seem to be any example code in Starterware to do this.
Thanks in advance!
Dean
Dean,
You can take a look at our linux pinmuxing to see the exact setup. The BeagleBone Black device tree file has what you need.
Also, you can take a look at our Linux SDK LCD Controller page for lots of other information that might be useful to you.
Regards,
Josh
Josh:
Thanks for that info! I'll work my bare-metal code from that angle because the Linux pinmuxing works properly for the microHDMI output.
Dean