On Wed, Apr 26, 2017 at 9:50 AM, Rasmus Olesen <[email protected]> wrote: > I don't know how to retrieve the text from the terminal but here goes... > > [0.000000] Kernel command line: console=ttyO0,115200n8 > bone_capemgr.uboot_capemgr_enabled=1 root=UUID=1be96781-5260-4113-96e > 3-7c97f1fde997 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 > quiet cape_universial=enable > [2.469004] bone_capemgr bone_capemgr: Baseboard: > 'A335BNLT,000C,1631BBBG0959' > [2.469040] bone_capemgr bone_capemgr: > compatible-baseboard=ti,beaglebone-black - #slots=4 > [2.469075] bone_capemgr bone_capemgr: slot #0: auto loading handled by > U-Boot > [2.469098] bone_capemgr bone_capemgr: slot #1: auto loading handled by > U-Boot > [2.469141] bone_capemgr bone_capemgr: slot #2: auto loading handled by > U-Boot > [2.469169] bone_capemgr bone_capemgr: slot #3: auto loading handled by > U-Boot > [2.469172] bone_capemgr bone_capemgr: initialized OK. > > I think I would have expected to see something actualy loaded here..? > > It is the only cape I have connected to my BBB.
Ah, the image your running has u-boot handling it, since you loose physical access with the serial plugged in, that makes debugging fun. In /boot/uEnv.txt Change: enable_uboot_overlays=1 -> #enable_uboot_overlays=1 and force: dtb=am335x-boneblack-emmc-overlay.dtb Then reboot again, and run dmesg | grep bone 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhfgY8UyGUuHmMde8oEdP%3DCq-8HBMcbT4ZhOm_zdzQYiw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
