Hello Robert, Thank you very much indeed! Here is what I got after doing all the steps you specified:
root@beaglebone:/root 3472> dmesg | grep bone [ 3.843342] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,00C0,3615BBBK2041' [ 3.843377] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4 [ 3.882672] bone_capemgr bone_capemgr: slot #0: 'BeagleBone WEATHER CAPE,00B0,Beagleboardtoys,BB-BONE-WTHR-01' [ 3.938334] bone_capemgr bone_capemgr: slot #1: No cape found [ 3.998316] bone_capemgr bone_capemgr: slot #2: No cape found [ 4.058328] bone_capemgr bone_capemgr: slot #3: No cape found [ 4.064418] bone_capemgr bone_capemgr: initialized OK. [ 4.075812] bone_capemgr bone_capemgr: slot #0: dtbo 'BB-BONE-WTHR-01-00B0.dtbo' loaded; overlay id #0 [ 13.248957] LUN: removable file: /var/cache/doc-beaglebone-getting-started/beaglebone-getting-started-2015-12-04.img [ 106.285218] bone_capemgr bone_capemgr: part_number 'BB-BONE-WTHR-01', version '00B0' [ 106.285306] bone_capemgr bone_capemgr: slot #4: override [ 106.285355] bone_capemgr bone_capemgr: Using override eeprom data at slot 4 [ 106.285408] bone_capemgr bone_capemgr: slot #4: 'Override Board Name,00B0,Override Manuf,BB-BONE-WTHR-01' [ 106.425088] bone_capemgr bone_capemgr: slot #4: dtbo 'BB-BONE-WTHR-01-00B0.dtbo' loaded; overlay id #1 root@beaglebone:/root 3473> Alex On Wednesday, January 20, 2016 at 2:32:59 PM UTC-5, RobertCNelson wrote: > > On Wed, Jan 20, 2016 at 1:21 PM, Alexander Cerna <[email protected] > <javascript:>> wrote: > > Hello BBB Community! > > > > I am new to the BeagleBone Black and embedded Linux, although I am a > > seasoned C++ programmer and am generally proficient in Unix (POSIX or > not) > > and its shells. However, I know next to nothing about electronics, so > > hardware is my weak point. Having said that, here is my situation: > > > > o I recently bought a (1) BeagleBone Black revision C, and a (2) > Weather > > Cape revision B. > > o I'm powering the BBB through the 5 V power connection. > > o I'm using an Ethernet cable to ssh to it. > > o I am running Debian Jessie on it (12/27 build). > > o I can see the weather cape when I catenate the cape manager slots. > > o I am now trying to read the weather cape sensor readings using the > sample > > shell code snippet at > > > > http://elinux.org/CircuitCo:BeagleBone_Weather#Getting_Started > > I just pushed this.. > > > https://github.com/beagleboard/bb.org-overlays/compare/9a2cf3a26a...34e9ddd346 > > > please test via: > > git clone https://github.com/beagleboard/bb.org-overlays > cd ./bb.org-overlays > ./dtc-overlay.sh > ./install.sh > > After a reboot, it should load via: > > sudo sh -c "echo 'BB-BONE-WTHR-01:00B0' > > /sys/devices/platform/bone_capemgr/slots" > > please give us "dmesg | grep bone" afterwards for debugging. ;) > > > 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.
