Re: [beagleboard] apt-show-versions

2014-06-25 Thread Ales
thanks. It worked. Regards, Ales On Tuesday, June 24, 2014 8:54:13 PM UTC+2, RobertCNelson wrote: > > On Tue, Jun 24, 2014 at 1:43 PM, Ales > > wrote: > > Hi, I tried to install webmin on my beaglebone black. I am runing debian > 8.0 > > (I tried also on other versions, also ubuntu, but none

[beagleboard] Re: change startup logo BBB debian

2014-06-25 Thread Andrew Henderson
You must recompile the kernel to change the image. The image is compiled directly into the kernel. Andrew On Wednesday, June 25, 2014 1:51:45 AM UTC-4, janszyma...@gmail.com wrote: > > Hi, > > I see the similar post here > https://groups.google.com/forum/embed/?place=forum/beagleboard&showsea

[beagleboard] Re: /dev/video0 device or resource busy

2014-06-25 Thread velizzariy
суббота, 17 августа 2013 г., 13:55:27 UTC+3 пользователь lacaym...@gmail.com написал: > > Hi Men, > > Thank you for read this. > > I have Angstrom Linux running on BeagleBone Blacka and an USB webcam. > > When I run this command: mplayer -fs mplayer tv:// -tv > device=/dev/video0:driver=v4l2:wi

[beagleboard] Beaglebone black is not detected at all by my computer

2014-06-25 Thread pranavp . kvvp
I started booting 'BB-VIEW TI-SDK Image' for the first time. Booting completed in just 5 minutes(approx) (when all LEDs turned ON and become stable). After that my computer was unable to detect BeagleBone black at all. I tried everything, installed every driver, but nothing is helping me. Befo

[beagleboard] Re: Build Kernel Module for BeagleBone Black

2014-06-25 Thread crazycorky00
I have make an HelloWorld kernel module like that : *# cd * *# mkdir Modules && cd Modules* *# nano ModHello.c* #include /* Needed by all modules */ #include /* Needed for KERN_INFO */ #include /* Needed for the macros */ static int __init hello_start*(*void*)* *{* printk*(*KERN_

[beagleboard] XML library in Beaglebone Black

2014-06-25 Thread anandvaidya0123
Hello, I am using beaglebone black with the default kernel present in it. I need a XML library to be ported on the board. The problem I am getting is there are dependencies like python etc. while compiling the xml library. Can anyone please in sorting this out? Is there any easy way to install xm

[beagleboard] Re: Reading analog inputs fast in beaglebone black

2014-06-25 Thread familyheld . am
Hi, a maybee stupid question regarding this "howto": What kernel version is needed for this to work? How to build kernel for pruss support? Or is the dtbo file doing all the magic? Reagrds, Ben Am Dienstag, 24. Juni 2014 16:17:16 UTC+2 schrieb Rafael Vega: > > > >> thanks for your complete inst

[beagleboard] Re: Automotive Cape

2014-06-25 Thread asancloud
Another update, CAN is now working with the sleep and wake functionality. Made another quick video to show the current status of bring-up. Have a look Cape CAN Demo Next is the accelerometer/gyro with a nice visual feedback. Regards Marc On Friday, May 23, 2014 1

[beagleboard] BeagleBone Black PREMPT RT patch

2014-06-25 Thread crazycorky00
Hi :) I'm new to the beaglebone black and have been getting started with great Robert Nelson building kernel tools. It's work great !! But now i could like to apply PREEMPT RT patch, that is what I have make : *# git clone https://github.com/RobertCNelson/bb-kernel.git* *# git checkout ori

Re: [beagleboard] Re: Reading analog inputs fast in beaglebone black

2014-06-25 Thread Rafael Vega
I'm using a Debian Stable image downloaded from http://beagleboard.org/latest-images On Wed, Jun 25, 2014 at 7:36 AM, wrote: > Hi, a maybee stupid question regarding this "howto": > > What kernel version is needed for this to work? > How to build kernel for pruss support? > Or is the dtbo file

Re: [beagleboard] BeagleBone Black PREMPT RT patch

2014-06-25 Thread Robert Nelson
On Wed, Jun 25, 2014 at 4:36 AM, wrote: > Hi :) > > I'm new to the beaglebone black and have been getting started with great > Robert Nelson building kernel tools. It's work great !! > > But now i could like to apply PREEMPT RT patch, that is what I have make : > > # git clone https://github.com/

Re: [beagleboard] XML library in Beaglebone Black

2014-06-25 Thread Robert Nelson
On Wed, Jun 25, 2014 at 1:49 AM, wrote: > Hello, > > I am using beaglebone black with the default kernel present in it. > I need a XML library to be ported on the board. The problem I am getting is > there are dependencies like python etc. while compiling the xml library. > Can anyone please in s

Re: [beagleboard] BeagleBone Black PREMPT RT patch

2014-06-25 Thread Jesse Cobra
Robert, Can you expand on the 3.8 PREMPT RT versus xenomai topic or point me in the right direction? Thanks! On Jun 25, 2014 8:40 AM, "Robert Nelson" wrote: > On Wed, Jun 25, 2014 at 4:36 AM, wrote: > > Hi :) > > > > I'm new to the beaglebone black and have been getting started with great > >

Re: [beagleboard] BeagleBone Black PREMPT RT patch

2014-06-25 Thread Robert Nelson
On Wed, Jun 25, 2014 at 8:42 AM, Jesse Cobra wrote: > Robert, > Can you expand on the 3.8 PREMPT RT versus xenomai topic or point me in the > right direction? Well, you made it here, search this group.. It's been discussed many times.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For

Re: [beagleboard] kernel 3.14 upgrade in debian, BeagleBoard xM

2014-06-25 Thread Leonardo Gabrielli
Dear Robert, could you explain how are the tags and branches generated in your repo? Maybe it's a silly question but could you elaborate a bit on the naming convention? How is e.g. the tag 3.15-rc8-armv7-x1 related to the branch 3.15.1-armv7-x2? Thanks On Friday, June 6, 2014 5:08:11 PM UTC+2,

Re: [beagleboard] kernel 3.14 upgrade in debian, BeagleBoard xM

2014-06-25 Thread Robert Nelson
On Wed, Jun 25, 2014 at 9:04 AM, Leonardo Gabrielli wrote: > Dear Robert, > could you explain how are the tags and branches generated in your repo? > Maybe it's a silly question but could you elaborate a bit on the naming > convention? > How is e.g. the tag 3.15-rc8-armv7-x1 related to the branch

[beagleboard] Re: XML library in Beaglebone Black

2014-06-25 Thread Andrew Henderson
What XML library are you using? I built and deployed Expat (http://expat.sourceforge.net/) without having to do anything special, though I was using an older Ubuntu on a microSD card, rather than the default Angstrom/Debian. Of course, the newer Debian eMMC image would allow you to apt-get th

[beagleboard] Re: eMMC speed?

2014-06-25 Thread David Paden
Hi, Just tested on my BeagleBone Black A5C with 2GB micron eMMC. Tested with latest Debian Beta booting from SD card (Samsung EVO 32GB Class 10). Here's my numbers: SD Read: root@beaglebone:~# dd if=zero of=/dev/null bs=200M count=1 1+0 records in 1+0 records out 209715200 bytes (210 MB) copi

Re: [beagleboard] kernel 3.14 upgrade in debian, BeagleBoard xM

2014-06-25 Thread Leonardo Gabrielli
Ok, so the first part is just the vanilla kernel versioning, while the -x is your own numbering, correct? Regards On Wednesday, June 25, 2014 4:09:14 PM UTC+2, RobertCNelson wrote: > > On Wed, Jun 25, 2014 at 9:04 AM, Leonardo Gabrielli > wrote: > > Dear Robert, > > could you explain how are

[beagleboard] BeagleBone Black & Ubuntu & Rotate Screen

2014-06-25 Thread Micka
Hi, Maybe we should update this wiki on how to rotate the screen : http://elinux.org/CircuitCo:BeagleBone_LCD7#Rotating_LCD_Screen Because we are now on Debian ... I followed this tutorial http://wiki.gentoo.org/wiki/Tallscreen_Monitor : sudo nano /usr/share/X11/xorg.conf.d/40-monitor.conf

Re: [beagleboard] kernel 3.14 upgrade in debian, BeagleBoard xM

2014-06-25 Thread Robert Nelson
On Wed, Jun 25, 2014 at 10:57 AM, Leonardo Gabrielli wrote: > Ok, so the first part is just the vanilla kernel versioning, while the -x is > your own numbering, correct? Correct. and you can grab the raw diff here: http://rcn-ee.net/deb/wheezy-armhf/v3.15.1-armv7-x2/patch-3.15.1-armv7-x2.diff.g

[beagleboard] Re: multiple kernel oops at every boot, at random points in the sequence

2014-06-25 Thread Leonardo Gabrielli
The obvious question: what did I do wrong? I don't know, one day everything worked consistently, then this started out. I thought the SD was corrupted and reflashed it with a dd image I previously made, but the problem is still there. I tried with different boards, no way. It seems like a virus

[beagleboard] Re: Reading analog inputs fast in beaglebone black

2014-06-25 Thread TJF
Hi Ben! Am Mittwoch, 25. Juni 2014 14:36:30 UTC+2 schrieb family...@googlemail.com: > Or is the dtbo file doing all the magic? > The dtbo file is pretty simple. It only powers on the PRUSS. Here's the dts file to compile: /* Minimal device tree overlay to activate PRUSS Licence: GPLv3 (C) 20

[beagleboard] multiple kernel oops at every boot, at random points in the sequence

2014-06-25 Thread Leonardo Gabrielli
Dear group, before going into a thorough research I ask you if you ever experienced this: 8 out of 10 reboots of the BBxM stop due to kernel oops at totally random moments in the boot process. I have tested it on multiple BB and I get always Oops. At some times the boot sequence can get to the l

Re: [beagleboard] Re: multiple kernel oops at every boot, at random points in the sequence

2014-06-25 Thread Robert Nelson
On Wed, Jun 25, 2014 at 11:07 AM, Leonardo Gabrielli wrote: > The obvious question: what did I do wrong? I don't know, one day everything > worked consistently, then this started out. I thought the SD was corrupted > and reflashed it with a dd image I previously made, but the problem is still > th

[beagleboard] Help needed getting RTC backup battery to work on XM under Angstrom.

2014-06-25 Thread Squando
I have installed the RTC backup battery in my Beagle XM but I believe I have to enable its use and charging by configuring the TPS65950 module. Can anyone here help me achieve this in an Angstrom environment? -- For more options, visit http://beagleboard.org/discuss --- You received this mess

[beagleboard] Need help enabling RTC battery backup on XM under Angstrom

2014-06-25 Thread Squando
I have installed the RTC backup battery in my Beagle XM but I believe I have to enable its use and charging by configuring the TPS65950 module. Can anyone here help me achieve this in an Angstrom environment? Thanks in advance. -- For more options, visit http://beagleboard.org/discuss --- Yo

[beagleboard] Help needed enabling RTC battery backup on BeagleBoard XM

2014-06-25 Thread sondericker
I have installed the battery on several BeagbleBoard XMs as per instructions in the SRM to allow the RTC to keep time across power cycles but I need to enable use of the battery via a software configuration of the TPS65950. I see that the TPS65950 is connected via a SPI, but I need help with ho

[beagleboard] Re: Strange behaviour of Java application on Beaglebone black.

2014-06-25 Thread Simon Platten
Solved! On Sunday, 22 June 2014 18:58:20 UTC+1, Simon Platten wrote: > > I've been working on a Java application for a while now, on my development > system it runs fine and works as I would expect. However when testing on > the Beaglebone black it doesn't work as expected. > > The application

[beagleboard] BBB QtCreator LCD4 Cape, Small Problem.

2014-06-25 Thread Andrew Edmead
Please could someone help me, It has taken me weeks to get to this stage. I have successfully set up a QT Creator development suite and can remote deploy my programs. Everything works i.e the touch screen and mouse work. But when I run my programs from a terminal with -qws the mouse doesn't work

[beagleboard] Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Jason Kridner
I'm looking to recruit a single person willing to take input from the community for creation of a real draft of community-friendly BeagleBoard.org Foundation bylaws. By default that person is me, simply because I'm writing this e-mail. However, I don't think I have the bandwidth to do the task just

[beagleboard] Re: change startup logo BBB debian

2014-06-25 Thread janszymanski12345
Thanks Andrew, Can you pass a link to a description how to create a new image? The other question is: if possible to change the image later, after system is booted? If yes, how? Jan On Wednesday, 25 June 2014 21:43:08 UTC+10, Andrew Henderson wrote: > > You must recompile the kernel to change

Re: [beagleboard] Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Lucas Tanure
Jason, I'm Lucas Tanure. I'm writing a new page for elinux.org, http://elinux.org/Building_for_BeagleBone. And helping to improve http://elinux.org/BeagleBone_Community. I would like help you in this task, I just need a little more clarification about the dutty for the draft-bylaws-czar. Lucas Ta

Re: [beagleboard] Re: change startup logo BBB debian

2014-06-25 Thread John Syn
From: Reply-To: "beagleboard@googlegroups.com" Date: Wednesday, June 25, 2014 at 4:15 PM To: "beagleboard@googlegroups.com" Cc: Subject: [beagleboard] Re: change startup logo BBB debian > Thanks Andrew, > > Can you pass a link to a description how to create a new image? eewiki.net/dis

Re: [beagleboard] Sierra USB wireless to beagleboard xm with Angstrom

2014-06-25 Thread edwin . j . slv
Were you able to connect to the modem with Angstrom Linux? Thanks On Monday, October 7, 2013 10:46:29 PM UTC-7, Aline Guisky wrote: > > Hi Robert, > Can you tell my more specifically what to look at? > > > -- For more options, visit http://beagleboard.org/discuss --- You received this message b

[beagleboard] Angstrom USB networking Verizon Modem

2014-06-25 Thread edwin . j . slv
I am using the Beaglebone Black with Anstrom Distribution 3.8.13 trying to connect to a 551L Verizon modem. I have used the commands "lsusb" and "dmesg" to find out which usb port it is connected with. In my C code I am able to read and write AT commands to the modem and get a CONNECTED res

[beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Jason Kridner
On Wednesday, June 25, 2014, Lucas Tanure wrote: > Jason, > > I'm Lucas Tanure. I'm writing a new page for elinux.org, > http://elinux.org/Building_for_BeagleBone. > And helping to improve http://elinux.org/BeagleBone_Community. > I would like help you in this task, I just need a little more > cl

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Lucas Tanure
The main task is read all the threads from this community, to filter the most important and update http://elinux.org/Beagleboard_bylaws. Also, weekly review the wiki to remove unwanted modifications. Right ? I just want to be sure before anything else. Thanks Cheers -- Lucas A. Tanure Alves +55

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Bill Traynor
On Wed, Jun 25, 2014 at 9:16 PM, Lucas Tanure wrote: > The main task is read all the threads from this community, to filter the > most important and update http://elinux.org/Beagleboard_bylaws. Also, weekly > review the wiki to remove unwanted modifications. > Right ? > I just want to be sure bef

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Jason Kridner
On Wed, Jun 25, 2014 at 9:38 PM, Bill Traynor wrote: > On Wed, Jun 25, 2014 at 9:16 PM, Lucas Tanure wrote: >> The main task is read all the threads from this community, to filter the >> most important and update http://elinux.org/Beagleboard_bylaws. Also, weekly >> review the wiki to remove unw

[beagleboard] Re: BBB, Android, and 4DCAPE_70T

2014-06-25 Thread briselec via BeagleBoard
I only got my 4DCAPE_70T late yesterday and haven't had the chance to do much with it yet but it does use the whole screen with debian . -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Jason Kridner
On Wed, Jun 25, 2014 at 9:16 PM, Lucas Tanure wrote: > The main task is read all the threads from this community, I wouldn't say all threads. Would be nice to do, but I'd suggest that people reply to *this* thread with their opinions. We might need a few blog posts and other activity to encourage

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread William Hermans
I still do not follow. I read the wiki link you gave Jason, but encourage people to input on what exactly ? How Beagelboard.org is run ? Clarification is needed, I mean why would I want to tell you how to run your non-profit business ? >From the outside looking in, what little I can see, it seems

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Jason Kridner
On Wed, Jun 25, 2014 at 11:17 PM, William Hermans wrote: > I still do not follow. I read the wiki link you gave Jason, but encourage > people to input on what exactly ? How Beagelboard.org is run ? Yes. > Clarification > is needed, I mean why would I want to tell you how to run your non-profit >

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread Jason Kridner
On Wed, Jun 25, 2014 at 11:43 PM, Jason Kridner wrote: > On Wed, Jun 25, 2014 at 11:17 PM, William Hermans wrote: >> I still do not follow. I read the wiki link you gave Jason, but encourage >> people to input on what exactly ? How Beagelboard.org is run ? > > Yes. > >> Clarification >> is needed

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-06-25 Thread William Hermans
Ah, ok got it. Well . . . since it's been well over a year I think the video drivers need priority. This is something that I personally have no interest in, *HOWEVER* many do have interest, and I think it is high time TI made an effort to work with the community on this. >From the outside looking

Re: [beagleboard] Starterware on Beaglebone

2014-06-25 Thread Fred Fisch
On 23 June 2014 18:21, John Syn wrote: > > From: > Reply-To: "beagleboard@googlegroups.com" > Date: Monday, June 23, 2014 at 2:18 AM > To: "beagleboard@googlegroups.com" > > Subject: Re: [beagleboard] Starterware on Beaglebone > > On Wednesday, 18 June 2014 20:18:47 UTC+2, john3909 wrote: >> >

[beagleboard] Re: Windows 8 (or 7): do not show USB drive

2014-06-25 Thread fredfisch79
On Wednesday, 11 June 2014 02:48:27 UTC+2, david.w...@gmail.com wrote: > > Did anyone find a solution to the original post? > >> >> This seems to be a problem that is specific to this Windows installation, here it is working fine with Windows 7. -- For more options, visit http://beagleboard

Re: [beagleboard] Starterware on Beaglebone

2014-06-25 Thread John Syn
From: Fred Fisch Reply-To: "beagleboard@googlegroups.com" Date: Wednesday, June 25, 2014 at 11:14 PM To: "beagleboard@googlegroups.com" Subject: Re: [beagleboard] Starterware on Beaglebone > On 23 June 2014 18:21, John Syn wrote: >> >> From: >> Reply-To: "beagleboard@googlegroups.com

Re: [beagleboard] Re: Windows 8 (or 7): do not show USB drive

2014-06-25 Thread John Syn
From: Reply-To: "beagleboard@googlegroups.com" Date: Wednesday, June 25, 2014 at 11:31 PM To: "beagleboard@googlegroups.com" Cc: , Subject: [beagleboard] Re: Windows 8 (or 7): do not show USB drive > On Wednesday, 11 June 2014 02:48:27 UTC+2, david.w...@gmail.com wrote: >> Did anyone f