Re: [beagleboard] Beagleboard-xm Wifi Issue (can see the wifi device by lsusb bot cannot make it work)

2015-06-01 Thread Surya Kiran
Hi, i am having the same wifi issue with the beagleboard-xm. Can you please tell me which interface in /etc/network/interfaces did you use? I have already copied all the required .bin files to the /lib/firmware/rtlwifi directory. But i still can,t see any light on the dongle nor any wifi connect

[beagleboard] Re: 2 out of 3 boards defective

2015-06-01 Thread mickeyf
We have used many dozens here with never a problem. All "official" Beagles, not Element 14 or other clones, it that matters. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscr

Re: [beagleboard] [PATCH] Fix compile error with pru_rproc.c

2015-06-01 Thread blaker
On Tuesday, June 24, 2014 at 1:26:40 PM UTC-7, RobertCNelson wrote: > > I'll move then to /lib/firmware in the default debian image, but > current debian users will just have to: > > sudo cp -v /opt/scripts/device/bone/capes/BB-BEAGLELOGIC/* /lib/firmware > As of bone70 these files are not in /

[beagleboard] aisdispatcher on beaglebone black

2015-06-01 Thread pethunholm
Hi I'm trying to run a software aisdispatcher to run on my new beaglebone black rev C. I have Aisdispatcher running on my older beaglebone black rev B but for some reason not on the new C version? Could it be because Debian changed from Eglibc to glibc? Is there anyone who could help me and te

[beagleboard] Dropped RX Packets in ifconfig

2015-06-01 Thread dannyweidig
I have a Beaglebone Black deployed at a customer site that is reporting a large number dropped RX packets in ifconfig: Link encap:Ethernet HWaddr c8:a0:30:34:b8:09 inet addr:10.121.6.30 Bcast:10.121.6.255 Mask:255.255.255.0 inet6 addr: fe80::caa0:30ff:fe34:b809/64 Scope:Lin

[beagleboard] Re: Unable to use P9.17 (GPIO0[5]) and P9.18 (GPIO0[4]) as GPIO ports.

2015-06-01 Thread dmarkv
I used a custom board. I ended up with changing the device tree. This can be found in the kernel source: am335x-bone-common.dtsi The io's became usable by changing the default muxmode to 7 (GPIO). &am33xx_pinmux { pinctrl-names = "default"; pinctrl-0 = <&gpio_pins>; gpio_pins: gpio_

Re: [beagleboard] Dropped RX Packets in ifconfig

2015-06-01 Thread Robert Nelson
On Mon, Jun 1, 2015 at 4:25 AM, wrote: > I have a Beaglebone Black deployed at a customer site that is reporting a > large number dropped RX packets in ifconfig: > > Link encap:Ethernet HWaddr c8:a0:30:34:b8:09 > inet addr:10.121.6.30 Bcast:10.121.6.255 Mask:255.255.255.0 >

Re: [beagleboard] BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-06-01 Thread Ross Morrison
I've NOT been disappointed in VirtualBox running on my OS X system in any way. I do most my work on my Kubuntu desktop system, but in a pinch or when I'm on the road, the Macbook with VirutalBox gives me all the Linux capability I've ever needed. Simple to install and it just works. On 05/29/2

Re: [beagleboard] Dropped RX Packets in ifconfig

2015-06-01 Thread William Hermans
HI Danny, Not saying that it couldn't be a driver issue, but I've been loading my rootfs over out network for a long time( read: close to two years, with various kernels ), and have never even seem one dropped packet, let alone 5-10%. I've also done some minimal testing of network mounted file sys

Re: [beagleboard] Dropped RX Packets in ifconfig

2015-06-01 Thread William Hermans
Danny, Once you find the issue, would love to hear what the problem was. On Mon, Jun 1, 2015 at 9:09 AM, William Hermans wrote: > HI Danny, > > Not saying that it couldn't be a driver issue, but I've been loading my > rootfs over out network for a long time( read: close to two years, with > var

[beagleboard] Virtual keyboard on BBB?

2015-06-01 Thread Drew Fustini
Anyone used a virtual (onscreen) keyboard for BBB with an LCD cape? I'm away from a Beagle at the moment and someone I'm meeting with asked me. I installed florence on my Debian 8 laptop running Gnome 3 and it doesn't seem to work. However, this is not really a good test of what would happen wit

[beagleboard] BBB GPIO 1.2 v on GPIO pin when set to LOW

2015-06-01 Thread ali . shahkar
I have been playing with the GPIO pins both through the OS as well as Python using the adafruit libraries, and I am seeing some strange behavior. When I connect an LED + 470 Ohm resistor to GND and a GPIO pin set as OUTPUT, I see the LED glow dimly (i.e there is a slight voltage present) even w

[beagleboard] Problems with CAN in BBB

2015-06-01 Thread Bruno Luiz
I am working with a BeagleBone Black rev C for a project using CAN. I am using the CBB-Serial-r02 cape because we need the UART features too. The problem is that CAN is not working. I did a lot of things to test it on a 3.8-rt kernel from RobertCNelson (which is only PREEMPT), but it didn't wor

[beagleboard] CAN Problems on BBB rev C

2015-06-01 Thread bruno . luiz . one
I am working with a BeagleBone Black rev C for a project using CAN. I am using the CBB-Serial-r02 cape because we need the UART features too. The problem is that CAN is not working. I did a lot of things to test it on a 3.8-rt kernel from RobertCNelson (which is only PREEMPT), but it didn't wor

Re: [beagleboard] CAN Problems on BBB rev C

2015-06-01 Thread Robert Nelson
On Mon, Jun 1, 2015 at 1:16 PM, wrote: > I am working with a BeagleBone Black rev C for a project using CAN. I am > using the CBB-Serial-r02 cape because we need the UART features too. The > problem is that CAN is not working. I did a lot of things to test it on a > 3.8-rt kernel from RobertCNels

Re: [beagleboard] Virtual keyboard on BBB?

2015-06-01 Thread Jason Kridner
On Mon, Jun 1, 2015 at 1:00 PM, Drew Fustini wrote: > Anyone used a virtual (onscreen) keyboard for BBB with an LCD cape? > > I'm away from a Beagle at the moment and someone I'm meeting with asked me. > > I installed florence on my Debian 8 laptop running Gnome 3 and it > doesn't seem to work. H

Re: [beagleboard] CAN Problems on BBB rev C

2015-06-01 Thread William Hermans
According to the Logic Supply serial cape manual . . . *Important:* > > *You cannot just test the CAN Bus software without connecting the > CBB-Serial hardware to another CAN device. You need to be connected to a > receiving CAN device so that ACK (acknowledge) packets get sent and the CAN > send

[beagleboard] Re: BeagleBone: Cross-Compiling Tool-Chain on Mac OS X?

2015-06-01 Thread rattus
If anyone's interested, I have a semi-painful flow for dumping a user-created image to SD under Debian running on a VirtualBox VM under Mac OS X. The image was created using Robert's flow in Debian. I have been quite happy with VirtualBox lately, far more than I can say for the crooks (take you

[beagleboard] Issue while creating bash aliases

2015-06-01 Thread Karteek YV
I have added some aliases to ~/.bash_aliases and tried to run ~/.bashrc which gave the following error ./.bashrc: line 6: return: can only `return' from a function or sourced script it worked on one of the BBB and my ubuntu pc but not the other one. Both the BBBs are loaded with 14.04 3.8.13-