Re: [beagleboard] Re: Using PRU to control PWM peripheral on kernel 4.1 - DTO problem?

2017-04-03 Thread Jelena Freiherr
Hi Justin! Thanks for the info on the rt needs. Am 02.04.2017 um 20:32 schrieb Justin Pearson: > Thank you for mentioning libpruio. I don't know very much about how device > tree overlays interact with linux kernel drivers, so until I can find a > good description of that, I'm inclined to use a m

Re: [beagleboard] Using PRU to control PWM peripheral on kernel 4.1 - DTO problem?

2017-04-03 Thread John Syne
> On Apr 2, 2017, at 11:32 AM, Justin Pearson wrote: > > Hi Jelena, thanks for your message. See my inline responses: > > On Sun, Apr 2, 2017 at 9:39 AM, Jelena Freiherr > wrote: > Am Sonntag, 2. April 2017 17:26:10 UTC+2 schrieb Justin Pearson: > > On the 3

Re: [beagleboard] BBB can't connect over eth0

2017-04-03 Thread Przemek Klosowski
the 'nonfunctioning' BB does seem to be sending and receiving some packets. When you test them, do you use the same physical network connection or a different one? If different, perhaps there's something wrong with the cable or switch port you're using? On Fri, Mar 31, 2017 at 8:35 PM, wrote: >

[beagleboard] Does the X15 require 5amps minimum to run?

2017-04-03 Thread Alek Mabry
I plugged my X15 into the 12v 2A power supply on my FRC bot, and the orange power light lit up, but when I hold the power button the second light lights up dim and turns off when I release the button. The power supply for the board says 12V 5A. I can get 5 amps if I bypass the circuitry and pl

Re: [beagleboard] Does the X15 require 5amps minimum to run?

2017-04-03 Thread Gerald Coley
In normal usage the board takes about 600mA at 12 V. If you have a lot of things plugged into the USB connectors, they can supply up to .9A each per the USB specification. You just need to press the power button one time, not hold it. Gerald On Mon, Apr 3, 2017 at 10:02 AM, Alek Mabry wrote: >

Re: [beagleboard] Detecting state of GPIO pins during boot up

2017-04-03 Thread Rao Gobburu
Hi Micka Thanks a lot for the suggestion. I am going to try it out and report back. Many thanks Rao On Wed, Mar 29, 2017 at 2:25 AM, Micka wrote: > create a systemd service that will launch a bash code that check the gpio > . If the gpio is is at value 1, switch a led on to tell the user t

[beagleboard] Header files for C++ programming

2017-04-03 Thread Bill Dussault
Greetings. I have a directory "Setup" on the Beaglebone Black with all my .cpp files stored in it. Within this directory is a sub directory holding all my header files appropriately labeled "header" To access these files within the beaglebone blacks directories do I have to use "/home/UART/S

Re: [beagleboard] Header files for C++ programming

2017-04-03 Thread Jacek Radzikowski
#include "header.blackADC.h" and add search path for the header files to the compiler options, e.g.: g++ -I/home/UART/Setup [other options] your_source.cpp -o your_binary Jacek On Mon, Apr 3, 2017 at 6:19 PM, Bill Dussault wrote: > Greetings. > > I have a directory "Setup" on the Beaglebone

[beagleboard] BlackLib help

2017-04-03 Thread Bill Dussault
Greetings I am trying to use the BlackLib package to allow me to use C++ for development. I'm struggling to get it working. Here is the background: I'm using Debian 4.6.3-14 and GCC 4.6.3 I've tried compiling the code but gcc does not like the -std=c++11 command and it throws a ton of error

Re: [beagleboard] BlackLib help

2017-04-03 Thread Robert Nelson
On Mon, Apr 3, 2017 at 6:08 PM, Bill Dussault wrote: > Greetings > > I am trying to use the BlackLib package to allow me to use C++ for > development. I'm struggling to get it working. > > Here is the background: > I'm using Debian 4.6.3-14 and GCC 4.6.3 > > I've tried compiling the code but gcc d