[beagleboard] Desktop gui for beagleboard-xm

2014-05-02 Thread hari
Among the following,which ubuntu desktop gui is suits for opencv and camera based applications for beagleboard-xm? I have booted my board with Ubuntu 13.10. Your support will be a great help for me. 1. sudo apt-get install ubuntu-desktop 2. sudo apt-get install xubuntu-desktop 3. sudo apt-get

Re: [beagleboard] Connecting UART0 RTS and CTS to J1 for new BBB

2014-05-02 Thread William Hermans
Dennis, and Timothy, Out of curiosity, what does all of this conversation get the two of you ? Does it get you what you want, despite you being told that if you want something a certain way you're going to have to have it made yourself ? From the outside looking in, this seems like a children

Re: [beagleboard] Desktop gui for beagleboard-xm

2014-05-02 Thread Hari Krishna Malladi
Why do you need a gui for open cv?— Sent from Mailbox On Fri, May 2, 2014 at 12:22 PM, hari hsmada...@gmail.com wrote: Among the following,which ubuntu desktop gui is suits for opencv and camera based applications for beagleboard-xm? I have booted my board with Ubuntu 13.10. Your support

Re: [beagleboard] Desktop gui for beagleboard-xm

2014-05-02 Thread Harisanker M
Then how can i run my opencv program for face and eye detection on ubuntu 13.10 installed beagleboard-xm.For that is it needed to get desktop gui. What all things I have to do for running an opencv code as I have don sudo apt-get install libopencv-dev. Hope you will find me solution for this.

Re: [beagleboard] Re: Custom eMMC Flasher

2014-05-02 Thread michcior
Hi, Maybe the simplest would be to use a 4GB SD card, with e.g. ubuntu image from http://elinux.org/BeagleBoardUbuntu#Saucy_13.10. There is enough space to store 2GB file. Regards, Piotr. Dnia 2 maja 2014 1:09 kip...@ualberta.ca napisał(a):I didn't fully copy the dd error message in my

Re: [beagleboard] power up using +5 volt jack

2014-05-02 Thread Gerald Coley
Sounds like you may have an issue with your board. You can always send it in on an RMA and we can look at it. Gerald On Thu, May 1, 2014 at 10:51 PM, DLF dumb.looks.f...@gmail.com wrote: Hi and thanks for your reply Well this is not true for me (my BBB won't boot directly with DC (Rev

Re: [beagleboard] Re: Angstrom passwords

2014-05-02 Thread New Guy, Old Man
Wil, worked great!!! Thanks for your help!!! Andrew On Monday, March 17, 2014 8:04:57 PM UTC-4, Wilfredo Nieves wrote: If you do Ctrl + Alt + F1 it will give you a console at the login screen and IIRC gdm.service restart will bring the login screen back up. -Wil On Mar 17, 2014 4:22 PM,

[beagleboard] Re: GTK GUI w/ C, no border/decorations through VNC headless

2014-05-02 Thread tony . seal . uk
Did you find a solution because I'm having the same issue with GTK 2.0 On Friday, 11 April 2014 22:33:06 UTC+1, stephen@gmail.com wrote: Hi All, I've searched for the past few days but can't find a solution to this. I just received a BBB and am running the Anstrom that came with it

Re: [beagleboard] Re: Angstrom passwords

2014-05-02 Thread Wilfredo Nieves
No problem On May 2, 2014 7:01 AM, New Guy, Old Man andrew.r.wi...@gmail.com wrote: Wil, worked great!!! Thanks for your help!!! Andrew On Monday, March 17, 2014 8:04:57 PM UTC-4, Wilfredo Nieves wrote: If you do Ctrl + Alt + F1 it will give you a console at the login screen and IIRC

Re: [beagleboard] Re: GTK GUI w/ C, no border/decorations through VNC headless

2014-05-02 Thread walter harms
Borders are normaly created by the Windowmanager. Do you have the same problem with normal xprogramms say xclock ? re, wh Am 02.05.2014 16:37, schrieb tony.seal...@googlemail.com: Did you find a solution because I'm having the same issue with GTK 2.0 On Friday, 11 April 2014 22:33:06

Re: [beagleboard] Two BBBs have broken down, is there any mistake in my circuit board?

2014-05-02 Thread uguryil44
Hi, OK i solved the 3.3V problem with a load switch, thanks again. One more thing, i put the BBB inside a box and need to check the power led without open the box. So i'm trying to move the BBB's power led outside of the box. I find the pins of user leds in the BBB_SRM; USR0 -- GPIO1_21

Re: [beagleboard] Two BBBs have broken down, is there any mistake in my circuit board?

2014-05-02 Thread Gerald Coley
These GPIO pins are dedicated to the LEDS. They do not go to the expansion headers. Gerald On Fri, May 2, 2014 at 11:25 AM, uguryi...@gmail.com wrote: Hi, OK i solved the 3.3V problem with a load switch, thanks again. One more thing, i put the BBB inside a box and need to check the power

Re: [beagleboard] Re: Custom eMMC Flasher

2014-05-02 Thread dsmcewen
On Friday, May 2, 2014 4:52:27 AM UTC-7, Piotr Murawski wrote: Hi, Maybe the simplest would be to use a 4GB SD card, with e.g. ubuntu image from http://elinux.org/BeagleBoardUbuntu#Saucy_13.10. There is enough space to store 2GB file. Regards, Piotr. Dnia 2 maja 2014 1:09

[beagleboard] Re: mmc2 on beaglebone black

2014-05-02 Thread josep . danti
I think that if processor pin R13 is in high impedance, it shouldn't be necessary to remove R160. I want to control a WaveShare card in 4 bit sdio mode connected to mmc2. Did you succed with mmc2 configuration by device tree? In that case, could you share the devtree source file? Thank you, On

[beagleboard] Re: Custom eMMC Flasher

2014-05-02 Thread dsmcewen
I've been using ArchLinux ARM on my BBB, but created a script awhile back to initialize the eMMC that may be helpful. # This script is used to create a new (clean) install of ArchLinux to the BeagleBoneBlack's # onboard eMMC memory. This script assumes you have booted the BeagleBoneBlack (not

[beagleboard] My ArchLinux ARM eMMC Initilization Scrips

2014-05-02 Thread dsmcewen
I run ArchLinux ARM on my BBB from the on board eMMC. I create a microSD image on another ARM Linux system (a PogoPlug). I have a series of three scripts: Script1 partitions/formats the microSD card, Script 2 installs the ArchLinux files on the microSD card, Script 3 I execute on the BBB once

[beagleboard] Installing Linux on eMMC

2014-05-02 Thread dsmcewen
I run ArchLinux ARM on my BBB from the on board eMMC. I create a microSD image on another ARM Linux system (a PogoPlug) and install that image on the eMMC using a series of three scripts. Script 1 - partitions/formats the microSD card Script 2 - installs the ArchLinux files on the microSD card

Re: [beagleboard] Two BBBs have broken down, is there any mistake in my circuit board?

2014-05-02 Thread John Syn
From: Gerald Coley ger...@beagleboard.org Reply-To: beagleboard@googlegroups.com Date: Friday, May 2, 2014 at 10:01 AM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Two BBBs have broken down, is there any mistake in my circuit board? These GPIO

Re: [beagleboard] Desktop gui for beagleboard-xm

2014-05-02 Thread Hari Krishna Malladi
You dont need desktop gui. I do these things headless. Simple X forwarding is enough, if you wish to see a graphic outcome. Having a desktop gui puts unnecessary load on the beagleboard's already weak single core. Sent from my iPad On 02-May-2014, at 3:14 pm, Harisanker M hsmada...@gmail.com

[beagleboard] My Personal eMMC Flasher

2014-05-02 Thread dsmcewen
I run ArchLinux ARM on my BBB from the eMMC. I initialize the eMMC using three scripts I execute on another ARM Linux system (a PogoPlug) Script 1 - executed on my originating system, partitions/formats the micro SD card Script 2 - executed on my originating system, copies the appropriate

Re: [beagleboard] Re: GTK GUI w/ C, no border/decorations through VNC headless

2014-05-02 Thread stephen . churchill
No, everything seems normal, but windows create by GTK are missing borders and title bars. On Friday, May 2, 2014 9:34:57 AM UTC-7, wharms wrote: Borders are normaly created by the Windowmanager. Do you have the same problem with normal xprogramms say xclock ? re, wh Am 02.05.2014

[beagleboard] Re: ECAP interrupt not interrupting on Linux 3.8.13-00729-g8a94e04

2014-05-02 Thread richa . iisc
hi...could you find the answer to your problem? i am facing the same issue On Sunday, January 12, 2014 11:26:44 AM UTC+5:30, Brandon Matthews wrote: Hi all, I've got a real headache of a problem. First things first! # uname -a Linux bbb 3.8.13-00729-g8a94e04 #1 SMP Sat Jan 11 16:48:03 PST

[beagleboard] Re: Using RS485 in the serial ports

2014-05-02 Thread cecco
Hello, I'm trying to set-up TxEnable (other gpio for RTS) in rs485 of my custom cape with Device Tree from weeks: all works fine, except RTS! I use 14_04_2014 Debian image and libmodbus 3.1.1 . can you explain me better what I have to do? I haven’t find a complete guide for how to set-up rs485

Re: [beagleboard] power up using +5 volt jack

2014-05-02 Thread Brandon I
The beaglebone had a power up issue. Rev A6A fixed it: From the wikihttp://www.elinux.org/Beagleboard:BeagleBoneBlack#Revision_A6A : Changed C24 to a 2.2uF capacitor. This extends the reset signal to solve an issue where some boards would not boot on power up. I have around 40 beaglebones

Re: [beagleboard] Re: Why is usb0 configured?

2014-05-02 Thread geoskd
How do we disable the USB0 interface on the newer images? Do we wipe the references from /opt/scripts/boot/am335x_evm.sh, and /etc/network/interfaces, or is there something else? On Friday, April 11, 2014 11:49:51 AM UTC-4, RobertCNelson wrote: On Fri, Apr 11, 2014 at 10:41 AM,

[beagleboard] I need to a board to be a USB peripheral and provide read/write to a flash or SD card.

2014-05-02 Thread emmettdbradford
I need to a board to be a USB peripheral and provide read/write to a flash or SD card. It must not mount as a drive or look like file sharing or use mass storage class driver on PC or mac. I am considering BeagleBone. What is quickest way? -- For more options, visit

[beagleboard] RS485 without direction control

2014-05-02 Thread arsi
Hello, Here is my solution for RS485, without direction control... MAX13487EESA - AutoDirection RS485 IC 100% functional and simple ;) RS485 circuit Arsi -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Re: Why is usb0 configured?

2014-05-02 Thread Robert Nelson
On May 2, 2014 2:11 PM, geo...@gmail.com wrote: How do we disable the USB0 interface on the newer images? Do we wipe the references from /opt/scripts/boot/am335x_evm.sh, and /etc/network/interfaces, or is there something else? Correct.. On Friday, April 11, 2014 11:49:51 AM UTC-4,

Re: [beagleboard] debian and networking

2014-05-02 Thread William Hermans
I am no expert with networking either, for a more complete description use wikipedia or just google and read. Here is what I think i understand is happening here. OSX is setting up the network so only 3 IP addresses on this network can be used, *.1, *.2, and broadcast *.255. broadcast is never

[beagleboard] uboot messages to ttyO0

2014-05-02 Thread Richard-tx
I am using ttyO0 as a serial console for another linux machine. When the BBB boots, it sends out messages out ttyO0 which is connected to another machines console. Since a getty is running and the messages get echo'd back, uboot reacts to those messages which stops the boot process.. So the

[beagleboard] Re: uboot messages to ttyO0

2014-05-02 Thread Richard-tx
The OS is Wheezy. On Friday, May 2, 2014 9:40:31 PM UTC-5, Richard-tx wrote: I am using ttyO0 as a serial console for another linux machine. When the BBB boots, it sends out messages out ttyO0 which is connected to another machines console. Since a getty is running and the messages get

Re: [beagleboard] power up using +5 volt jack

2014-05-02 Thread DLF
Sounds like the explanation to me. - thanks for that. I don't have the skills to rework the board so I'll just put up with it. Not a huge issue for me. cheers, On Friday, 2 May 2014 21:11:44 UTC+2, Brandon I wrote: The beaglebone had a power up issue. Rev A6A fixed it: From the

[beagleboard] I need to a board to be a USB peripheral and provide read/write to a flash or SD card.

2014-05-02 Thread Travis Estep
Sounds like someone is trying to circumvent some admin and security controls. Just use an app that will let you connect to a serial port and transmit data. Write a bare metal app for the BB that takes the serial data and shoves it out to the SD card. Of course, you'll need a FAT32 lib on the BB

Re: [beagleboard] RS485 without direction control

2014-05-02 Thread Maxim Podbereznyy
You will never read anything from this chip. What's the point? 03 Май 2014 г. 1:12 пользователь arsi a...@chello.sk написал: Hello, Here is my solution for RS485, without direction control... MAX13487EESA - AutoDirection RS485 IC 100% functional and simple ;) [image: RS485 circuit] Arsi

[beagleboard] I need to build ubuntu Rootfs from scratch -help needed

2014-05-02 Thread pavan B.G
Hello , I have plans to build ubuntu rootfs for Beagleboard xm rev C on my own.Please help me for a good start .Thanks I googled but there are lot many sources ,I am not able to decide what to follow and what not. Regards Pavan -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] Desktop gui for beagleboard-xm

2014-05-02 Thread Harisanker M
Sir, what it means X forwarding Also how i can see my beagleboard -xm is detecting face and eyes without desktop gui??? Is minicom setup enough for running opencv programs??? Please provide me answers for all this..As I am a beginner in Beagleboard. Hope your valuable support regarding this.