On 9/16/2014 5:43 PM, Sungjin Chun wrote: > Maybe somewhat off topic, however I cannot help but to ask this; > > "How can we disable HDMI in kernel version >= 3.14?" where we do not > have capemgr?
Load a different device tree. There's probably an easier way (there are several available device trees already installed), but I would: cd /opt/source/dtb-3.14-ti vi src/arm/am335x-boneblack.dts <comment line 62, which loads "am335x-boneblack-nxp-hdmi-audio.dtsi"> make sudo make install sudo reboot -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
