[beagleboard] Re: UART BeagleBone Black

2013-12-18 Thread Renato Riolino
André, Open the file uEnv.txt with nano: sudo nano -w /boot/uboot/uEnv.txt and add at the end of optargs= the following: capemgr.enable_partno=BB-UART1 Then just save and exit (CTRL-X) and reboot. []'s Renato Em terça-feira, 17 de dezembro de 2013 11h04min01s UTC-2, André Lessa escreveu: >

[beagleboard] Re: Using UART0 via PIN 17 and PIN 18 from P9

2013-12-18 Thread Renato Riolino
Looking at the Reference Manual (Rev A5.6), on table 12, pins 17 and 18 on P9 are used by I2C1_SCL and I2C1_SDA and then on table 17, it says that P9 17 and 18 are used by EEPROM. Is that the reason I can't use them? Is there another way to use all UARTs on P8 and P9? Thanks Em segunda-feira,

[beagleboard] Re: Cannot access BBB via wifi

2013-12-18 Thread David Marquart
Can you post what you get with ~iwconfig wlan0. Iwconfig requires wireless-tools and I do not think that came on angstrom. That will tell you if you really are connected. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the G

Re: [beagleboard] Beaglebone Black kernel sources

2013-12-18 Thread cwrseckford
On Tuesday, December 17, 2013 5:52:00 PM UTC, Jason Kridner wrote: > > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git is > the canonical mainline and > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git > is a stable fork with bug fix patches applied for

[beagleboard] BeagleBone Black Availability

2013-12-18 Thread Charles Steinkuehler
I went to order a couple more BeagleBone Blacks, but I can't seem to find any! Lots of folks show them expected back in stock sometime in January, but I couldn't find any to actually buy. Does anyone know of a US supplier with actual stock? Did the BBB somehow become the "hot" must-have Christma

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Gerald Coley
Someone or a bunch of someones, came in and bought up everything out there. We are shipping 3,000 boards a week. As you can see, there still is not stock. You might try Newark, I saw they may have some stock, but can't say how accurate that is. And yes, all our distributors reported a big uptick i

Re: [beagleboard] Re: interfacing the beagle board to DSP filtering techinque

2013-12-18 Thread Gerald Coley
Well, from my standpoint, I have no answer to give you. This needs to be answered by a SW expert on DSP, and the support for DSP on the -xM is very thin. You would be better off asking a DSP question on a different forum. Maybe try the TI e2e forums. Gerald On Wed, Dec 18, 2013 at 1:02 AM, w

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Paulo Ferreira
On 18/12/2013, at 13:28, Charles Steinkuehler wrote: > I went to order a couple more BeagleBone Blacks, but I can't seem to > find any! Lots of folks show them expected back in stock sometime in > January, but I couldn't find any to actually buy. > > Does anyone know of a US supplier with actu

Re: [beagleboard] Re: Using UART0 via PIN 17 and PIN 18 from P9

2013-12-18 Thread Gerald Coley
You can use them. Gerald On Wed, Dec 18, 2013 at 4:09 AM, Renato Riolino wrote: > Looking at the Reference Manual (Rev A5.6), on table 12, pins 17 and 18 on > P9 are used by I2C1_SCL and I2C1_SDA and then on table 17, it says that P9 > 17 and 18 are used by EEPROM. > > Is that the reason I can

[beagleboard] Wifi Packet Sniffer by Beagle Bone Black

2013-12-18 Thread K. Kuroda
Hello, I'm currently looking for information regarding the possibility to use the BBB as an wifi packet-sniffering device. When carried out with the next composition, the error of came out. OS : Ubuntu 12.04 Sniffering soft : Wireshark USB wifi chipset : rt8070 error message : The capabiliti

[beagleboard] not litting LED's

2013-12-18 Thread Sudheer A
I am first to use BBB, the led's are not litting after providing power supply from usb. Can you let me know why is it so. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe

[beagleboard] Who has BBB in stock?

2013-12-18 Thread gbhoffman
My order for a BeagleBoard Black from Amazon (Jameco Electronics) was cancelled today after promising they would deliver this week. I can't find anyone with stock anywhere in the country, at least at the regular price of $45. Some folks are selling at $59 but I'm shy of ordering at these scalpi

Re: [beagleboard] Who has BBB in stock?

2013-12-18 Thread Gerald Coley
We are shipping right at 3,000 per week. As you can see, there is still no stock. Gerald On Wed, Dec 18, 2013 at 12:21 AM, wrote: > My order for a BeagleBoard Black from Amazon (Jameco Electronics) was > cancelled today after promising they would deliver this week. I can't find > anyone with

Re: [beagleboard] Re: How to get A gui on my beagle bone

2013-12-18 Thread Dhanushka Jayaweera
> > Dear Robert, > I tried * /boot/uboot/tools/ubuntu/small-lxde-desktop.sh* as you advised, and it worked. I couldn't find any text editors with GUIs installed in this ubuntu version. So I tried *GVim, Cream, *etc but whenever I run them, BBB freezes. *Editra *seems to be working so f

[beagleboard] HMC6352 interface to beaglebone, I2C interface

2013-12-18 Thread babu . dec04
Dear all, i am working on Beaglebone (Angstrom linux), i tried to interface Compass Module - HMC6352 to the beaglebone through I2C-3 (available in expansion header P9, pin numbers 19 and 20) i used i2c commands in the terminal to detect the module. ##i2cdetect -r 3 0 1 2 3 4 5 6 7

Re: [beagleboard] How to run 2 sripts at the same time?

2013-12-18 Thread bram . seys . so
> > Correction: >> Jobs, fg and bg work on Angstrom. >> > But when you start the 2 scripts in a bash command: #!/bin/bash python grafcet.py & python running_green.py & Jobs cannot catch them. You can only catch them with jobs, if you start each python script seperately and then use crtl-Z and

[beagleboard] Not detecting as a storage device

2013-12-18 Thread Sudheer A
I am newbee to use BBB. I just went on through the getting started manual and booted the Angstrom. Later I followed the commnds given in BBB wiki and followed in ubuntu using terminal. Now I can't find the LED's blinking nor Drive in my computer when i connect to my PC. Please any on help me.

Re: [beagleboard] not litting LED's

2013-12-18 Thread Gerald Coley
Sounds like the eMMC was corrupted. Try reflashing the eMMC. http://www.elinux.org/Beagleboard:BeagleBoneBlack Item 10.1 You can also try booting form SD card as well., Gerald On Wed, Dec 18, 2013 at 6:12 AM, Sudheer A wrote: > I am first to use BBB, the led's are not litting after providi

Re: [beagleboard] Not detecting as a storage device

2013-12-18 Thread Gerald Coley
LEDs do not blink on Ubuntu if I remember correctly. Gerald On Wed, Dec 18, 2013 at 5:37 AM, Sudheer A wrote: > I am newbee to use BBB. I just went on through the getting started manual > and booted the Angstrom. Later I followed the commnds given in BBB wiki > and followed in ubuntu using ter

Re: [beagleboard] Wifi Packet Sniffer by Beagle Bone Black

2013-12-18 Thread Philip Polstra
You might check out my Linux distro, The Deck, available from sourceforge.net. it has tons of security stuff including packet sniffing. On Dec 18, 2013 8:05 AM, "K. Kuroda" wrote: > Hello, > > I'm currently looking for information regarding the possibility to use the > BBB as an wifi packet-snif

Re: [beagleboard] HMC6352 interface to beaglebone, I2C interface

2013-12-18 Thread Jack Mitchell
On 18/12/13 09:44, babu.de...@gmail.com wrote: > Dear all, > > i am working on Beaglebone (Angstrom linux), i tried to interface > Compass Module - HMC6352 to the beaglebone through I2C-3 (available in > expansion header P9, pin numbers 19 and 20) > > i used i2c commands in the terminal to detec

Re: [beagleboard] Re: How to get A gui on my beagle bone

2013-12-18 Thread Robert Nelson
On Tue, Dec 17, 2013 at 11:26 PM, Dhanushka Jayaweera wrote: >> Dear Robert, > >I tried /boot/uboot/tools/ubuntu/small-lxde-desktop.sh as you advised, > and it worked. >I couldn't find any text editors with GUIs installed in this ubuntu > version. So I tried GVim, Cream, etc but whenever

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Charles Steinkuehler
Wow! Well congratulations to beagleboard.org! I knew you were building these in pretty good volume, so I was surprised to see everyone out of stock at the same time. Sounds like someone must have wanted a *LOT* of boards. Perhaps the guy with the red hat, or maybe someone figured out how to use

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-12-18 Thread felix . w . baumann
Hello Darrell, thank you very much. You've helped me a lot. It did fail as you've said it would. I've received the following lines in the logfile of the host computer: [ 6634.154670] usb 2-1.2: new high-speed USB device number 11 using ehci_hcd [ 6634.249933] usb 2-1.2: New USB device found, idV

Re: [beagleboard] Re: How to get A gui on my beagle bone

2013-12-18 Thread Amalinda J' Gamage
indeed Robert. Worked for me. You seriously rock!! -- 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 emails from it, send an email to bea

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Wilfredo Nieves
I know that Radio Shack had some a few days ago but you may want hold off on buying one from them because they are asking $89.99 for what seems to be a really bare kit. -Wil On Dec 18, 2013 7:30 AM, "Charles Steinkuehler" wrote: > Wow! Well congratulations to beagleboard.org! > > I knew you wer

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread Gerald Coley
Yes, that is where some of them went, into the Make kit the Radio Shack sells. Gerald On Wed, Dec 18, 2013 at 8:46 AM, Wilfredo Nieves wrote: > I know that Radio Shack had some a few days ago but you may want hold off > on buying one from them because they are asking $89.99 for what seems to be

[beagleboard] Re: interfacing the beagle board to DSP filtering techinque

2013-12-18 Thread Nizamov Shawkat
Hi, Why do you want to use DSP at all? I am not that big specialist in this, but with ARM NEON you can achieve quite a lot - it has a number of vectorized operations which are typical for DSP. I have implemented some things with ARM NEON SIMD and the processing speeds were so high that it was

Re: [beagleboard] Re: Using UART0 via PIN 17 and PIN 18 from P9

2013-12-18 Thread Renato Riolino
I've made a DT overlay to use them, but trying to sending something to ttyO0, the output was still going to the 6 pin debug header. Can you help me with this issue? Em quarta-feira, 18 de dezembro de 2013 12h05min00s UTC-2, Gerald escreveu: > > You can use them. > > Gerald > > > > On Wed, Dec 1

Re: [beagleboard] Re: BeagleBone Black Availability

2013-12-18 Thread Gerald Coley
We are not in a position to build up thousands of boards and let them just sit on our shelves. So, we rely on our distributors to tells us how many to ship and when. We work our production around that information. Everyone was caught off guard with the sudden burst of "demand" Gerald On Wed, Dec

[beagleboard] Re: Wifi Packet Sniffer by Beagle Bone Black

2013-12-18 Thread Mark A. Yoder
Two ideas: 1. Did you "sudo" when running WireShark? 2. If that doesn't work, my students did a nice project[1] that runs *tcpdump* on the bone to collect data and passes the data to WireShark (running on the host) to display the data. --Mark [1] http://elinux.org/ECE497_Project_Wi

Re: [beagleboard] Re: Using UART0 via PIN 17 and PIN 18 from P9

2013-12-18 Thread Gerald Coley
I can't but maybe someone from the SW side can. Gerald On Wed, Dec 18, 2013 at 9:43 AM, Renato Riolino wrote: > I've made a DT overlay to use them, but trying to sending something to > ttyO0, the output was still going to the 6 pin debug header. > > Can you help me with this issue? > > Em quart

[beagleboard] Re: LCD4/LCD7/4DCAPE-43 Backlight PWM - Changing Frequency

2013-12-18 Thread ecomsteve
I have been been dealing with exactly the same issue, after spending a couple of days i have manged to get the kernel booting the tftp server. Hvae you managed to get the image onto an sdcard so the kernel will boot with the need for the tftp server. On Wednesday, 2 October 2013 08:05:58 UTC+1

[beagleboard] BB-UART1-ooAo wrong?

2013-12-18 Thread nfindikli
I am enabling the serial ports using /lib/firmware/BB-UART#-ooAo.dts and UART1 is having issues. When I look at the .dts file, it looks wrong (both tx & rx are set as inputs). (check out the pin definitions in fragment@0) /* * Copyright (C) 2013 CircuitCo * * Virtual cape for UART1 on connec

[beagleboard] BBB DRIVE NOT DETECTED, NOT LOADING 192.168.7.2

2013-12-18 Thread jithu ajith
Hi, i am new to BBB. I installed drivers and leds are blinking,but i cannot load 192.168.7.2, also i cannot detect the flash drive when powered using usb. I am using win 8. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

Re: [beagleboard] Re: Kernel Config

2013-12-18 Thread David Marquart
The way it looks in build_kernel.sh is that if i were to: -rename defconfig to defconfig.bkup -cp beaglebone to defconfig -then run the build_kernel.sh and change the cifs options I would get a 3.8.12 kernel with only the one change. Would I then just follow the boot partition portion of http:/

Re: [beagleboard] ITU-R BT 656 compatible camera interface

2013-12-18 Thread ozkannn01
Hi there, I just would like to share my experience on enabling BT.656 support in BBxM where Kernel 3.7.13 (stable-kernel) is in use. The changes made were inside of omap3isp and board-omap3beagle. Basically bridge and bt656 parameters were missing. The parallel bridge needs to be disable to col

Re: [beagleboard] Failure to re-flash Beagle Bone Black

2013-12-18 Thread David Marquart
This is the best way I found to be sure that your card is completely clean before reflashing: Run in command line as administrator- 1. Diskpart 2. List Disk 3. Select Disk 1 (Replace 1 with number reflecting your SD Card) 4. clean 5. create partition primary 6. active 7. format fs=fat32 quick 8. a

[beagleboard] Re: Beaglebone - power consumption minimization and measurements...

2013-12-18 Thread a . t . schneider82
If anyone is still working on this, I have had success by forcing the i2cset (-f option): root@beaglebone:~# i2cset -f -y 1 0x24 9 5 Then for Linux beaglebone 3.2.34 our ain's are in: /sys/devices/platform/omap/tsc/ So this has worked for me: root@beaglebone:~# uname -a Linux beaglebone 3.2.34 #1

[beagleboard] uImage to sdcard

2013-12-18 Thread ecomsteve
Hi I have been following the instructions on this site http://elinux.org/Building_BBB_Kernel to create a new kernel, and it boots over tftp as the instructions show. I am having trouble getting the new uImage onto an sdcard with u-boot. I have tried swapping the uImage with the existing one

[beagleboard] Sending Rs232 Commands to Projector, looking for guidance

2013-12-18 Thread randle . gold
I am looking to use a BeagleBone Black to send simple on/off commands to a projector attached via Serial using RS232 Commands. From what I have gathered I need to unable Uart in uEnv.txt. I am just looking for some guidance on what is necessary to accomplish this task also I am new to BeagleB

[beagleboard] Re: emacs on Ångström - no keys

2013-12-18 Thread RT Mistler
Hi, Do you use the -X switch when you invoke ssh? I was searching for how to install emacs on beaglebone black and found your note. It worked for me, I use: ssh -X root@ to attach to my BBB and now that I've installed gnuemacs, it works correctly, window pops up and all; no problems with ke

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
> Hi Robert, > > It would be good to get this fixed, because I don¹t like working with the > TI kernel. The screen resolution defaults to 640x480-60 so it seems like > EDID is somehow broken. ³Enable firmware EDID² is enabled. BTW, where is > the EDID info retrieved/stored. I¹m trying to set the re

[beagleboard] Re: Cannot access BBB via wifi

2013-12-18 Thread fabrguer
Hi David, yesterday night I had a breakthrough: I logged into the router and found that it could not see all the devices connected (such as my laptop for instance) and obviously beaglebone. I thought that was weird as I know for sure wifi works for my laptop. I rebooted the router and the beagl

[beagleboard] Re: Cannot access BBB via wifi

2013-12-18 Thread David Marquart
Do you have your ethernet cable hooked up too? I have read about issues with trying to use 2 DHCP addresses with Angstrom. Have you checked? ~# dmesg | grep wlan0 Maybe you can see it connecting/disconnecting? On Wednesday, December 18, 2013 12:21:50 PM UTC-6, fabrguer wrote: > > Hi David, >

Re: [beagleboard] Who has BBB in stock?

2013-12-18 Thread gbhoffman
Keep making them. I ordered my v6 model from Special Electronics in Scottsdale. He was very helpful. I should get it Friday. BTW, Amazon still lists it from Jameco, but they have no stock, so there is something strange going on in the pipeline. Gary On Wednesday, December 18, 2013 6:07:46 AM UTC

Re: [beagleboard] Who has BBB in stock?

2013-12-18 Thread Gerald Coley
Yes, everyone is out of boards. But, they keep taking orders. We ship. They get, They ship. Nothing left. Gerald On Wed, Dec 18, 2013 at 1:02 PM, wrote: > Keep making them. I ordered my v6 model from Special Electronics in > Scottsdale. He was very helpful. I should get it Friday. > BTW, Amazo

[beagleboard] Re: Usb Audio Dongle in BBB

2013-12-18 Thread Maria Christopoulou
Hello, I am sorry for the delayed answer. Sox works like a charm, thank you for the suggestion. The "aplay" issue hasnt been resolved though, but Sox suits my needs. As for the card name, "aplay -L" lists this: *root@beaglebone:~# aplay -LnullDiscard all samples (playback) o

Re: [beagleboard] Re: Touchscreen Jitter / Jumping on Beaglebone Black LCD Capes

2013-12-18 Thread Terry Storm
Lots of alternatives you can download Aptoide is one for example Only have to get the apk for that and then download using aptoide like any other App Store. On 18 December 2013 17:24, Ian Kidd wrote: > I figured. I'll give that a shot. Be nice to have an App Store on

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 10:21 AM, "Robert Nelson" wrote: >> Hi Robert, >> >> It would be good to get this fixed, because I don¹t like working with >>the >> TI kernel. The screen resolution defaults to 640x480-60 so it seems like >> EDID is somehow broken. ³Enable firmware EDID² is enabled. BTW, where is >>

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
On Wed, Dec 18, 2013 at 2:06 PM, John Syne wrote: > On 12/18/13, 10:21 AM, "Robert Nelson" wrote: > > >>> Hi Robert, >>> >>> It would be good to get this fixed, because I don¹t like working with >>>the >>> TI kernel. The screen resolution defaults to 640x480-60 so it seems like >>> EDID is someho

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
On Wed, Dec 18, 2013 at 2:11 PM, Robert Nelson wrote: > On Wed, Dec 18, 2013 at 2:06 PM, John Syne wrote: >> On 12/18/13, 10:21 AM, "Robert Nelson" wrote: >> >> Hi Robert, It would be good to get this fixed, because I don¹t like working with the TI kernel. The screen reso

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
> Bingo: > > ‘/opt/github/linux-dev/ignore/ti-sdk-pvr/Graphics_SDK/gfx_rel_es8.x/bufferclass_ti.ko’ > -> ‘./opt/sgx_modules/es8.0/bufferclass_ti.ko’ > ‘/opt/github/linux-dev/ignore/ti-sdk-pvr/Graphics_SDK/gfx_rel_es8.x/drm.ko’ > -> ‘./opt/sgx_modules/es8.0/drm.ko’ > ‘/opt/github/linux-dev/ignore/ti

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 12:56 PM, "Robert Nelson" wrote: >On Wed, Dec 18, 2013 at 2:11 PM, Robert Nelson >wrote: >> On Wed, Dec 18, 2013 at 2:06 PM, John Syne >>wrote: >>> On 12/18/13, 10:21 AM, "Robert Nelson" wrote: >>> >>> > Hi Robert, > > It would be good to get this fixed, because I don

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 1:46 PM, "Robert Nelson" wrote: >> Bingo: >> >> >>Œ/opt/github/linux-dev/ignore/ti-sdk-pvr/Graphics_SDK/gfx_rel_es8.x/buffe >>rclass_ti.ko¹ >> -> Œ./opt/sgx_modules/es8.0/bufferclass_ti.ko¹ >> >>Œ/opt/github/linux-dev/ignore/ti-sdk-pvr/Graphics_SDK/gfx_rel_es8.x/drm.k >>o¹ >> ->

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 1:46 PM, "Robert Nelson" wrote: >> Bingo: >> >> >>Œ/opt/github/linux-dev/ignore/ti-sdk-pvr/Graphics_SDK/gfx_rel_es8.x/buffe >>rclass_ti.ko¹ >> -> Œ./opt/sgx_modules/es8.0/bufferclass_ti.ko¹ >> >>Œ/opt/github/linux-dev/ignore/ti-sdk-pvr/Graphics_SDK/gfx_rel_es8.x/drm.k >>o¹ >> -> Œ

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
>>> >>> now just to 'refigure' out how to init this thing... >> >>Have you guys ran into this? >> >>[ 17.907315] pvrsrvkm: Unknown symbol drm_pvr_dev_remove (err 0) >>[ 17.907717] pvrsrvkm: Unknown symbol drm_pvr_dev_add (err 0) >>[ 17.907882] pvrsrvkm: Unknown symbol gpsPVRLDMDev (err 0) > H

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
On Wed, Dec 18, 2013 at 4:21 PM, Robert Nelson wrote: now just to 'refigure' out how to init this thing... >>> >>>Have you guys ran into this? >>> >>>[ 17.907315] pvrsrvkm: Unknown symbol drm_pvr_dev_remove (err 0) >>>[ 17.907717] pvrsrvkm: Unknown symbol drm_pvr_dev_add (err 0) >>>[

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 2:21 PM, "Robert Nelson" wrote: now just to 'refigure' out how to init this thing... >>> >>>Have you guys ran into this? >>> >>>[ 17.907315] pvrsrvkm: Unknown symbol drm_pvr_dev_remove (err 0) >>>[ 17.907717] pvrsrvkm: Unknown symbol drm_pvr_dev_add (err 0) >>>[ 17.9

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
On Wed, Dec 18, 2013 at 4:39 PM, John Syne wrote: > > On 12/18/13, 2:21 PM, "Robert Nelson" wrote: > > > now just to 'refigure' out how to init this thing... Have you guys ran into this? [ 17.907315] pvrsrvkm: Unknown symbol drm_pvr_dev_remove (err 0) [ 17.907717

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 2:39 PM, "John Syne" wrote: > >On 12/18/13, 2:21 PM, "Robert Nelson" wrote: > > > now just to 'refigure' out how to init this thing... Have you guys ran into this? [ 17.907315] pvrsrvkm: Unknown symbol drm_pvr_dev_remove (err 0) [ 17.907717] pvrsrv

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
>> >>BTW, I was able to run your v3.8 kernel with NFS, but I’m trying to test >>your V3.12 kernel and NFS doesn’t work. I removed initrd in the kernel >>config, but this still does not work. The TI V3.12 kernel does work. Any >>ideas? I’m using the same uEnv.txt file. > Found the problem. Needed to

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 2:45 PM, "Robert Nelson" wrote: >On Wed, Dec 18, 2013 at 4:39 PM, John Syne wrote: >> >> On 12/18/13, 2:21 PM, "Robert Nelson" wrote: >> >> >> now just to 'refigure' out how to init this thing... > >Have you guys ran into this? > >[ 17.907315] pvrsrvkm: U

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
> Hi Robert, > > Not necessary. Your V3.12 is booting via NFS. Just needed to enable > CONFIG_ROOT_NFS =y. I’m surprised that more developers don’t use NFS. I > can make all the file changes directly on my desktop and simply hit the > reset button and viola I’m up and running. No need to program SD

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 3:08 PM, "Robert Nelson" wrote: >> Hi Robert, >> >> Not necessary. Your V3.12 is booting via NFS. Just needed to enable >> CONFIG_ROOT_NFS =y. I¹m surprised that more developers don¹t use NFS. I >> can make all the file changes directly on my desktop and simply hit the >> reset butt

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
On Wed, Dec 18, 2013 at 5:43 PM, John Syne wrote: > > On 12/18/13, 3:08 PM, "Robert Nelson" wrote: > >>> Hi Robert, >>> >>> Not necessary. Your V3.12 is booting via NFS. Just needed to enable >>> CONFIG_ROOT_NFS =y. I¹m surprised that more developers don¹t use NFS. I >>> can make all the file cha

[beagleboard] Re: emacs on Ångström - no keys

2013-12-18 Thread rltenney
I'm using SSH Secure Shell on a Windows XP machine, not ssh on a Linux box, and there's no -X option that I'm aware of. As far as I can tell from the man page, whatever it is that the -X option does is automatically provided by the SSH program. Also, I've used this software for accessing emacs

Re: [beagleboard] Bone VDD_3V3EXP Disable Issues

2013-12-18 Thread andersenbe3102
I ran into a similar finding on the A6 board. Interestingly, the A5C works correctly. These are with a battery connected. I'm investigating a proper shutdown and power-off if the main 5V is removed. I have a Li-Ion battery connected to keep everything running until a proper shutdown/power-of

Re: [beagleboard] Bone VDD_3V3EXP Disable Issues

2013-12-18 Thread Gerald Coley
Did you look here? http://www.elinux.org/Beagleboard:BeagleBoneBlack#Board_Revisions_and_Changes *3) Moved the enable for the VDD_3V3B regulator to VDD_3V3A rail. Change was made to reduce the delay between the ramp up of the 3.3V rails. No evidence of this being an issue, but it really needs to

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 4:17 PM, "Robert Nelson" wrote: >On Wed, Dec 18, 2013 at 5:43 PM, John Syne wrote: >> >> On 12/18/13, 3:08 PM, "Robert Nelson" wrote: >> Hi Robert, Not necessary. Your V3.12 is booting via NFS. Just needed to enable CONFIG_ROOT_NFS =y. I¹m surprised that more d

[beagleboard] Nothing but power light comes on...??

2013-12-18 Thread 2andrewhartman
I have an A5A board, so far I have just been using the Cloud 9 IDE so there is no SD card or anything. I have looked at some of the other forums with similar problems and the only possible solution I have seen so far is an RMA. The PWR LED turns on when the board is powered, from USB or PSU and

[beagleboard] Re: Wifi Packet Sniffer by Beagle Bone Black

2013-12-18 Thread naname . walk
Thank you for your reply When I reinstall Ubuntu "13.10", I can capture packets. Probably, some drivers needed for packet-sniffering were contained in not 12.04 package but 13.10 package. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you a

Re: [beagleboard] Nothing but power light comes on...??

2013-12-18 Thread Gerald Coley
This issue rarely requires an RMA. Most likely you have powered the board off by not pushing the power button and the eMMC flash is corrupted. Try reflashing the eMMC. http://www.elinux.org/Beagleboard:Updating_The_Software Gerald On Wed, Dec 18, 2013 at 7:37 PM, <2andrewhart...@gmail.com> wro

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread Robert Nelson
>> >>That's awesome news, btw can you please attach your config, i kinda >>went hack-happy since .4 with the base config. Plus yours works! ;) > Hi Robert, > > BTW, how difficult would it be to get SGX working on your V3.8 kernel? I’m > using Xenomai and currently there is no Xenomai patch for V3.

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 5:45 PM, "Robert Nelson" wrote: >>> >>>That's awesome news, btw can you please attach your config, i kinda >>>went hack-happy since .4 with the base config. Plus yours works! ;) >> Hi Robert, >> >> BTW, how difficult would it be to get SGX working on your V3.8 kernel? >>I¹m >> usin

[beagleboard] Re: Need I2C drivers for lcd for ebay

2013-12-18 Thread Jim Hodgers
On Tuesday, December 10, 2013 5:09:13 PM UTC-8, Jim Hodgers wrote: > > Hi Dave,THANKS a bunch!! Works like a charm, I will be studying this until > it is totally clear. > Jim -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed t

Re: [beagleboard] Re: Need I2C drivers for lcd for ebay

2013-12-18 Thread Dave Hylands
Hi Jim, On Wed, Dec 18, 2013 at 5:58 PM, Jim Hodgers wrote: > > > On Tuesday, December 10, 2013 5:09:13 PM UTC-8, Jim Hodgers wrote: > >> Hi Dave,THANKS a bunch!! Works like a charm, I will be studying this >> until it is totally clear. >> > Cool - Feel free to ask questions about anything you

[beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit

2013-12-18 Thread bgrw52
> Hi, > I have a Beagleboard Black, San micro sdcard 16g extreme with the Kali Linux Image on it. With the help of Tobin over at Win32 image writer I saw that the write was correct with an image G (microsd card) 122M G /storage/kali/images/beaglebone-black/root 6.72G opened partition to find

Re: [beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit

2013-12-18 Thread John Syne
From: Reply-To: Date: Wednesday, December 18, 2013 at 7:33 PM To: Subject: [beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit > >> Hi, > I have a Beagleboard Black, San micro sdcard 16g extreme with the Kali Linux > Image on it. With the help of Tobin over

Re: [beagleboard] BeagleBone Black Availability

2013-12-18 Thread John Syne
I vote that Charles go to the front of the line given the number of people he has helped in this group ;-) I know he has helped me personally and I will always be grateful for all the help he has given me. Regards, John On 12/18/13, 6:30 AM, "Charles Steinkuehler" wrote: >Wow! Well congratul