On Wed, Jan 20, 2016 at 1:21 PM, Alexander Cerna <[email protected]> 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.
