Re: [beagleboard] Oh No!!! Did I brick my board?

2015-07-07 Thread Adam Weiss
OK. Thanks. Easy solution then. I'll just grab 2.4. On Tue, Jul 7, 2015 at 3:51 PM, Robert Nelson wrote: > On Tue, Jul 7, 2015 at 3:44 PM, Adam Weiss wrote: > > I'm still fighting version issues and have a couple more questions. > > > > I put the latest Jessie on my BBB. > > It comes with openC

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 3:44 PM, Adam Weiss wrote: > I'm still fighting version issues and have a couple more questions. > > I put the latest Jessie on my BBB. > It comes with openCV already. > However, it's not the latest openCV (2.4 vs. 3.0). > So, what I cross-compiled and built on my linux PC (

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-07-07 Thread Adam Weiss
I'm still fighting version issues and have a couple more questions. I put the latest Jessie on my BBB. It comes with openCV already. However, it's not the latest openCV (2.4 vs. 3.0). So, what I cross-compiled and built on my linux PC (3.0) still didn't match what was on the BBB. No big deal...n

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Robert Nelson
On Wed, Jun 24, 2015 at 2:27 PM, WZ9V wrote: > > > The last Jessie I tried (sometime in April I think) I couldn't get GPIO pins > to respond with the sample code and went back to Wheezy. > > Which one would be best to upgrade to at this time? > > Jessie 6/15 or 6/17 flasher-4GB Doesn't matter..

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread WZ9V
The last Jessie I tried (sometime in April I think) I couldn't get GPIO pins to respond with the sample code and went back to Wheezy. Which one would be best to upgrade to at this time? Jessie 6/15 or 6/17 flasher-4GB On Wednesday, June 24, 2015 at 11:56:03 AM UTC-4, RobertCNelson wrote: >

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Robert Nelson
On Wed, Jun 24, 2015 at 11:05 AM, Adam Weiss wrote: > Sorry...can you tell I'm a Linux noob? > > I want to make sure all the armhf libraries are the exact same version, so > that I don't get link issues. If you have jessie on your development platform, install jessie on the bbb. On your x86, (wi

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Adam Weiss
Sorry...can you tell I'm a Linux noob? I want to make sure all the armhf libraries are the exact same version, so that I don't get link issues. On Wed, Jun 24, 2015 at 10:55 AM, Robert Nelson wrote: > On Wed, Jun 24, 2015 at 10:42 AM, Adam Weiss wrote: > > Thanks everyone for the answers. > >

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Robert Nelson
On Wed, Jun 24, 2015 at 10:42 AM, Adam Weiss wrote: > Thanks everyone for the answers. > One final question: > > What I'm ultimately trying to accomplish is developing a custom app w/ > openCV in Eclipse on a PC. > And cross-compiling for the BBB. > > From what I understand (from Derek Molloy), ge

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Adam Weiss
Thanks everyone for the answers. One final question: What I'm ultimately trying to accomplish is developing a custom app w/ openCV in Eclipse on a PC. And cross-compiling for the BBB. >From what I understand (from Derek Molloy), getting emdebian, cross-compiling, and openCV working on Wheezy is m

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Robert Nelson
On Wed, Jun 24, 2015 at 8:26 AM, Adam Weiss wrote: > Thanks...I'm familiar with that page. > However, the only links for Jessie img files are "Testing Snapshots". They are only labled "Testing" as beagleboard.org has't moved them to the "release" directory on their server. ;) > > Would these be

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread mickeyf
Yes, I just tried this. Updated /etc/apt/sources.list to make sure the Debian repositories were listed (had Ubuntu installed), but it still failed to locate the package. On Tuesday, June 23, 2015 at 10:33:47 PM UTC-7, Adam Weiss wrote: > > One last question. > I can't seem to get Jessie. > > Fro

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread Adam Weiss
Thanks...I'm familiar with that page. However, the only links for Jessie img files are "Testing Snapshots". Would these be the same as the official release (as far as libraries...I want to make sure I can cross compile openCV)? Is the image I'd get with "sudo apt-get install linux-image-armmp" the

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread evilwulfie
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Releases On 6/23/2015 10:33 PM, Adam Weiss wrote: > One last question. > I can't seem to get Jessie. > > From my fresh Wheezy install, I did: > > sudo apt-get update > > and when that was done: > > sudo apt-get install linux-image-armmp

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Adam Weiss
One last question. I can't seem to get Jessie. >From my fresh Wheezy install, I did: sudo apt-get update and when that was done: sudo apt-get install linux-image-armmp But I get: E: Unable to locate package linux-image-armmp Two questions: 1. Any idea why it can't locate it? 2. Is there a way

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Adam Weiss
I was able to restore from microSD...had to boot from microSD, mount the eMMC and edit /boot/uEnv.txt, then flash it. I did that with Wheezy. Now that I'm booting Wheezy, I should be able to update to Jessie. Thanks for the guidance...hopefully I've learned my lesson ;-) On Tue, Jun 23, 2015 at 1

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Adam Weiss
I think I'm in pretty bad shape now. After power cycling the BBB, I can't get it to boot at all. I've tried downloading an image to an SD card, but no luck. On Tue, Jun 23, 2015 at 9:41 PM, Robert Nelson wrote: > On Tue, Jun 23, 2015 at 9:22 PM, Adam Weiss wrote: > > I guess I answered my own q

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Robert Nelson
On Tue, Jun 23, 2015 at 9:22 PM, Adam Weiss wrote: > I guess I answered my own question with regard to the BBB version being > Wheezy. > > However, is there anything special about the build for BBB? > If I grab the official Debian Jessie armhf image, will it work properly on > BBB hardware? Debia

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Adam Weiss
I guess I answered my own question with regard to the BBB version being Wheezy. However, is there anything special about the build for BBB? If I grab the official Debian Jessie armhf image, will it work properly on BBB hardware? On Tue, Jun 23, 2015 at 9:17 PM, Adam Weiss wrote: > Thanks for th

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Adam Weiss
Thanks for the reply. Sorry for the dumb questions to follow, but I want to make sure I understand your response. Is the latest BBB image Debian Wheezy? If so, then I understand your answer. Is there anything special in the BBB Debian image that I'd be missing by creating an ARM Debian Jessie ima

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Robert Nelson
On Tue, Jun 23, 2015 at 6:45 PM, Adam Weiss wrote: > Oh No!!! > > I've been trying to cross-compile from my PC (running Debian Jessie) to my > BBB. > Simple cross-compiling worked fine. > > Then I was trying to cross-compile openCV. > After building and then trying to run on the BBB, I had some pr

[beagleboard] Oh No!!! Did I brick my board?

2015-06-23 Thread Adam Weiss
Oh No!!! I've been trying to cross-compile from my PC (running Debian Jessie) to my BBB. Simple cross-compiling worked fine. Then I was trying to cross-compile openCV. After building and then trying to run on the BBB, I had some problems. First, the versions of openCV libraries didn't match, so