[beagleboard] Re: I2C and Invensense MPU6050 Driver

2014-05-07 Thread clarkbriggs101
No we never got this (the Invensense driver) working. We just stuck it out with reading /dev/i2c. This is costing us a 20% time penalty which really really hurts. We couldn't get anyone to take on fixing the unbelievably long read times (~1msec) on /dev/i2c either. Some of us are hoping the u

[beagleboard] Power supply options

2014-05-07 Thread parth . joshi
In BBB we have two options to provide supply USB PORT & POWER JACK. I observed that P9-5 is connected (short) with POWER JACK. If it is true; then I can provide power supply to BBB using P9-5 and GND pins. Is it possible? Is it risky? -- For more options, visit http://beagleboard.org/discuss

[beagleboard] Re: GPIO

2014-05-07 Thread parth . joshi
I want to provide power supply to BBB using P9-5 and GND pins. Is it possible? Have you find anything about that? -- 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 thi

[beagleboard] How to hook a script to an usb mount event?

2014-05-07 Thread Dario Cogliati
hi all, I'm working with my BBB with Angstrom distribution. I need to execute a bash script when I insert an USB key storage in BBB USB socket. Angstrom kernel autodetect and automount the key correctly, but i need to hook on this event to execute my script. How can do it? How can force to moun

[beagleboard] Resistive touch is not detecting on beaglebone black with my power supply

2014-05-07 Thread Kishor Dhanawade
Hello, I have chipsee expansion board with 7" screen. I am using ubuntu 12.04 with 3.8.13-bone47 kernel. I have two power supply.One power supply is from MEAN WELL company. And another power supply is designed by me. With MEAN WELL power supply everything is working fine. Touch is also

Re: [beagleboard] Resistive touch is not detecting on beaglebone black with my power supply

2014-05-07 Thread Maxim Podbereznyy
An chance you can check how much voltage distortion your PSU provides? I know that very noisy PSUs can break up capacitive touchscreen easily 2014-05-07 15:25 GMT+04:00 Kishor Dhanawade : > Hello, > I have chipsee expansion board with 7" screen. I am using ubuntu > 12.04 with 3.8.13-bone

[beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread mike rankin
I'm wondering if it is possible to SSH into my BeagleBone Black from my iphone while in my house? I have the iphone app Telnet Lite which lets me enter the ip address and port number and would like to access the BBB when only power and ethernet is connected. The latest Angstom is installed and

Re: [beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread Hari Krishna Malladi
Yes its very well possible. I do it all the time in my hostel room. Find and install ssh apps on the iPhone.— Sent from Mailbox On Wed, May 7, 2014 at 5:21 PM, mike rankin <0mik...@gmail.com> wrote: > I'm wondering if it is possible to SSH into my BeagleBone Black from my > iphone while in my h

[beagleboard] BeagleBone Black power led strange behaviour

2014-05-07 Thread pjwl
Hello, Today I worked with my BBB on 5V supply and everythings works fine. Then I did connect an Lipo battery to the TP5/TP6 and TP8 and a 10Kohm between TP7 en TP8. My idea was to research how the charger of the PMIC works, I connected an 5V supply for about 1.5A and everythin works fine, the

[beagleboard] java couldn't run on debian

2014-05-07 Thread kie4280ann
Java couldn't run on debian I typed "java -version" and got "-bash : permission denied " .Coulld somebody help me ? -- 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 t

Re: [beagleboard] high-end case for the BBB?

2014-05-07 Thread Gerald Coley
My suggestion is that you create a drawing of what you want in a high end case. Otherwise it will be difficult to find what you want. There are several step files out there under the various 3D file repositories. You might start there. Gerald On Tue, May 6, 2014 at 8:42 PM, ivo welch wrote: >

Re: [beagleboard] Power supply options

2014-05-07 Thread Gerald Coley
As stated in the SRM, yes it is possible to use those pins. That is what there are there for. http://www.elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28C.29 Gerald On Tue, May 6, 2014 at 9:36 PM, wrote: > > In BBB we have two options to provide supply USB PORT & POWER JAC

Re: [beagleboard] BeagleBone Black power led strange behaviour

2014-05-07 Thread Gerald Coley
I can't really comment. If I had the board, I could look at ti. But, not having it makes it tough to guess.Try powering off the board before you plug the DC back it. Gerald On Wed, May 7, 2014 at 7:13 AM, pjwl wrote: > Hello, > > Today I worked with my BBB on 5V supply and everythings works fi

Re: [beagleboard] java couldn't run on debian

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 3:29 AM, wrote: > Java couldn't run on debian > I typed "java -version" and got "-bash : permission denied " .Coulld > somebody help me ? It runs just fine if you install it correctly. Care to go into more details of how you installed it? Regards, -- Robert Nelson http

Re: [beagleboard] Re: GPIO

2014-05-07 Thread Gerald Coley
Yes, you can do that.That is why I put it there. That is what it is for, http://www.elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28C.29 Gerald On Tue, May 6, 2014 at 9:39 PM, wrote: > I want to provide power supply to BBB using P9-5 and GND pins. Is it > possible? > Have y

[beagleboard] Re: BBB: after powerfailure BBB is no longer booting from eMMC

2014-05-07 Thread joshua . vanderpool
I am having a simlar issue with my custom board based off the BBB. I think the issue is with using MMC1 the TRM for the am335x hints that the ROM uses Raw Mode therefore i believe it will jump to some sectors before your partion which starts at 2048... I was able to get MLO to start but i had

Re: [beagleboard] How to hook a script to an usb mount event?

2014-05-07 Thread Cody Lacey
Try researching udev rules, that may help with some of what you are looking for. http://www.reactivated.net/writing_udev_rules.html On Wed, May 7, 2014 at 3:47 AM, Dario Cogliati wrote: > hi all, > > I'm working with my BBB with Angstrom distribution. > I need to execute a bash script when I ins

[beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread brian larochelle
We've seen talk of a closed beta C compiler for the PRU's. I've seen that it could come out of closed beta any day now, and looking for it has become a daily routine. I've found the below, which links to information/download of a c compiler for pru from TI. Would anyone know if this is the sa

[beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread Christopher Hopwood
It sounds legit to me. My team had access to the closed beta, but as my team's lead pru programmer, I decided not to use it because the calling convention I made up (in the absence of any standard for PRU) wasn't compatible with the compiler's. -- For more options, visit http://beagleboard.or

[beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread Christopher Hopwood
It sounds legit to me. My team had access to the closed beta, but as my team's lead pru programmer, I decided not to use it because the calling convention I made up (in the absence of any standard for PRU) wasn't compatible with the compiler's. -- For more options, visit http://beagleboard.or

[beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread Christopher Hopwood
It sounds legit to me. My team had access to the closed beta, but as my team's lead pru programmer, I decided not to use it because the calling convention I made up (in the absence of any standard for PRU) wasn't compatible with the compiler's. -- For more options, visit http://beagleboard.or

Re: [beagleboard] high-end case for the BBB?

2014-05-07 Thread ivo welch
hi gerald---this means I have to learn 3d files and design tools...and "step files in various 3d repositories." can you point me to a 2 or 3 good BBB starters, please? regards, /iaw Ivo Welch (ivo.we...@gmail.com) http://www.ivo-welch.info/ J. Fred Weston Professor of Finance Anderson Sch

Re: [beagleboard] high-end case for the BBB?

2014-05-07 Thread Gerald Coley
No you don't. Just gives you an idea of what is out there to reference. For example. I really Like X, but I need to to have another 1/2" in height. That sort of thing. The files have pictures with them. See the links below. http://www.thingiverse.com/search?q=BeagleBone&sa= https://www.google.com

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread Jason Kridner
On Wed, May 7, 2014 at 9:37 AM, brian larochelle wrote: > We've seen talk of a closed beta C compiler for the PRU's. I've seen that > it could come out of closed beta any day now, and looking for it has become > a daily routine. > > I've found the below, which links to information/download of a c

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread brian larochelle
On Wednesday, May 7, 2014 10:44:19 AM UTC-4, Jason Kridner wrote: > > >It is a slightly updated version from the one I've been providing in > >beta. I've been waiting for a response to my request for a direct > >download, rather than needing to download all of CCS, before I posted > >something.

Re: [beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread mike rankin
Excellent! Using Telnet Lite I've entered 192.168.7.2 and port 22 but nothing. I can ssh into if on a regular pc but it doesnt work on my phone when i'm at home. On Wednesday, May 7, 2014 8:53:40 AM UTC-3, Hari Krishna Malladi wrote: > > Yes its very well possible. I do it all the time in my hos

Re: [beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread Hari Krishna Malladi
I can ssh through my ipad using an app called Server Auditor.— Sent from Mailbox On Wed, May 7, 2014 at 10:00 PM, mike rankin <0mik...@gmail.com> wrote: > Excellent! Using Telnet Lite I've entered 192.168.7.2 and port 22 but > nothing. I can ssh into if on a regular pc but it doesnt work on my p

Re: [beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 11:30 AM, mike rankin <0mik...@gmail.com> wrote: > Excellent! Using Telnet Lite I've entered 192.168.7.2 and port 22 but > nothing. I can ssh into if on a regular pc but it doesnt work on my phone > when i'm at home. Well "192.168.7.2" is the network address created by physi

Re: [beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread mike rankin
Perfect. Now I get it. Sorry for the lame question but I'm new to this and will probably ask even worse questions in the future. Thanks! On Wednesday, May 7, 2014 1:33:20 PM UTC-3, RobertCNelson wrote: > > On Wed, May 7, 2014 at 11:30 AM, mike rankin <0mi...@gmail.com> > wrote: > > Excellent!

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread William Hermans
For me personally, it is not just preferable, it is a requirement. As I refuse to use CCS. On Wed, May 7, 2014 at 8:37 AM, brian larochelle wrote: > > On Wednesday, May 7, 2014 10:44:19 AM UTC-4, Jason Kridner wrote: >> >> >It is a slightly updated version from the one I've been providing in

Re: [beagleboard] Possible to SSH into BBB via iphone?

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 11:44 AM, mike rankin <0mik...@gmail.com> wrote: > Perfect. Now I get it. > Sorry for the lame question but I'm new to this and will probably ask even > worse questions in the future. > Thanks! you can also try: ssh root@beaglebone.local Should work with most routers over

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread Mark Grosen
After installing CCS with the PRU compiler, you can simply just use the compiler as a command-line compiler (like all the other TI compilers) and ignore the CCS IDE. The installer is only about 20MB download to start with and then it downloads the rest as needed. It's a quick install on Linux (YMMV

Re: [beagleboard] Re: Audio Cape Rev B schematics ?

2014-05-07 Thread Nicolae Rosia
You can download the Device Tree Overlay from http://elinux.org/CircuitCo:Audio_Cape_RevB On Friday, March 21, 2014 10:02:49 AM UTC+2, john3909 wrote: > > > > From: David Anders > > Reply-To: > > Date: Thursday, March 20, 2014 at 8:56 PM > To: > > Subject: Re: [beagleboard] Re: Audio Cape Rev B s

[beagleboard] Building an audio Airplay Receiver. Best Hardware/Software ?

2014-05-07 Thread cariacou
Hello. My goal is to add an airplay feature to my car. I currently have 3 options to send audio to my 2011 mustang: - Bluetooth (flaky and not best quality) - USB (good quality but super flaky and car software very glitchy) - Audio Jack I was hoping to build an Airplay Receiver, just like http:

[beagleboard] BeagleboardxM Rev C sys_boot pin configuration.

2014-05-07 Thread sayed israr
I am learning board bring-up on beagleboard - xM Rev C. As per the Datasheet of DM3730 processor, Chapter-26 [Initialization], section[26.2.3]Boot Configuration, there are seven pins namely sys_boot[6:0] present in processor [AH26, AG2 6, AE14, AF18, AF19, AE21, AF21][sys_boot0 to sys_boot[6

Re: [beagleboard] BeagleboardxM Rev C sys_boot pin configuration.

2014-05-07 Thread Gerald Coley
Look at the resistors. If they say DNI, they are not installed. This is the way options are implemented for future use if needed. Gerald On Wed, May 7, 2014 at 1:20 PM, sayed israr wrote: > I am learning board bring-up on beagleboard - xM Rev C. > > As per the Datasheet of DM3730 processor, C

[beagleboard] User LED forward to GPIO

2014-05-07 Thread Hannes Hörting
Hello! Can I forward the User Led to the GPIO? I want to build my own Expansion Board and need this LED. OR is this function already connectet to some GPIO? Thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Goo

Re: [beagleboard] AIN4 erroneous

2014-05-07 Thread Mark Ruys
Op woensdag 7 mei 2014 05:12:21 UTC+2 schreef Charles Steinkuehler: > > On 5/6/2014 3:28 PM, Mark Ruys wrote: > > On two different BBB's (latest revision) I've noticed strange behavior > of > > AIN4. I have a TMP36 (analog temperature sensor) running on 3V3. Vout > > measures 712 mV ((712 - 5

Re: [beagleboard] User LED forward to GPIO

2014-05-07 Thread John Syn
On 5/7/14, 11:32 AM, "Hannes Hörting" wrote: >Hello! > >Can I forward the User Led to the GPIO? >I want to build my own Expansion Board and need this LED. > >OR is this function already connectet to some GPIO? > >Thank you! You can change the GPIO for the User LED by modifying the BBB device tre

[beagleboard] Re: BeagleboardxM Rev C sys_boot pin configuration.

2014-05-07 Thread sayed israr
Reply in 2 minutes Awsome.Thanks a lot Gerald.Here is the final summary of pin configuration: PULLUPS: SYS_BOOT0=AH26=DNI SYS_BOOT1=AG26=10K SYS_BOOT2=AE14=DNI SYS_BOOT3=AF18=DNI SYS_BOOT4=AF19=10K SYS_BOOT5=AE21=NOPULLUP SYS_BOOT6=AF21=10K PULLDOWN: SYS_BOOT0=

Re: [beagleboard] AIN4 erroneous

2014-05-07 Thread John Syn
From: Mark Ruys Reply-To: Date: Wednesday, May 7, 2014 at 11:31 AM To: Subject: Re: [beagleboard] AIN4 erroneous > > > Op woensdag 7 mei 2014 05:12:21 UTC+2 schreef Charles Steinkuehler: >> On 5/6/2014 3:28 PM, Mark Ruys wrote: >>> > On two different BBB's (latest revision) I've noticed

[beagleboard] Re: UART, serial port read C/C++

2014-05-07 Thread plmowatt
// If you're guaranteed a response, try this with different VTIME and VMIN settings. I usually use VMIN, VTIME = 0 and use select() to determine if data is available. do { res = read(fd, buff, 255); perror("read"); } while (res < 0 && errno == EINTR); On Tuesday, 6 May 2014 14:42:34 UT

Re: [beagleboard] Re: BeagleboardxM Rev C sys_boot pin configuration.

2014-05-07 Thread Gerald Coley
This is all described in the System Reference Manual. Gerald On Wed, May 7, 2014 at 2:01 PM, sayed israr wrote: > Reply in 2 minutes Awsome.Thanks a lot Gerald.Here is the final summary of > pin configuration: > > PULLUPS: > SYS_BOOT0=AH26=DNI > SYS_BOOT1=AG26=10K > SYS_BOOT2=AE14

[beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-07 Thread ags
I've read about capes that offer batteries to operate the BBB during power interruptions. I've read that there is a RTC in the SoC, but software does not support powering with a button cell. I see there is a PMIC onboard, as well as solder pads to allow attachment of a battery. I've also read th

Re: [beagleboard] Re: Audio Cape Rev B schematics ?

2014-05-07 Thread John Syn
From: Nicolae Rosia Reply-To: Date: Wednesday, May 7, 2014 at 10:55 AM To: Subject: Re: [beagleboard] Re: Audio Cape Rev B schematics ? > You can download the Device Tree Overlay from > http://elinux.org/CircuitCo:Audio_Cape_RevB Have you tried this DTO? Just reviewing it, it doesn¹t look

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread William Hermans
Mark, it is not CCS specifically that I have a problem with. I have a very strong aversion to having JRE on any of my Windows machines. So, if the tool is not made available as a separate native windows ( or perhaps *NIX ) binary, I probably wont even give it a second look. On Wed, May 7, 2014 a

Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-07 Thread Gerald Coley
Yes it is possible. Gerald On Wed, May 7, 2014 at 2:59 PM, ags wrote: > I've read about capes that offer batteries to operate the BBB during power > interruptions. I've read that there is a RTC in the SoC, but software does > not support powering with a button cell. I see there is a PMIC onboa

[beagleboard] It is not possible to use AnalogRead with a LCD CAPE

2014-05-07 Thread Rodolfo Gobbi De Angeli
>From what I have read, it is not possible to use the analog inputs while using a LCD CAPE, is it true? Is there any way to use the analog inputs in the beaglebone with the LCD CAPE? If not, I would thank anyone that had this trouble and successfully went through it using. Thank you for your att

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-05-07 Thread Mark Grosen
Well, install it, copy the PRU directory somewhere else and rm -rf the CCS directory - no more JRE. There is no dependency on the CCS IDE from the compilers. Mark Mark On Wed, May 7, 2014 at 1:04 PM, William Hermans wrote: > Mark, it is not CCS specifically that I have a problem with. I hav

[beagleboard] No USB activity on the type A connector

2014-05-07 Thread Ross Morrison
Hi All, I've downloaded the debian-7.5 prebuilt image from elinux.org/BeagleBoardDebian wget https://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-05-06.tar.xz tar xf debian-7.5-console-armhf-2014-05-06.tar.xz cd debian-7.5-console-armhf-2014-05-06 sudo ./setup_sdcard.sh --m

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: > Hi All, > > I've downloaded the debian-7.5 prebuilt image from > elinux.org/BeagleBoardDebian > > wget > https://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-05-06.tar.xz > > tar xf debian-7.5-console-armhf-2014-05-06.tar.xz cd >

[beagleboard] FTDI Serial Debug Header

2014-05-07 Thread Samer Shatta
Hello i have beaglebone black Rev A5C that works correctly with the Serial debug header yesterday i have bought a new beaglebone black Rev A6A (new BBB) , but when i connect the serial FTDI debugger it didn't work at all there is nothing displayed on the host terminal when the new BBB boot up i

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: > Hi All, > > I've downloaded the debian-7.5 prebuilt image from > elinux.org/BeagleBoardDebian > > wget > https://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-05-06.tar.xz > > tar xf debian-7.5-console-armhf-2014-05-06.tar.xz cd >

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Ross Morrison
On 05/07/2014 03:06 PM, Robert Nelson wrote: On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: Hi All, I've downloaded the debian-7.5 prebuilt image from elinux.org/BeagleBoardDebian wget https://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-05-06.tar.xz tar xf debian-7.5-con

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Ross Morrison
On 05/07/2014 03:11 PM, Robert Nelson wrote: On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: Hi All, I've downloaded the debian-7.5 prebuilt image from elinux.org/BeagleBoardDebian wget https://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-05-06.tar.xz tar xf debian-7.5-con

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 5:27 PM, Ross Morrison wrote: > On 05/07/2014 03:11 PM, Robert Nelson wrote: >> >> On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: >>> >>> Hi All, >>> >>> I've downloaded the debian-7.5 prebuilt image from >>> elinux.org/BeagleBoardDebian >>> >>> wget >>> >>> https://r

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Ross Morrison
On 05/07/2014 03:39 PM, Robert Nelson wrote: On Wed, May 7, 2014 at 5:27 PM, Ross Morrison wrote: On 05/07/2014 03:11 PM, Robert Nelson wrote: On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: Hi All, I've downloaded the debian-7.5 prebuilt image from elinux.org/BeagleBoardDebian wget

Re: [beagleboard] No USB activity on the type A connector

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 5:42 PM, Ross Morrison wrote: > On 05/07/2014 03:39 PM, Robert Nelson wrote: >> >> On Wed, May 7, 2014 at 5:27 PM, Ross Morrison wrote: >>> >>> On 05/07/2014 03:11 PM, Robert Nelson wrote: On Wed, May 7, 2014 at 5:02 PM, Ross Morrison wrote: > > Hi All, >

Re: [beagleboard] Boot Desktop PC from BBB's usb client

2014-05-07 Thread Bradley Matusiak
i invoked "sudo modprobe g_multi file=/home/ubuntu/bootup.img cdrom=0 removable=1 ro=1' on startup booted iso, and img formats and does not work for dmg file formats, i added a node js website and a simple X interface that loads chrome, the website sets the bootup.img using a symbolic link

Re: [beagleboard] FTDI Serial Debug Header

2014-05-07 Thread Jason Kridner
On Wed, May 7, 2014 at 6:06 PM, Samer Shatta wrote: > Hello > i have beaglebone black Rev A5C that works correctly with the Serial debug > header > > yesterday i have bought a new beaglebone black Rev A6A (new BBB) , but when > i connect the serial FTDI debugger it didn't work at all > there is no

Re: [beagleboard] FTDI Serial Debug Header

2014-05-07 Thread Gerald Coley
If you are sure the board has an issue, request an RMA. http://www.elinux.org/Beagleboard:BeagleBoneBlack#RMA_Support Gerald On Wed, May 7, 2014 at 6:26 PM, Jason Kridner wrote: > On Wed, May 7, 2014 at 6:06 PM, Samer Shatta > wrote: > > Hello > > i have beaglebone black Rev A5C that works co

[beagleboard] Re: Building an audio Airplay Receiver. Best Hardware/Software ?

2014-05-07 Thread quihong
AirEnabler - http://airenabler.qnology.com/ he AirEnabler is a plug and play solution that allows you to AirPlay enable any speaker system such as your existing home stereo or old iPhone/iPod dock. It will even work with your car stereo. Add AirPlay support to any speaker system with a audio au

Re: [beagleboard] java couldn't run on debian

2014-05-07 Thread lee
Looks OK to me. $ java -version java version "1.7.0_25" OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1) OpenJDK Zero VM (build 22.0-b10, mixed mode) Compiles and runs "Hello world". On Wednesday, May 7, 2014 5:47:26 AM UTC-7, RobertCNelson wrote: > > On Wed, May 7, 2014 at 3

[beagleboard] IRC channels.

2014-05-07 Thread Andrew Frazer
Hi, For those of you who were using the other beagle IRC channel ( #beagle-pro ) that went west yesterday for some reason, a new channel is available. Message me (mrpackethead) on irc and i'll let you in. -- For more options, visit http://beagleboard.org/discuss --- You received this messa

Re: [beagleboard] IRC channels.

2014-05-07 Thread Drew Fustini
I'm not familiar with #beagle-pro. is it more active than #beagle? thanks, drew -- 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 email