On Monday, May 12, 2014 at 12:48:37 PM UTC-5, john3909 wrote: > > > From: <[email protected] <javascript:>> > Reply-To: <[email protected] <javascript:>> > Date: Friday, May 9, 2014 at 2:33 PM > To: <[email protected] <javascript:>> > Subject: [beagleboard] Cannot Fully Disable HDMI device tree overla > > I have had some trouble disabling the HDMI dtc on my Rev A6A beaglebone > black. > > Thus far I have tried the following ( making small variations, such as > order etc.) > > > > #This was my first attempt > > #optargs=capemgr.enable_partno=BB-SPIDEV1,capemgr.disable_partno=BB-BONELT-HDMI,capemgr.disable_partno=BB-BONELT-HDMIN > > > ##This was nth, > optargs=quiet drm.debug=7 > capemgr.enable_partno=BB-SPIDEV1,capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN > > Remove the ā,ā between BB-SPIDEV1 and capemgr.disable_partno > > Iām not sure if this make a difference, but I would place the disable > before the enable. > > Regards, > John > > > *****Here are my results******** > root@arm:~# cat $SLOTS > 0: 54:PF--- > 1: 55:PF--- > 2: 56:PF--- > 3: 57:PF--- > 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G > 7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-SPIDEV1 > 9: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-BONELT-HDMIN > > > This issue that I believe I am having is that once I disable > BB-BONELT-HDMI, BB-BONELT-HDMIN is enabled by a background task. > > Any suggestions? I will be happy to provide more info. > > Thanks in advance to those who can help. > >
I am using Ubuntu 15.04 and the BB Debian image on my BBB is 2014-04-23. I have been trying for some days now to disable my HDMI and HDMIN overlays so that I can access my BB-SPIDEV1 with limited success. One command in particular (i.e. optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN) does indeed disable HDMI yet with that said it will not allow me to enable SPIDEV1. I have boldface highlighted the commands that were used as well as the o/p for presentation purposes. Any insight into resolving this problem would be helpful and much appreciated. Further note: I also tried optargs=capemgr.disable_partno=BB-BONELT-HDMI and all to no avail. *uEnv.txt* ##Disable HDMI #optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN #optargs=capemgr.disable_partno=BB-BONELT-HDMI *optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN* *optargs=capemgr.enable_partno=BB-SPIDEV1* #optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN dean@beaglebone:~$ cat $SLOTS 0: 54:PF--- 1: 55:PF--- 2: 56:PF--- 3: 57:PF--- *4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G* *6: ff:P-O-L Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN* *7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-SPIDEV1* -- 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.
