--
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 beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi William,
Thanks for writing back. I haven't resolved it, no.
I can't find any info about the proper device tree in the BBG documentation. Do you know where I could find one that includes the grove connector busses?
Ben
$ ls /lib/firmware/ | grep I2C
BB-I2C1-00A0.dtbo
BB-I2C1-PCA9685-00A0.dtbo
Looks like, at least for me, I have two I2C device tree overlays which I can load. One generic I2C, and another which is unfamiliar to me, but seems to be for a specific device.
My best guess is that I2C1 is brought out to the I2C connector, so enabling BB-I2C1-00A0.dtbo should work for you.
On Sun, Oct 18, 2015 at 2:43 PM, Ben Shapiro <ben.s...@colorado.edu> wrote:
Sadly, there does not seem to be a BBG-specific image.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/w1_2qFvZLqU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
debian@beaglebone:~$ dtc -v
Version: DTC 1.4.0-gf345d9e4
Then, Setup and compile dtbo's . . .
Kind of has me stuck . . . heh probably a bad idea for me to test downgrade dtc . . .@RobertBy the way Robert . . .
debian@beaglebone:~/bb.org-overlays$ ./dtc-overlay.sh
CLEAN (libfdt)
CLEAN (tests)
CLEAN
Already on 'master'
Already up-to-date.
fatal: reference is not a tree: f6dbc6ca9618391e4f30c415a0a09b7af35f7647
Kind of has me stuck . . . heh probably a bad idea for me to test downgrade dtc . . .@RobertBy the way Robert . . .
debian@beaglebone:~/bb.org-overlays$ ./dtc-overlay.sh
CLEAN (libfdt)
CLEAN (tests)
CLEAN
Already on 'master'
Already up-to-date.
fatal: reference is not a tree: f6dbc6ca9618391e4f30c415a0a09b7af35f7647
This is where my lack of git has me in a bind, But I suppose I could have just use rm -rf bb.org-overlays/ as a "cheap escape". Instead, I wound up starting over with a fresh image . . . was looking for an excuse anyhow.
--
On Oct 20, 2015, at 2:01 PM, Jason Kridner <jkri...@beagleboard.org> wrote:
On Mon, Oct 19, 2015 at 10:11 PM, Ben Shapiro <ben.s...@colorado.edu> wrote:
Ok... so I've banged my head about this more and, have made some progress.
THANK YOU for your help thus far.
Still, this are really broken. As an example, the instructions here to blink
an LED don't work. They don't crash, but nothing happens on the board when I
run them. Suggestions?
It is difficult to check your work using the GUI (ie., clicking the
right button). Can you get to the command prompt (right there in
Cloud9 IDE) and do the following and capture the entire terminal
session and paste here?
# cat yourfile.py
# python yourfile.py
On the bright side: Some grove devices now show up in i2cdetect. There are
others that don't. And I can't figure out how to get the non i2c port to
work as gpio (for example the LED example linked to above).
Are you doing 'i2cdetect -y 2’ ?
Depending on the kernel, you might be able to use 'config-pin’
Have any of you actually gotten a BBG working with common grove sensors? For
example, the Digital Temp and Humidity sensor (I have the "pro" and the
non-pro versions)? Some example code would be really helpful.
I have. The code shipped with the board worked for me. I'm in process
of pushing it into the bone101 code.
On the bright side: Some grove devices now show up in i2cdetect. There are
others that don't. And I can't figure out how to get the non i2c port to
work as gpio (for example the LED example linked to above).
Are you doing 'i2cdetect -y 2’ ?
Yes. The Grove RGB LCD shows up. And I can even issue commands to activate and change the backlight color. But I can’t get any text to appear.