Re: [beagleboard] Xenomai for beginners

2015-06-22 Thread chnyc
Thanks for that very speedy response, Charles. FWIW, I'm running 3.8.13-xenomai-r72. I've now installed xenomai-runtime and run the following: 1) *latency* - test runs fine with sample output: $ xeno latency == Sampling period: 1000 us == Test mode: periodic user-mode task == All results in mi

[beagleboard] playing video programmatically

2015-06-22 Thread Justin Triplett
I've been looking into programmatically playing some vga quality videos on a beaglebone black, and ran into a few speed bumps with the python libraries I looked at first (pygame, moviepy). Now I'm looking at using a JavaScript library maybe popcorn,js or video.js, but I'm not sure I'm going to

Re: [beagleboard] Smart PWM generation for servos sync

2015-06-22 Thread Frédéric
Le Thursday 16 April 2015, Frédéric a écrit : > The idea, now, is to replace the Veyron servo driver by using the BBB > PRUs. > > To deep into details, I need to generate 32 PWMs, and have a mecanism to > make them vary together, in a synchronized way. Then, I need something > to send the positi

Re: [beagleboard] Xenomai for beginners

2015-06-22 Thread Charles Steinkuehler
On 6/22/2015 1:09 PM, chnyc wrote: > > After successfully installing via the apt-get install method above, I see > that it still requires installing userspace tools for running tests. Can > someone guide me in how to install that toolset (latency, etc.)? sudo apt-get install xenomai-runtime ..

[beagleboard] Xenomai for beginners

2015-06-22 Thread chnyc
I've seen several related threads on this forum for getting Xenomai up and running. And there are these three excellent posts for installing from source:: https://randomlinuxhacks.wordpress.com/2015/02/22/installing-xenomai-on-beaglebone-using-debian-distribution/ http://brunosmartins.info/xeno

Re: [beagleboard] Re: PRU1 to ARM interrupt

2015-06-22 Thread Frédéric
Le Monday 22 June 2015, Luiz a écrit : > I believe you might be missing a > > prussdrv.pruintc_init() > > after your prussdrv.open() call. This initializes the PRU interrupt > controller and determine what EVENT_1 etc. will be. I'll try that. Thanks ! -- Frédéric -- For more options, v

[beagleboard] Re: PRU1 to ARM interrupt

2015-06-22 Thread Luiz Chamon
I believe you might be missing a prussdrv.pruintc_init() after your prussdrv.open() call. This initializes the PRU interrupt controller and determine what EVENT_1 etc. will be. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed t

[beagleboard] QNX neutrino on Beaglebone Black

2015-06-22 Thread knibbel
Hallo, I tryed to run QNX on BBB. I followed the steps in the installation guid but when im trying to boot from the SD-Card nothing is happening, just the blue Onboard LEDs blinking ( the first 2 or 3). The SD-Card is active. Does anyone has an ideo or can give me an instruction how to port QNX

[beagleboard] add tlv320aic23 codec to kernel

2015-06-22 Thread hussainali0935
Hi everyone, Is there any way to add tlv320aic23 codec to the kernel 3.18? This codec dosn't exist in the kernel menuconfig. Is it possible to add this codec to the kernel?? Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscrib

Re: [beagleboard] Audio Cape Rev B schematics ?

2015-06-22 Thread federicodevitiis
Hi, I'm looking for usomiq-audio-cape schematic, can you send me please? thank you regards Il giorno mercoledì 19 febbraio 2014 14:45:24 UTC+1, lisarden ha scritto: > > Hi Valentin! > > I don't know about Rev B version but our product is exactly what you need: > it contains only the audio chip 3

Re: [beagleboard] How to make BeagleBone black boot off SD card

2015-06-22 Thread Graham
You also need to set the "boot" flag bit on the partition you are trying to boot from. --- Graham == > -- 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 gro

[beagleboard] Re: USB Output From BBB

2015-06-22 Thread GeerGuy
I would like to do the exact same thing, but I can't find any information on doing this. I assume that you would have to make some changes to the BBB so that it enumerates as a different type of device and also use a modified driver. Thanks -- For more options, visit http://beagleboard.org/d

[beagleboard] Re: If This Then That BeagleBoard channel

2015-06-22 Thread Mark A. Yoder
I just posted a recipe on ifttt: https://ifttt.com/recipes/301640-beaglebone-test It points to my code of github. send.js sends an event to ifttt and receive.js is a simple server that ifttt accesses when the even occurs. --Mark On Thursday, August 21, 2014 at 3:38:12 PM UTC-4, Mark A. Yode

[beagleboard] Re: Extended Temperature Range

2015-06-22 Thread mickeyf
I believe there was a post about this some time back, and the answer was basically "it's open source hardware, build your own with mil-spec parts". Since the question was raised, I suppose it's possible someone is already doing that and that you could buy from them if building your own is not j