Got it. Thanks! I installed 3.14.19-ti-r22. On reboot, it did not initialize the 4DCAPE-43 I modified the /boot/uEnv.txt to use am335x-boneblack-4dcape-43t.dtb. It still does not use the LCD cape, but I can ssh into the board. Is there something I need to build to create the dtb file? Reading the link above it sounds like it is baked into the kernel.
My uEnv.txt looks like: #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 uname_r=3.14.19-ti-r22 dtb=am335x-boneblack-4dcape-43t.dtb cmdline=quiet init=/lib/systemd/systemd ##Example #cape_disable=capemgr.disable_partno= #cape_enable=capemgr.enable_partno= ##Disable HDMI/eMMC #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G ##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 -- 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.
