Issue was resolved, I failed to define an array of control pins in my overlay and as a result I was seeing the following error message: [ 4.043248] of_resolve_phandles: Could not find symbol 'i2c1_pins' I didn't see this error message since I was using 'dmesg | grep bone' to narrow the search field.
Thanks for the help Robert. On Wednesday, December 16, 2015 at 10:22:58 AM UTC-5, RobertCNelson wrote: > > On Wed, Dec 16, 2015 at 9:18 AM, Bruce Glazier <[email protected] > <javascript:>> wrote: > > I did a dmesg | grep bone and I gave you the only relevant error > messages > > but here is the entire result: > > > > [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 > > bone_cap > > emgr.disable_partno=BB-BONELT-HDMI bone_capemgr.enable_partno=EARS-NST > > root=/dev > > /mmcblk0p2 rootfstype=ext4 rootwait coherent_pool=1M quiet > > [ 3.801573] bone_capemgr bone_capemgr: Baseboard: > > 'A335BNLT,00C0,2315BBBK28A8 > > ' > > [ 3.801614] bone_capemgr bone_capemgr: > > compatible-baseboard=ti,beaglebone-bla > > ck - #slots=4 > > [ 3.842926] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' > at > > slot 0 > > [ 3.850178] bone_capemgr bone_capemgr: slot #0: No cape found > > [ 3.908696] bone_capemgr bone_capemgr: slot #1: No cape found > > [ 3.968691] bone_capemgr bone_capemgr: slot #2: No cape found > > [ 4.028692] bone_capemgr bone_capemgr: slot #3: No cape found > > [ 4.034505] bone_capemgr bone_capemgr: enabled_partno PARTNO > 'EARS-NST' > > VER ' > > N/A' PR '0' > > [ 4.034519] bone_capemgr bone_capemgr: slot #4: override > > [ 4.034534] bone_capemgr bone_capemgr: Using override eeprom data at > slot > > 4 > > [ 4.034550] bone_capemgr bone_capemgr: slot #4: 'Override Board > > Name,00A0,Ove > > rride Manuf,EARS-NST' > > [ 4.034950] bone_capemgr bone_capemgr: initialized OK. > > [ 5.048949] bone_capemgr bone_capemgr: loader: failed to load slot-4 > > EARS-NST > > :00A0 (prio 0) > > > > I'm wondering if I can get specifics on why it failed to load. > > I'm willing to go threw any measures (no matter how daunting) to have > that > > capability but I do need a little guidance. > > Okay, usually you should see a pin-conflict. But this looks like maybe > the wrong dtc compiler.. > > which version? (we usually install it to /usr/local/bin/dtc as the > 3.8-dtc is in bin) > > /usr/local/bin/dtc --version > > https://github.com/beagleboard/bb.org-overlays > > 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.
