[beagleboard] Installing OpenCV on BBB revision C with Debian Linux

2014-10-30 Thread Lingesh Waran
I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in prior... I dont have direct internet connection to my BBB.. I tried to download OpenCV from github.com as a ZIP file and i copied it to BBB

[beagleboard] OpenCV installation on BBB Debian Linux-steps

2014-10-30 Thread Lingesh Waran
I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in prior... I dont have direct internet connection to my BBB.. I tried to download OpenCV from github.com

[beagleboard] Re: Angstrom Linux: Opencv and Python

2014-10-30 Thread Lingesh Waran
Hi all... I do agree people are so selfish here. I googled a lot regarding this stuff... i couldnt come up with a nutshell solution...I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in

[beagleboard] Re: Driving servos with face position detected from OpenCV?

2014-10-30 Thread Lingesh Waran
Hi all..I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in prior... I dont have direct internet connection to my BBB.. I tried to download OpenCV from github.com

[beagleboard] Re: Where can I start with BBB and openCV

2014-10-30 Thread Lingesh Waran
I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in prior... I dont have direct internet connection to my BBB.. I tried to download OpenCV from github.com

Re: [beagleboard] Re: Unable to deploy Android image on beaglebone black

2014-10-30 Thread Prasad Marathe
Hello, Thanks for your immediate response. I follow the steps mentioned by you and try to deploy latest image on sd card. Now i am able to boot Android 4.4 Kitkat on my Beagelbone black through Micro SD card. I follow the steps mentioned in http://elinux.org/Beagleboard:Android but unable to

[beagleboard] Re: color ball tracking with opencv on BBB

2014-10-30 Thread Lingesh Waran
Hi all...I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in prior... I dont have direct internet connection to my BBB.. I tried to download OpenCV from github.com

[beagleboard] Re: BeagleBone opencv and image processing support?

2014-10-30 Thread Lingesh Waran
Hi all...I want to perform Image processing tasks in BBB which runs Debian Linux... so I need to install *OpenCV* on BBB.. It seems i should install *cmake * in prior... I dont have direct internet connection to my BBB.. I tried to download OpenCV from github.com

[beagleboard] 3.17.1-rc4 sudden reset

2014-10-30 Thread Ives van der Flaas
I'm running Robert C Nelson's latest 3.17 kernel (3.17.1-bone4) because I need the new TI musb babble recovery code. It seems however that I'm having some strange instability on my BBB. After somewhere between 10 and 24 hours, the device seems to reset suddenly and without warning. There's no

[beagleboard] Re: OpenCV installation on BBB Debian Linux-steps

2014-10-30 Thread Allan Granados
You only need cmake on your BBB if you are compiling on it, I personally prefer to cross compile in a most powerful computer and after that send the binaries to the target, in this case BBB. If you dont know how to do that perhaps a little investigation is the way to solve it. For cmake on

[beagleboard] Re: 3.17.1-rc4 sudden reset

2014-10-30 Thread jpschroer
Hi Ives, I am experiencing the same issue with our beaglebones (several of them). We are using Robert C Nelson's latest 3.17.1-bone4 kernel image, and after some time they reboot. Beside that the kernel is much more stable than any other I have tried. The only clue I have come across was in

[beagleboard] can't mount Beagle Bone Black -- connection lost

2014-10-30 Thread madsvincom
I'm not sure if this question is sent to the right class, but here goes. Yesterday I made some scripts that store files on the microSD card as a simple base for communication between the host and the BBB. Today I can't mount the BBB in anyway. LEDs are on, I can reset, I can power down/up.

[beagleboard] U-boot

2014-10-30 Thread jeissongrajales98898
Hello: I am trying to setting mux through u-boot, but i tried and it has not done. I use the lastes images for Beagleboard xm that i found in the Beagleboard web page. http://elinux.org/BeagleBoardPinMux Distribution information: Linux beagleboard 3.0.14+ #1 Thu Dec 22 09:53:00 CET 2011

[beagleboard] Issue with sd boot

2014-10-30 Thread Matias Garcia
Hi all. First, sorry my bad english. I am having a problem that is killing me. I flashed ARM debian on a SD (4gb) and always I must to press USR button to boot from SD card. Yes, ALWAYS! I don't know if it is a firmware problem, SD problem or a power problem. This BBB is the second I have on

[beagleboard] Re: libpruio-0.2

2014-10-30 Thread niroko89
Hey TJF, Nice to see the update, I really happy with the new features :) What would be the highest consistent samplerate possible with the c wrapper with 1 channel. Using the RB would be the nicest but using MM is also an option if the samplerate is higher with that. I think if I know that I

[beagleboard] PRU device tree and running programs

2014-10-30 Thread josmfernandez
Hi guys, I'm just starting with the BeagleBone Black and got very interested in the PRU module. So after a couple of headbanging research I've managed to narrow it down to these simple steps for usage. First we need to setup the environment: (These steps where taken directly from Youngtae

Re: [beagleboard] Issue with sd boot

2014-10-30 Thread Robert Nelson
On Thu, Oct 30, 2014 at 9:44 AM, Matias Garcia maati.gar...@gmail.com wrote: Hi all. First, sorry my bad english. I am having a problem that is killing me. I flashed ARM debian on a SD (4gb) and always I must to press USR button to boot from SD card. Yes, ALWAYS! I don't know if it is a

[beagleboard] Re: 3.17.1-rc4 sudden reset

2014-10-30 Thread david turvene
On Thursday, October 30, 2014 5:50:43 AM UTC-4, Ives van der Flaas wrote: I'm running Robert C Nelson's latest 3.17 kernel (3.17.1-bone4) because I need the new TI musb babble recovery code. It seems however that I'm having some strange instability on my BBB. After somewhere between 10 and

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-10-30 Thread Robert Nelson
On Thu, Oct 30, 2014 at 11:34 AM, david turvene dturv...@gmail.com wrote: On Thursday, October 30, 2014 5:50:43 AM UTC-4, Ives van der Flaas wrote: I'm running Robert C Nelson's latest 3.17 kernel (3.17.1-bone4) because I need the new TI musb babble recovery code. It seems however that I'm

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-10-30 Thread david turvene
Are you guys still seeing this with 3.18-rc2? if you have my repo in /etc/apt/sources.list sudo apt-get update sudo apt-get install linux-image-3.18.0-rc2-bone1 sudo reboot Regards, -- Robert Nelson http://www.rcn-ee.com/ @Robert - I just upgraded to your image and it

[beagleboard] Re: libpruio-0.2

2014-10-30 Thread TJF
Hello Nils, thanks for feedback! The maximum sample rate is limited by the ADC subsystem. It's 159 kS/s (15 cycles @ 2.4 MHz + safety buffer) for a single step (channel). It neither matters if you operate in RB or MM mode, nor if you use FB or C compilers. For me, writing C examples is

Re: [beagleboard] Re: color ball tracking with opencv on BBB

2014-10-30 Thread Brandon I
Seems like a lot of work! Use an indirect internet connection to your beaglebone using the USB to your computer, then set up a bridge between your internet and the USB connection. On Wed, Oct 29, 2014 at 11:47 PM, Lingesh Waran radhaling...@gmail.com wrote: Hi all...I want to perform Image

Re: [beagleboard] Re: color ball tracking with opencv on BBB

2014-10-30 Thread Jason Kridner
On Fri, Sep 12, 2014 at 12:23 AM, janszymanski12...@gmail.com wrote: That works. Another question is how to clone or replicate BBBs eMMC? How to move it into microSD card and vice versa? If I need to have exactly the same image on another BBB as the one I am currently working on (when it's

Re: [beagleboard] Re: Unable to deploy Android image on beaglebone black

2014-10-30 Thread Andrew Henderson
You can certainly write the Android image to the eMMC, though I have not set up the scripts to perform the partitioning and writing. You'll also be limited to the 4GB of the newest BBB's eMMC. Because the AOSP KitKat includes more software than JellyBean does, I don't think you'll be able to