HW: BeagleBoneBlack
OS: Debian Jessie
Kernel: 4.4.30-ti-r64
U-Boot:
U-Boot 2016.11-rc3-00002-g73df7f7 (Nov 04 2016 - 15:20:36 -0500)
arm-linux-gnueabihf-gcc (Linaro GCC 6.1-2016.08) 6.1.1 20160711
GNU ld (Linaro_Binutils-2016.08) 2.27.0.20160829
I've used a UBoot script to do some bit banging to output to an LCD display successfully, but is it possible to actually load an image to an HDMI display via UBoot? Looking around I can't find any good examples of something like this with the Am335x and TDA19988 that the BBB uses, how it is accomplished, or if it's even possible. I have no issue pulling and building from source.
Any assistance is greatly appreciated!