[beagleboard] Re: I2C device detection (Interfacing with kx022 magnetometer)

2018-05-28 Thread Graham
Well, until you can see it with i2cdetect, you don't have a chance of running software successfully. Are there any other I2C devices on the bus that you can see, so that you know the bus is working correctly? Where (which pins) is the bus connected? What value of pull-up resistors are you using?

[beagleboard] I2C device detection (Interfacing with kx022 magnetometer)

2018-05-28 Thread mamanechrist2
Good day, i'm having an issue with my beaglebone black. When I run the "i2cdetect -y -r 2", it shows the address map without detecting the device and if I run "i2cget -y 2 0x1e 0x0f b" I get an error: "Error: Read Failed" as shown in the following picture (https://photos.app.goo.gl/DYA4Pa7ySy

[beagleboard] Re: gdbserver

2018-05-28 Thread Matt Bradley
Actually, (with the help of ZMatt in the chatroom), I solved this problem last night. The problem was not with gdbserver (which was installed) but with gdb (which wasn't). Apparently, gdb is *not* installed by default (which I did not know). So I should have done the following: sudo apt-ge

[beagleboard] Re: gdbserver

2018-05-28 Thread Filippo Guerzoni
Hi, I found very useful the following tutorial: http://exploringbeaglebone.com/chapter7/ by Derek Molloy. Regards Filippo Il giorno lunedì 28 maggio 2018 13:31:50 UTC+2, Matt Bradley ha scritto: > > > Hello All, > > Thank you for taking the time to consider helping me. My goal is to write > C++

[beagleboard] Unable to connect BeagleBone Black on Linux Red hat.

2018-05-28 Thread vedant . desh145
I tried to run following commands in terminal to connect the Beaglebone black with my pc having red hat installed: $ ssh debian@192.168.7.2 Then I entered the password "temppwd" for username "debian" and following is the response for it. debian@192.168.7.2's password: Permission denied, please t

[beagleboard] Re: How to use PRU with Debian 9.2 and kernel 4.9.54-ti-r68 ?

2018-05-28 Thread andrew . chilcott
Hi, I'm in the same situation as you now. Were you able to find a solution as it's confusing me greatly, Thanks Andrew On Monday, October 23, 2017 at 12:55:34 PM UTC+1, simo zz wrote: > > Hello, > > I need to use the PRU unit on my Beaglebone Black Wireless with *Debian > 9.2* and kernel *4.9

[beagleboard] gdbserver

2018-05-28 Thread Matt Bradley
Hello All, Thank you for taking the time to consider helping me. My goal is to write C++ programs for the Beaglebone Black. I have been looking at a variety of ways, including Cloud9 and Eclipse (with cross compilers). But in the end, they all have one thing in common. I can't get any of t

[beagleboard] BeagleBone Green Wireless , Android Image

2018-05-28 Thread Cağrı Candan
Hello everyone, I am trying to upload android operating systems on my BeagleBone Green Wireless device, For doing so , try to images which can work with beaglebone Black however, I could manage to write any android image on my green wireless devie, My question is this is there any one who can s

[beagleboard] Qt5 QwtPlot3d Cross Compile

2018-05-28 Thread laksono budi
anyone ever use ploting x,y,z data in lcd via frambebuffer using qt5? i use qwtplot3d lib in PC host linux it worked when use example, but i have a problem when cross compile it for BBB :(