Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread robert.berger
Hi On Thursday, June 5, 2014 9:35:03 AM UTC+3, Simon Platten wrote: Having thought about what is happening over night...I still don't understand why Remote debugging from host is 192.168.1.100 ??? I run Ubuntu 14.04 in Virtualbox on my Windows 7 x64 development system. The I/P addresses

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread Simon Platten
I must admit I haven't but I will try tonight. Sent from my iPhone On 5 Jun 2014, at 08:09, robert.berger robert.karl.ber...@gmail.com wrote: Hi On Thursday, June 5, 2014 9:35:03 AM UTC+3, Simon Platten wrote: Having thought about what is happening over night...I still don't understand

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread Jon
Your virtualbox network is likely just using NAT, so to the BBB it will appear that the traffic is coming from the host computer. Agreeing with what Robert already said, I would start from the command line tools (gdb gdbserver) and work up. Regards, Jon On Thursday, 5 June 2014 07:35:03

Re: [beagleboard] Apply a patch to 3.8.13-bone47 and recompile kernel

2014-06-05 Thread Tristan Phillips
Hooray I managed to take a flasher SD card, mount it on a Linux box and apply the patched kernel using tools/install_kernel.sh The flasher then successfully writes to the target BBB internal SD :) Robert, did you recommend working on a non flashing image to allow more customisation, in

[beagleboard] Network addressing

2014-06-05 Thread Michael Coulton
Hello I've flashed the eMMc with Angstrom but have booted off the SD card running Debian. I keep getting assigned the DHCP address of .23 instead of the static address of .15 that I've assigned in /etc/network/interfaces. What am I missing? auto lo auto eth0 iface eth0 inet static address

[beagleboard] Communication between Beagleboard-xm and LM3S8962

2014-06-05 Thread thaingoc293
Hi all. I'm doing a project with Beagleboard-xm and I want to send data from BBXM to LM3S8962 board via I2C interface. I use TCA9406 http://www.ti.com/product/tca9406 as Voltage-Level translator. When I use i2cset 1 60 0 80 command (i2c-1 bus, LM3S8962's address is 0x3c, data address 0x0a,

[beagleboard] Re: running Programs off SDcard, in Debian

2014-06-05 Thread dancatalan415
problem solved! sdcard was FAT format reformat to ext3 thanks everyone On Tuesday, June 3, 2014 10:48:45 PM UTC-7, dancat...@gmail.com wrote: hello, i have a beaglebone black with debian installed on the eMMC and i would like to write and run programs off the sdcard. but when i try to

Re: [beagleboard] How to install a custom PRU

2014-06-05 Thread bo . hammil
Yes, I wrote my question incorrectly. I am new to beaglebone. I think you got what I was looking for. I give it a try. Thanks for the reply. Bo On Tuesday, June 3, 2014 2:12:54 PM UTC-7, Sungjin Chun wrote: Ah, and here is my code you can refer ;-)

[beagleboard] Android Beaglebone black GPIO APK not functioning

2014-06-05 Thread reubeninbminor3
Hi Everybody, We have with us a BeagleBone Black rev B. We have TI's pre-built JB 4.2.2 image running on it. We also have CCSv5 installed on our Ubuntu laptop, and are able to connect and load sample applications on the Bone, using SDK as well as NDK. For some reason, NDK(or JNI apps) aren't

Re: [beagleboard] Using GPIO's as SPI

2014-06-05 Thread swapnesh . j
Thanks Guy Grotke... could you help me out with resources I can use to implement bit-banging... Also I have not worked on PRU's, will try reading up and get back to you... btw I dont think the MUXing will work, because I want all data to be collected simultaneously (at run-time)... On

Re: [beagleboard] Re: Client-side file sharing (nfs/samba/cifs/sshfs) on Angstrom?

2014-06-05 Thread A Rahim Ansari
Dear Hogg, i m new , pls provide me steps how u have mounted windows network drives on Angstrom...i m trying but dont know what i m missing to do.. On Wed, Jun 4, 2014 at 7:59 PM, Wolfgang Hokenmaier hog...@gmx.net wrote: It got samba to work on Angstrom but I later switched to debian for

Re: [beagleboard] Using GPIO's as SPI

2014-06-05 Thread swapnesh . j
Hey William... I do know that the Chip Select line can be used to toggle between different SPI units... But I need data to be collected simultaneously from multiple sensors... As of now I have 32 sensors - I have clubbed them into groups of 4 and so I have 8 sets of SPI units that I want to

Re: [beagleboard] Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-06-05 Thread Eric
Just found this thread, adding my 2cents. We are using kernel 3.8.13-bone30. We have seen many cases of ethernet issues, usually that the ethernet port does not come up at all (no lights). I would say it happens one out of every 20 boots. We are using a cape, but just to extend i/o and

Re: [beagleboard] Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-06-05 Thread Robert Nelson
On Wed, Jun 4, 2014 at 4:20 PM, Eric ericpospi...@gmail.com wrote: Just found this thread, adding my 2cents. We are using kernel 3.8.13-bone30. We have seen many cases of ethernet issues, usually that the ethernet port does not come up at all (no lights). I would say it happens one out of

Re: [beagleboard] Do as Raspberry - Make a Beaglebone Black - Compute Module !? - Why not

2014-06-05 Thread CEinTX
John, You definitely make some good points, however... I don't really feel I missed the mark completely. So when you say 'developer', do you mean hobbyist or product developer. If you mean hobbyist, I understand your comments completely. If not, that's a totally different situation entirely. If

Re: [beagleboard] Apply a patch to 3.8.13-bone47 and recompile kernel

2014-06-05 Thread William Hermans
http://eewiki.net/display/linuxonarm/BeagleBone+Black On Thu, Jun 5, 2014 at 3:39 AM, Tristan Phillips tris.phill...@gmail.com wrote: Hooray I managed to take a flasher SD card, mount it on a Linux box and apply the patched kernel using tools/install_kernel.sh The flasher then

Re: [beagleboard] Using GPIO's as SPI

2014-06-05 Thread William Hermans
Sounds like fun. Good luck :) On Wed, Jun 4, 2014 at 2:17 PM, swapnes...@gmail.com wrote: Hey William... I do know that the Chip Select line can be used to toggle between different SPI units... But I need data to be collected simultaneously from multiple sensors... As of now I have 32

[beagleboard] Reg BBB

2014-06-05 Thread gunapalli venkata sai kiran
hello world, Its great to find a place out of the many sites to let my queries get solved regarding the beaglebone black...Iam completely new to the world of BBB. Can any one brief a few things regarding the BBB?here are various things i knew and i need some details in depth. - The bbb has a

[beagleboard] I2C pull-ups while BBB is powered off

2014-06-05 Thread franciscoaguerre
Hi everyone, I'm trying to interface a RTC with my BBB using the I2C bus. The reference manual states that none of the pins in the expansion connectors should be driven while the system is not powered on. I have isolated other inputs using tristate buffers and the SYS_RESETn, but the I2C

Re: [beagleboard] Rotate screen to portrait on QT (LCD 4D 7')

2014-06-05 Thread Andersan Xiley
Hi, Could you point me where should I modify the compilation to build for X11? I am using this tutorial: http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/ Is it a flag on ./configure? Best regards Em quarta-feira, 4 de junho de 2014 03h47min10s UTC-3, lisarden escreveu: it

[beagleboard] Reading an Analog input from a web page ?

2014-06-05 Thread William Pretty Security
Hello group; I am wondering if is possible to read an analog input on the BBB at the press of a button on a web page. I already have code that uses node.js and socket.io to turn on an LED in response to a button push. But I want to Read an input and display the result. Does anyone know

Re: [beagleboard] Can't make pwm work on cape-universal

2014-06-05 Thread maxmike
No need to modify cape-universal. Since I'm on the clock what I'll do is remove the pwm pins I need from cape-universal .dts and recompile; then load the perfectly good, existing /lib/firmware entries for pwm. I assume the published cape-universal .dts is in fact valid:

Re: [beagleboard] Can't make pwm work on cape-universal

2014-06-05 Thread Charles Steinkuehler
On 6/5/2014 11:52 AM, maxmike wrote: No need to modify cape-universal. Since I'm on the clock what I'll do is remove the pwm pins I need from cape-universal .dts and recompile; then load the perfectly good, existing /lib/firmware entries for pwm. That will work, of course, but the whole

Re: [beagleboard] I2C pull-ups while BBB is powered off

2014-06-05 Thread Charles Steinkuehler
On 6/5/2014 10:47 AM, franciscoague...@gmail.com wrote: Hi everyone, I'm trying to interface a RTC with my BBB using the I2C bus. The reference manual states that none of the pins in the expansion connectors should be driven while the system is not powered on. I have isolated other inputs

Re: [beagleboard] problem with connecting Beaglebone to the computer

2014-06-05 Thread Babak akbari
My pc is running win7-32bit Ubuntu but both of them can't recognize. :-( -- 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,

Re: [beagleboard] Can't make pwm work on cape-universal

2014-06-05 Thread maxmike
On Thursday, June 5, 2014 10:12:01 AM UTC-7, Charles Steinkuehler wrote: On 6/5/2014 11:52 AM, maxmike wrote: No need to modify cape-universal. Since I'm on the clock what I'll do is remove the pwm pins I need from cape-universal .dts and recompile; then load the perfectly good,

Re: [beagleboard] Do as Raspberry - Make a Beaglebone Black - Compute Module !? - Why not

2014-06-05 Thread John Syn
From: CEinTX mpo...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, June 5, 2014 at 7:22 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Do as Raspberry - Make a Beaglebone Black - Compute Module !? - Why not John, You definitely make some good points,

Re: [beagleboard] Using GPIO's as SPI

2014-06-05 Thread Brandon I
but you can't run the clock much faster than 1 KHz using a user-space program under Linux. Not true at all! You can get over 3MHz just fine with mmap to the gpio registers. If you try to open and close a file each gpio toggle, like the insanely inefficient sysfs interface, then yeah...you'll

[beagleboard] Re: I2C pull-ups while BBB is powered off

2014-06-05 Thread Francisco Aguerre
Charles, Thanks for your response. I read the section you mentioned from the I2C standard and it seems that, for this to work properly, there has to be pull-up resistors on both sides of the FET, which doesn't solve my problem. Maybe I didn't understand something, but if I don't pull-up the

Re: [beagleboard] Re: I2C pull-ups while BBB is powered off

2014-06-05 Thread Charles Steinkuehler
You can use the internal pull-up resistors on the BBB if you don't want to put a pull-up resistor on the 'Bone side of the FET. In normal operation, the far-side (high-voltage) pull-up resistor will pull the BBB side high through the FET until the BBB side reaches the Vgs threashold voltage

Re: [beagleboard] Re: I2C pull-ups while BBB is powered off

2014-06-05 Thread John Syn
From: Francisco Aguerre franciscoague...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, June 5, 2014 at 12:06 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: I2C pull-ups while BBB is powered off Charles, Thanks for your response. I read the section

Re: [beagleboard] Do as Raspberry - Make a Beaglebone Black - Compute Module !? - Why not

2014-06-05 Thread Eric Fort
These pretty much already exist as a module check out gumstix which ave been around for quite some time. Eric On Thu, Jun 5, 2014 at 11:11 AM, John Syn john3...@gmail.com wrote: From: CEinTX mpo...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, June 5, 2014 at 7:22

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread Simon Platten
Yay, resolved, C/C++ remote debugging in eclipse now working! Thank you for all the help, in the end I changed the set-up of the virtualbox configuration, setting the network settings to: Bridged Adapter. I also installed: sudo apt-get install lib32ncurses5 Now it works perfrectly. Happy

Re: [beagleboard] Do as Raspberry - Make a Beaglebone Black - Compute Module !? - Why not

2014-06-05 Thread John Syn
From: Eric Fort eric.f...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, June 5, 2014 at 12:56 PM To: beagleboard beagleboard@googlegroups.com Subject: Re: [beagleboard] Do as Raspberry - Make a Beaglebone Black - Compute Module !? - Why not These pretty much already

Re: [beagleboard] Can't make pwm work on cape-universal

2014-06-05 Thread Charles Steinkuehler
On 6/5/2014 12:11 PM, Charles Steinkuehler wrote: On 6/5/2014 11:52 AM, maxmike wrote: No need to modify cape-universal. Since I'm on the clock what I'll do is remove the pwm pins I need from cape-universal .dts and recompile; then load the perfectly good, existing /lib/firmware entries

[beagleboard] Beagleboard-xm avaliability

2014-06-05 Thread Francisco de Souza JĂșnior
Hi, I'm looking for a Beagleboard-xm to buy in all distributors sugested by beagleboard.org (digikey, mouser, farnell etc) but there is no board avaliable to buy! The Beagleboard-xm has been discontinuated? Regards, -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Using GPIO's as SPI

2014-06-05 Thread Guy Grotke
Yes, I was talking about trying to do hard real-time data collection in a user-space program. If you look at the maximum interrupt latencies from other stuff running on the system, then you see just why PRUs are necessary to always meet your deadlines. Most of the time, a user-space program

[beagleboard] Re: Angstrom image is not booting to BBB

2014-06-05 Thread mron
My BBB just flashed. I re-downloaded and extracted the image, remade the microSD image and flashed it. This was the 4th or 5th attempt, but it worked. I have no idea why this time worked and the others didn't. -- For more options, visit http://beagleboard.org/discuss --- You received this