Hey guys, Thanks for the input. I think my major disconnect was the fact that when I was looking at the slots I didnt notice the O vs the L :)
So apparently it was not loaded. Sorry guys. Still learning the BeagleBone. This list has been very very helpful. Riley On Fri, Dec 18, 2015 at 1:40 AM, John Syne <[email protected]> wrote: > As Robert described, your uEnv.txt should look like this: > > — > > *uname_r=3.8.13-bone79* > *#uuid=* > *#dtb=* > > *##BeagleBone Black/Green dtb's for v4.1.x (BeagleBone White just works..)* > > *##BeagleBone Black: HDMI (Audio/Video) disabled:* > *#dtb=am335x-boneblack-emmc-overlay.dtb* > > *##BeagleBone Black: eMMC disabled:* > *#dtb=am335x-boneblack-hdmi-overlay.dtb* > > *##BeagleBone Black: HDMI Audio/eMMC disabled:* > *#dtb=am335x-boneblack-nhdmi-overlay.dtb* > > *##BeagleBone Black: HDMI (Audio/Video)/eMMC disabled:* > *#dtb=am335x-boneblack-overlay.dtb* > > *##BeagleBone Black: wl1835* > *#dtb=am335x-boneblack-wl1835mod.dtb* > > *##BeagleBone Black: replicape* > *#dtb=am335x-boneblack-replicape.dtb* > > *##BeagleBone Green: eMMC disabled* > *#dtb=am335x-bonegreen-overlay.dtb* > > > *#In the event of edid real failures, uncomment this next line:* > *#cmdline=coherent_pool=1M quiet init=/lib/systemd/systemd > cape_universal=enable video=HDMI-A-1:1024x768@60e* > > *##Example v3.8.x* > *#cape_disable=capemgr.disable_partno=* > *#cape_enable=capemgr.enable_partno=* > > *##Example v4.1.x* > *#cape_disable=bone_capemgr.disable_partno=* > *#cape_enable=bone_capemgr.enable_partno=* > > *##Disable HDMI/eMMC (v3.8.x)* > > *cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G* > > *##Disable HDMI (v3.8.x)* > *#cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN* > > *##Disable eMMC (v3.8.x)* > *#cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G* > > *##Audio Cape (needs HDMI Audio disabled) (v3.8.x)* > *#cape_disable=capemgr.disable_partno=BB-BONELT-HDMI* > *#cape_enable=capemgr.enable_partno=BB-BONE-AUDI-02* > > > *##enable Generic eMMC Flasher:* > *##make sure, these tools are installed: dosfstools rsync* > *#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh* > > *cmdline=coherent_pool=1M quiet init=/lib/systemd/systemd > cape_universal=enable* > > *—* > > *BTW, if you don’t need cape_universal, the last line should be:* > > *cmdline=coherent_pool=1M quiet init=/lib/systemd/systemd* > > *Regards,* > *John* > > > On Dec 17, 2015, at 9:08 PM, Riley Porter <[email protected]> wrote: > > Hey guys I have edited my uEnv.txt and uncommented the disable hdmi and > emmc but a reboot does nothing? > > This is my kernel version: > > *Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l > GNU/Linux* > > This is my /boot/uEnv.txt file: > > *Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 > <http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0>* > > *uname_r=3.8.13-bone79* > *#uuid=* > *#dtb=* > > *##BeagleBone Black/Green dtb's for v4.1.x (BeagleBone White just works..)* > > *##BeagleBone Black: HDMI (Audio/Video) disabled:* > *dtb=am335x-boneblack-emmc-overlay.dtb* > > *##BeagleBone Black: eMMC disabled:* > *dtb=am335x-boneblack-hdmi-overlay.dtb* > > *##BeagleBone Black: HDMI Audio/eMMC disabled:* > *dtb=am335x-boneblack-nhdmi-overlay.dtb* > > *##BeagleBone Black: HDMI (Audio/Video)/eMMC disabled:* > *dtb=am335x-boneblack-overlay.dtb* > > *##BeagleBone Black: wl1835* > *#dtb=am335x-boneblack-wl1835mod.dtb* > > *##BeagleBone Black: replicape* > *#dtb=am335x-boneblack-replicape.dtb* > > *##BeagleBone Green: eMMC disabled* > *dtb=am335x-bonegreen-overlay.dtb* > > > *#In the event of edid real failures, uncomment this next line:* > *#cmdline=coherent_pool=1M quiet init=/lib/systemd/systemd > cape_universal=enable video=HDMI-A-1:1024x768@60e* > > *##Example v3.8.x* > *#cape_disable=capemgr.disable_partno=* > *#cape_enable=capemgr.enable_partno=* > > *##Example v4.1.x* > *#cape_disable=bone_capemgr.disable_partno=* > *#cape_enable=bone_capemgr.enable_partno=* > > *##Disable HDMI/eMMC (v3.8.x)* > > *cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G* > > *##Disable HDMI (v3.8.x)* > *cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN* > > *##Disable eMMC (v3.8.x)* > *cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G* > > *##Audio Cape (needs HDMI Audio disabled) (v3.8.x)* > *cape_disable=capemgr.disable_partno=BB-BONELT-HDMI* > *#cape_enable=capemgr.enable_partno=BB-BONE-AUDI-02* > > > *##enable Generic eMMC Flasher:* > *##make sure, these tools are installed: dosfstools rsync* > *#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh* > > *cmdline=coherent_pool=1M quiet init=/lib/systemd/systemd > cape_universal=enable* > > As you can see I pretty much disabled everything but when I: > > root@beaglebone:~# cat /sys/devices/bone_capemgr.9/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 > 5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI > 6: ff:P-O-L Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN > > Everything is still applied? What am I missing here? > > Thanks, > > Riley > > > -- > 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. > > > -- > 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. > -- 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.
