[beagleboard] Re: BeagleBone Black USB Host hot plugging issues

2013-12-13 Thread rick93nl
Nevermind I now know for sure it's the USB device that is causing the issue. It's a storage device, and it works fine when hot plugging into my laptop. I plugged another USB storage device into the BeagleBone Black and that worked fine. So the USB device that fails must've become somewhat broken

[beagleboard] Error While installation of beagle Bone driver.

2013-12-13 Thread Somnath Pradhan
Hi , when i am trying to connect the beagle board in computer via usb, It is showing Error Message . The screen short of error is attached. I am using windows 8 64 bit. it will be very helpful if you this problem can be solved. Thanks Somnath Pradhan -- For more options, visit

[beagleboard] Re: Edma 2channel transfer loop

2013-12-13 Thread Dimitris Boulougaris
Hi Terrence. Yes i am writing a kernel module and interfacing with it from user space. As i went through the same period like you do now i'll be glad to help you. The first step is to allocate the buffers that the edma will use source and destination buffers as well . as edma needs special

[beagleboard] Re: Beaglebone as Android Accesory

2013-12-13 Thread ariadna . instruments
Hi Dave, Thanks for your answer. I have reconfigured sh using: sudo dpkg-reconfigure dash. But I received the same error. What can it be? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

Re: [beagleboard] BBB stopped working, won't power up.

2013-12-13 Thread Gerald Coley
Well, considering the voltage of the I/O is rated at 3.3V max, I would say the processor is most likely destroyed. Gerald On Thu, Dec 12, 2013 at 10:56 PM, Ian Kidd ikidd3...@gmail.com wrote: http://imgur.com/LOe2NAQ +5V and GND into each IC. On Thursday, December 12, 2013 6:07:36 PM

Re: [beagleboard] Error While installation of beagle Bone driver.

2013-12-13 Thread Robert Nelson
On Fri, Dec 13, 2013 at 12:15 AM, Somnath Pradhan som9...@gmail.com wrote: Hi , when i am trying to connect the beagle board in computer via usb, It is showing Error Message . The screen short of error is attached. I am using windows 8 64 bit. it will be very helpful if you this problem can

Re: [beagleboard] Power off while flashing Ubuntu

2013-12-13 Thread Robert Nelson
On Fri, Dec 13, 2013 at 7:25 AM, danushka...@gmail.com wrote: Hey there... I'm pretty new to BeagleBone Black. And I tried to install Ubuntu 13.10 in my BBB. While it was happening my power adapter was removed. We can't code for that situation. ;) Since that I'm getting only the power

Re: [beagleboard] BeagleBone Black: is it a Real-Time Board?

2013-12-13 Thread Gerald Coley
Yes. Assuming the SW you run is real-time in nature. Gerald On Fri, Dec 13, 2013 at 6:50 AM, guerre...@gmail.com wrote: Hi all, is it possible to use the BeagleBone Black as a Real-Time board, that allows it to be used for critical applications, like in industrial environment? Thank you

[beagleboard] How Difficult is it to Compile and Run Robert Nelson's Ubuntu 13.04, V3.12.x branch?

2013-12-13 Thread Bit Pusher
Not! Just for info, especially for newbies (which I am regarding linux kernels). I went through the process of downloading and compiling Robert Nelson's Ubuntu 13.04 (v3.12.x branch (better usb and ethernet)), and it was very seamless and straightforward with no glitches. What a nice piece of

Re: [beagleboard] BeagleBone Black: is it a Real-Time Board?

2013-12-13 Thread Gerald Coley
Correct. The HW design does not use industrial temperature devices, although there are a lot of people that have swapped those out and are using the design for industrial applications. Gerald On Fri, Dec 13, 2013 at 9:12 AM, Daniel Nilsson dan...@dnil.se wrote: Hi, Linux is per default not

[beagleboard] dcan1 on BBB only transmits data when loopback mode is enabled and also does not receive data

2013-12-13 Thread x . ample
Hi all, we bought a BBB a few days ago. I tried to run a simple can send/receive demo. I'm using the out of the box angstrom linux distribution and activated the dcan1 according to this tutorial: http://www.embedded-things.com/bbb/enable-canbus-on-the-beaglebone-black/ . The overlay is

[beagleboard] Re: CANopen Stack that works on Beagle Bone Black With CANCape

2013-12-13 Thread x . ample
Today I tried the same procedure with Ubuntu on the BBB, but the behavior is still the same... On Tuesday, October 22, 2013 4:39:29 PM UTC+2, prade...@gmail.com wrote: Hey all, I am using a CAN cape on BBB, and looking to use a open implementation of CANOpen. All i found was CANFestival,

[beagleboard] Re: dcan1 on BBB only transmits data when loopback mode is enabled and also does not receive data

2013-12-13 Thread X .ample
Today I tried the same procedure with Ubuntu on my BBB, but the behavior is still the same. By the way, the bus termination is correct! Thanks On Friday, December 13, 2013 4:17:35 PM UTC+1, X .ample wrote: Hi all, we bought a BBB a few days ago. I tried to run a simple can send/receive

[beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2013-12-13 Thread Kees k
Hey, did you try another power supply? Probably the PS has problem supplying the current and drops voltage? Or there is a current limitation. I tried to reproduce by only connecting P9.5, P9.6 and P9.1 (GND) , but could not. On Tuesday, November 19, 2013 2:00:55 AM UTC+1, James Littlefield

[beagleboard] Re: Disable USB Host port

2013-12-13 Thread APRichelieu
Den tisdagen den 10:e december 2013 kl. 11:49:40 UTC+1 skrev palesius: I'm looking for a way to disable (temporarily) the USB host port in a program I'm developing. I have a device that I'm interfacing with via libusb that sometimes misbehaves and needs to be physically

[beagleboard] Re: Beaglebone Black USB Host turns off

2013-12-13 Thread APRichelieu
Den lördagen den 16:e november 2013 kl. 01:46:23 UTC+1 skrev kfre...@gmail.com: Hello, First a little bit of a background: I have a beaglebone black connected to the mains with a 5V, 1A DC power supply. I'm running an Xbee USB adapter board (http://goo.gl/ygIboV), and an XBee 900HP

[beagleboard] Re: NFS server on beaglebone black

2013-12-13 Thread cwrseckford
On Friday, December 13, 2013 4:21:36 AM UTC, Olive wrote: Hello, I managed to run a NFS server on a Beaglebone a couple of years ago by simply installing the following module. *opkg nfs-utils install* Revisiting the idea with the Beaglebone black I get the following message when

[beagleboard] regarding previous mail

2013-12-13 Thread anusha . n
i have sent a previous mail about my M-tech project i am using beagle board-xM -- *Engineering **Sciences* *BVRIT http://bvrit.ac.in* | *SVECW* http://svecw.edu.in | *VIT*http://vishnu.edu.in | *BVRITH * http://bvrithyderabad.edu.in *Medical Sciences* *VDC http://vdc.edu.in* | *SVCP

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

2013-12-13 Thread Gerald Coley
So it is a BeagleBoard-xM. I posted it here as you did not respond to this thread but started another one. Gerald On Thu, Dec 12, 2013 at 7:51 AM, Gerald Coley ger...@beagleboard.orgwrote: Any chance you can say which BeagleBoard you have? Gerald On Thu, Dec 12, 2013 at 1:08 AM,

Re: [beagleboard] BeagleBone Black: is it a Real-Time Board?

2013-12-13 Thread John Syne
From: guerre...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, December 13, 2013 at 4:50 AM To: beagleboard@googlegroups.com Subject: [beagleboard] BeagleBone Black: is it a Real-Time Board? Hi all, is it possible to use the BeagleBone Black as a Real-Time board, that

Re: [beagleboard] BeagleBone Black: is it a Real-Time Board?

2013-12-13 Thread David Goodenough
On Friday 13 Dec 2013, guerre...@gmail.com wrote: Hi all, is it possible to use the BeagleBone Black as a Real-Time board, that allows it to be used for critical applications, like in industrial environment? Thank you very much! Alessandro Have a look at the PRU, there are two of them

[beagleboard] Re: problem in BBB

2013-12-13 Thread sask1236
Hello, We dont have to type the IP address there if the communication is successfully established by BBB. I had one BBB which directly communicated and turned the image green as shown in pic. But on another board i was not able to communicate with it on Windows Putty or from linux ssh. After

[beagleboard] saucy-armhf/v3.12.5-bone10 kernel freezes (USB related?)

2013-12-13 Thread Christof Meerwald
Hi, I just tried updating to v3.12.5-bone10 (from http://rcn-ee.net/deb/saucy-armhf/v3.12.5-bone10/), but my BBB froze completely shortly after booting. Unfortunatly, there was absolutely no output on the serial console, but it's likely related to my USB-connected DVB-T stick (similar to the USB

Re: [beagleboard] BBB: debian armhf with ALSA + MIDI

2013-12-13 Thread tiziano de togni
Il 13/12/2013 00:22, Robert Nelson ha scritto: Ahh, actually midi/SND_SEQUENCER is enabled: https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.8/patches/defconfig#L3147 ok, here I am, downloaded the new image, extracted to my mSD card, inserted into the BBB mSlot, powered the BBB

Re: [beagleboard] Ubuntu raring install help. SD card not being recognized it seems...

2013-12-13 Thread msears
Btw I spun up an Ubuntu 13.04 VM in VMware and ran the script and everything installed perfectly. Thanks for the support. Now time to get the GUI on it and attempt loading the custom drivers and see where it goes. Thanks, Matt -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] BBB: debian armhf with ALSA + MIDI

2013-12-13 Thread Robert Nelson
On Fri, Dec 13, 2013 at 2:36 PM, tiziano de togni tiziano.deto...@gmail.com wrote: Il 13/12/2013 00:22, Robert Nelson ha scritto: Ahh, actually midi/SND_SEQUENCER is enabled: https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.8/patches/defconfig#L3147 ok, here I am, downloaded the

[beagleboard] Re: Windows 8 (64bit) driver install problems

2013-12-13 Thread wilkins24
This seems to no longer work with Windows 8.1, there is no General option under Change PC Settings. On Monday, April 29, 2013 3:12:04 PM UTC-7, Piyush Agarwal wrote: Hi Kenny, As Jason noted the installer is unsigned, this means you need to restart Windows 8 in the mode where it allows you

Re: [beagleboard] Re: Windows 8 (64bit) driver install problems

2013-12-13 Thread Robert Nelson
On Fri, Dec 13, 2013 at 3:09 PM, wilkin...@gmail.com wrote: This seems to no longer work with Windows 8.1, there is no General option under Change PC Settings. Any change with the latest version: https://github.com/beagleboard/beaglebone-getting-started/tree/master/Drivers/Windows Click on

[beagleboard] the GUI in Ubuntu 13.01 doest start Automatically

2013-12-13 Thread Amalinda J' Gamage
After installing ubuntu 13.01 and booting it up im only able to get a terminal type screen on the BBB HDMI o/p. How do I start the GUI like in any other deskop version of Ubuntu? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

Re: [beagleboard] HDMI is not working at all

2013-12-13 Thread Gerald Coley
Did you check for the troubleshooting section on the support Wiki? http://www.elinux.org/Beagleboard:BeagleBoneBlack Look under HDMI. DRM does not use the optargs. It only uses the EDID information it reads form the display to set the resolution. Gerald On Fri, Dec 13, 2013 at 4:19 PM,

Re: [beagleboard] Re: BeagleBone USB Wireless Adapter Configuration

2013-12-13 Thread John Syne
On 12/13/13, 3:43 PM, juancmartine...@gmail.com juancmartine...@gmail.com wrote: Hi Jerril, i compile drivers for rt5370 with a cross compiler, then i have the file rt5370sta.ko. But i don't know what i do. Could you help me? sudo modprobe rt5370sta The do the following to see that it was

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

2013-12-13 Thread Gerald Coley
Are you unzipping the image that you download? Make sure nothing else is plugged in, no HDMI and no Ethernet. Make sure 5V power supply can deliver at least 1A. Reformat the uSD card before you use Windisk to copy the image onto the 4GB card. Gerald On Fri, Dec 13, 2013 at 6:47 PM,

Re: [beagleboard] the GUI in Ubuntu 13.01 doest start Automatically

2013-12-13 Thread Robert Nelson
On Dec 13, 2013 6:19 PM, Amalinda J' Gamage amalinda.gam...@gmail.com wrote: After installing ubuntu 13.01 and booting it up im only able to get a terminal type screen on the BBB HDMI o/p. How do I start the GUI like in any other deskop version of Ubuntu? You install it.. The image is generic

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

2013-12-13 Thread mikeyang75
Thank you for your reply. To answer your questions: - Yes, I am unzipping the image that was loaded prior to putting it on sdcard - Nothing else is plugged in. Only SDcard and 5V brick are plugged in - The brick is rated at 5V, 2Amps - I have formatted the SDcard but not consistently. I will try

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

2013-12-13 Thread Gerald Coley
Create a uSD card that successfully flashes the other board again. Then try it on this board.. If it fails, then request an RMA and we can look at to to see what is going on. Gerald On Fri, Dec 13, 2013 at 7:50 PM, mikeyan...@gmail.com wrote: Thank you for your reply. To answer your

[beagleboard] Ubuntu flash/boot problem

2013-12-13 Thread danushkaj91
hey guys, I'm having trouble with flashing/booting with Ubuntu on my BeagleBone Black (BBB) 1. I downloaded the Ubuntu 13.10 *xz* file through armhfhttp://www.armhf.com/index.php/boards/beaglebone-black/#saucy, extracted using* 7Zip *(got a img file)*, *and copied to *micro sd *using* win32

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

2013-12-13 Thread Dave Hylands
Hi Jim So I looked at a variety of other i2c based LCD codes (there seem to be lots for the Raspberry Pi), but I didn't like them. So you can try mine. You can do the following on the BBB: git clone https://github.com/dhylands/python_lcd.git cd python_lcd sudo pip install -e . sudo python

[beagleboard] Ubuntu 13.10 NO GUI (NO graphical user interface)

2013-12-13 Thread danushkaj91
*Hey There.. * *I followed this procedure and installed Ubuntu 13.10 in my BBB. Used the prebuilt image.** (https://rcn-ee.net/deb/flasher/saucy/BBB-eMMC-flasher-ubuntu-13.10-2013-11-15.img.xz https://rcn-ee.net/deb/flasher/saucy/BBB-eMMC-flasher-ubuntu-13.10-2013-11-15.img.xz)* *It was

Re: [beagleboard] Ubuntu 13.10 NO GUI (NO graphical user interface)

2013-12-13 Thread Gerald Coley
Search the forum. This question was answered two hours ago. Just type GUI in the box and sort by date. You have to install the GUI yourself. ' Gerald On Fri, Dec 13, 2013 at 10:12 PM, danushka...@gmail.com wrote: *Hey There.. * *I followed this procedure and installed Ubuntu 13.10 in my

Re: [beagleboard] Re: Beaglebone as Android Accesory

2013-12-13 Thread Dave Hylands
And you can confirm what sh is configured as by doing: ls -l /bin/sh It will typically either be a symlink to bash or dash. Dave Hylands On Fri, Dec 13, 2013 at 9:46 AM, William Hermans yyrk...@gmail.com wrote: did you do dpkg-reconfigure dash and select no when prompted ? On Fri, Dec