On Tue, Jun 30, 2015 at 5:28 PM, Ross Morrison <[email protected]> wrote: > Yea, I had caught that mistake on the cape_enable line. That is taken care > of. > > Here is the complete /boot/uEnv.txt. > > ======================= > > root@bbb-blackbox:~# cat /boot/uEnv.txt > #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 > > uname_r=4.1.0-bone9 > #dtb= > > ##BeagleBone Black dtb's for v4.1.x (BeagleBone White just works..) > > ##HDMI/eMMC disabled: > #dtb=am335x-boneblack-overlay.dtb > > ##cape-universal > #dtb=am335x-boneblack-universal.dtb > > ##wl1835 > #dtb=am335x-boneblack-wl1835mod.dtb > > ##replicape > #dtb=am335x-boneblack-replicape.dtb > cmdline=coherent_pool=1M quiet > > #In the event of edid real failures, uncomment this next line: > #cmdline=coherent_pool=1M quiet 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 > cape_disable=bone_capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G
Disable this line ^ as "BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G" is NOT enabled in v4.1.x, if you want hdmi/eMMC disabled use dtb=am335x-boneblack-overlay.dtb > cape_enable=bone_capemgr.enable_partno=BB-UART4 > > ##Disable HDMI > #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN > > ##Disable eMMC > #cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G > > ##Audio Cape (needs HDMI Audio disabled) > #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI > #cape_enable=capemgr.enable_partno=BB-BONE-AUDI-02 > > > ##enable BBB: eMMC Flasher: > ##make sure, these tools are installed: dosfstools rsync > #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh > > root@bbb-blackbox:~# > ======================= > > here are some greps from dmesg > > =========================== > root@bbb-blackbox:~# dmesg | grep UART > [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 > bone_capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G > bone_capemgr.enable_partno=BB-UART4 root=/dev/mmcblk0p1 rootfstype=ext4 > rootwait fixrtc coherent_pool=1M quiet > [ 3.054227] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 154, > base_baud = 3000000) is a OMAP UART0 > [ 3.468496] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-UART4' > VER 'N/A' PR '0' > [ 3.468534] bone_capemgr bone_capemgr: slot #4: 'Override Board > Name,00A0,Override Manuf,BB-UART4' > [ 4.472472] bone_capemgr bone_capemgr: loader: failed to load slot-4 > BB-UART4:00A0 (prio 0) > root@bbb-blackbox:~# > > root@bbb-blackbox:~# dmesg | grep cape > [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 > bone_capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G > bone_capemgr.enable_partno=BB-UART4 root=/dev/mmcblk0p1 rootfstype=ext4 > rootwait fixrtc coherent_pool=1M quiet > [ 3.222538] bone_capemgr bone_capemgr: Baseboard: > 'A335BNLT,00C0,3214BBBK1283' > [ 3.222565] bone_capemgr bone_capemgr: > compatible-baseboard=ti,beaglebone-black - #slots=4 > [ 3.282380] bone_capemgr bone_capemgr: slot #0: No cape found > [ 3.342488] bone_capemgr bone_capemgr: slot #1: No cape found > [ 3.402388] bone_capemgr bone_capemgr: slot #2: No cape found > [ 3.462435] bone_capemgr bone_capemgr: slot #3: No cape found > [ 3.468496] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-UART4' > VER 'N/A' PR '0' > [ 3.468507] bone_capemgr bone_capemgr: slot #4: override > [ 3.468520] bone_capemgr bone_capemgr: Using override eeprom data at slot > 4 > [ 3.468534] bone_capemgr bone_capemgr: slot #4: 'Override Board > Name,00A0,Override Manuf,BB-UART4' > [ 3.468779] bone_capemgr bone_capemgr: initialized OK. > [ 4.472472] bone_capemgr bone_capemgr: loader: failed to load slot-4 > BB-UART4:00A0 (prio 0) > root@bbb-blackbox:~# > > root@bbb-blackbox:~# dmesg | grep uart > [ 3.054068] omap_uart 44e09000.serial: no wakeirq for uart0 > root@bbb-blackbox:~# > > =========================== > > This was the console image > > microSD/Standalone: (console) (BeagleBone/BeagleBone Black) > > wgethttps://rcn-ee.com/rootfs/bb.org/testing/2015-06-29/console/bone-debian-8.1-console-armhf-2015-06-29-2gb.img.xz > md5sum: 34d877d57c57ff1d6bc27685ea88b42f ah "console" lead with that next time.. Only the lxqt images have "everything" ready to go.. sudo apt-get update ; sudo apt-get install git-core git clone https://github.com/beagleboard/bb.org-overlays cd bb.org-overlays ./dtc-overlay.sh ./install.sh sudo reboot Regards, -- Robert Nelson https://rcn-ee.com/ -- 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.
