I’m getting going with LinuxCNC Machinekit on BBB but my first hiccup is that I can’t get HDMI hardware enabled. I have an HDMI-DVI cable and for whatever reason the hardware has to be told to turn on. With Angstrom I pass “video=HDMI-A-1:e” on optargs in uEnv.txt but default Debian in Machinekit doesn’t do it.
is there something I can do to force it on/enabled from the command line? I’ve tried shelling in with ssh -X then doing xrandr :0.0 --output HDMI1 --auto but it didn’t work.
I’m checking /sys/class/drm/card0-HDMI-A-1/enabled and when booting Angstrom without a display connected it states “enabled” as it should. Booting Machinekit it states “disabled”.
I had looked at it and overlooked what was the problem but you asking and my copy/paste made me realize I’d cat’ed it onto the capemgr.disable… mesg with a comma instead of separating it. It now works. Thanks for slap in the back of the head.
HI Doug
I’m running into the same problem here using beagleboard black running ubuntu-dsktop on a sd card the /sys/class/drm/card0-HDMI-A-1/enabled shows disabled
cat /proc/cmdline shows this
console=ttyO0,115200n8 video capemgr=capemgr.enable_partno=BB-BONELT-HDMI root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
Thanks for the quick reply doug
i tried
mmcpart=2
optargs=fixrtc video=HDMI-A-1:e
uenvcmd=i2c mw 0x24 1 0x3e; kd=0; if test $mmcdev -eq 1; then mmc dev 0; if mmc$
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${bootdir}/dtbs/${fdtfile}
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootdir}/${bootfile}
and some other things still not working any other suggestions or did i did it wrong? thanks a lot
Best
jason
I tried
mmcpart=2
optargs=fixrtc video=HDMI-A-1:e capemgr.enable_partno=BB-BONELT-HDMI #importent change the line above
uenvcmd=i2c mw 0x24 1 0x3e; kd=0; if test $mmcdev -eq 1; then mmc dev 0; if mmc$
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${bootdir}/dtbs/${fdtfile}
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootdir}/${bootfile}