[beagleboard] Re: BBB USB0 change from client to host

2014-09-10 Thread Me
Hi Vince Thanks for the suggestion. Issue was solved long ago but I didn't update the post. But you are right with the use of inductors and you also need to change the mode selection to out the port into host mode. Kind Regards Marc Sent from my iPhone On 9 Sep 2014, at 14:09,

Re: [beagleboard] Re: registering asynchronous events on kernel thread in user space

2014-09-10 Thread neo
Hi Brandon Thanks for the reply. I will summarize here what i found about controlling a GPIO and about using interrupts. 1. Using sysfs one can easily control the gpio and using threading can re-create pseudo-interrupt from user space. Found a useful project called libsoc

[beagleboard] Re: Purchase original Beaglebone (white)

2014-09-10 Thread Edu Galvez
Just to not open a new post. Is the Beaglebone White discontinued? It is really hard to find any unit in stock. Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

Re: [beagleboard] Re: Purchase original Beaglebone (white)

2014-09-10 Thread Jesse Cobra
Why you want one!? Black is a much better deal. I'll tell you what, buy me 2 Blacks and I'll give you a white ;) On Wed, Sep 10, 2014 at 5:27 AM, Edu Galvez edugalvez.eir...@gmail.com wrote: Just to not open a new post. Is the Beaglebone White discontinued? It is really hard to find any unit

[beagleboard] Beaglebone Black rev B - Embedded QT and X Sever - Deployment OS Ubuntu

2014-09-10 Thread Peter Gregory
I'm trying to get a good development system up and running for Beaglebone Black and Ubuntu. The goal is to launch an embedded GUI application on a LCD cape on boot. The application will control a hardware project and that is all it does. So it will be a special purpose device, not a general

[beagleboard] Linaro compiler tools for Angstrom

2014-09-10 Thread jware
I need to rebuild my compiler tools for a set of BBB running a year old version of Angstrom. I have installed the latest version of the tools and discovered that there a number of changes that make it impossible to compile applications to run on the older Angstrom distribution including

Re: [beagleboard] Re: Purchase original Beaglebone (white)

2014-09-10 Thread Special Computing
Special Computing still stocks BBW https://specialcomp.com/Beagleboard/bone.htm On Sep 10, 2014 5:27 AM, Edu Galvez edugalvez.eir...@gmail.com wrote: Just to not open a new post. Is the Beaglebone White discontinued? It is really hard to find any unit in stock. Thanks! -- For more

[beagleboard] running Windows.Forms application on Mono runtime with Ubuntu OS

2014-09-10 Thread Peter Gregory
The problem is the mono runtime. It is not supported in Ubuntu 14.04. You might try Arch Arm Linux, it supports the mono runtime. I couldn't get the desktop to work on my beaglebone black rev b. I tried to get Debian Jessie to work. It supports the mono runtime. However, I couldn't get the

[beagleboard] QTE Creator and BBB

2014-09-10 Thread Peter Gregory
I had success getting QT creator to work using older versions. Ubuntu 12.04 (precise) works. You can load the console version, load the desktop (sudo apt-get install ubuntu-desktop). Use the software center to install QT Creator. -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: Accessing BeagleBoard features through Mono runtime on Ubuntu for C# development

2014-09-10 Thread Peter Gregory
What version of Ubuntu are you running? I believe 14.04 doesn't support mono. -- 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

Re: [beagleboard] Re: Build a QT/11 application for beagleboard black by cross compiling from ubuntu

2014-09-10 Thread Peter Gregory
Hi Mirko, How did you get rid of the X server dependencies? I'm using QT Creator. Building a new QT application seems to require X server. On a headless version of Ubuntu 14.04 I can get the pre-compiled demos to work using -platform linuxfb However, my custom compiled code bombs out trying to

Re: [beagleboard] u boot serial issue

2014-09-10 Thread Niraj Kumar
Dear Robert, Is it possible to update eMMC in the same way as we do it for Nand. Like : read the MLO in ram address 0x8200 then from RAM we can write into eMMC. Please suggest interface used to do this. Putting into SD card partition and then flashing auto mode. Please suggest if I can use

Re: [beagleboard] u boot serial issue

2014-09-10 Thread Robert Nelson
On Wed, Sep 10, 2014 at 9:33 AM, Niraj Kumar jhanira...@googlemail.com wrote: Dear Robert, Is it possible to update eMMC in the same way as we do it for Nand. Like : read the MLO in ram address 0x8200 then from RAM we can write into eMMC. Please suggest interface used to do this. Putting

Re: [beagleboard] Re: Java on BBB

2014-09-10 Thread Peter Gregory
Hi Conrad, Did you get Java working on BBB? I have a BBB rev B. How big is your deployment image? Will it fit in the 2gb space? I'm curious if I develop an swing java application in Windows using IntelliJ if it will run on the BBB. Do you have to develop you applications on the BBB for it to

Re: [beagleboard] Re: Build a QT/11 application for beagleboard black by cross compiling from ubuntu

2014-09-10 Thread Micka
That could be very cool if you could create a qt toolchain for debian ;) Micka, On Thu, Feb 6, 2014 at 9:16 PM, Louis McCarthy compeo...@gmail.com wrote: Not to plug my own site, but I give very detailed instructions on my blog post, which should guide you through what to download and what

[beagleboard] CAN bus recovery

2014-09-10 Thread Brent
I have noticed that if I short CAN_H and CAN_L together, or if there is noise on the bus, the BeagleBone will stop sending and receiving CAN messages. When this happens, if I execute ifconfig can0 down and ifconfig can0 up, things start working again. Is there a way to detect this

Re: [beagleboard] Re: Purchase original Beaglebone (white)

2014-09-10 Thread Gerald Coley
If a distributor places and order we will ship them boards. We will not make these boards and ship them without an order. As you can see, Special Computing placed and order, we made them, and then we shipped them. Gerald On Wed, Sep 10, 2014 at 8:29 AM, Special Computing specialc...@gmail.com

Re: [beagleboard] how read I2C

2014-09-10 Thread keo . lcms
thanks for reply I try this *root@beaglebone:~# i2cset -y 1 0x49 0x01 0x60root@beaglebone:~# i2cget -y 1 0x49 0x00 0xb016* i thinks is correctly, now i would like in node js I try this *var b=require('bonescript');var

[beagleboard] how convert command I2Cset and I2Cget to bonescript

2014-09-10 Thread keo . lcms
Hi all, I read data I2C with this commande *root@beaglebone:~# i2cset -y 1 0x49 0x01 0x60* *root@beaglebone:~# i2cget -y 1 0x49 0x00 w * *0x2017* How i can do for translate to bonescript ? thank's for a lot for reply and help. -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] Cape battery charging

2014-09-10 Thread samthomasdigital
Thanks Gerald. I have found a couple of good tutorials also about compatible battery types. Sam. On Wednesday, 10 September 2014 05:39:57 UTC+10, Gerald wrote: I suggest that you read the data sheet for the TPS65217 device before you connect a battery to it. It is designed to charge

[beagleboard] Boards abilities

2014-09-10 Thread kevans
As I look at the Beaglebone, Raspberry Pi, etc, I see the possibility of using this small platform to carry curricula. Would like input on the Beagleboard Black and the Beagleboard. I have been developing Special Education curricula over the past decade, and have the idea of placing

Re: [beagleboard] how read I2C

2014-09-10 Thread keo . lcms
thans's i try this root@beaglebone:~# i2cset -y 1 0x49 0x01 0x60 root@beaglebone:~# i2cget -y 1 0x49 0x00 w 0x3016 root@beaglebone:~# how use this the commande console same with bonescript ? Le lundi 8 septembre 2014 19:28:59 UTC+2, sbodd05 a écrit : The above command scans the i2c-1

[beagleboard] Re: Boards abilities

2014-09-10 Thread Michael M
There are more than a few comparison articles online. Some I've bookmarked in my journey are: http://makezine.com/magazine/how-to-choose-the-right-platform-raspberry-pi-or-beaglebone-black/ http://www.doctormonk.com/2013/07/raspberry-pi-vs-beaglebone-black.html

[beagleboard] Needed BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2014-09-10 Thread Waxengecko
We have been looking for the BEAGLEBONE WL1835MOD W/ CHIP ANTENNA for sometime now without results. Does anyone have a few extra they would be willing to sell and ship to us? Thanks Coy -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

Re: [beagleboard] Needed BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2014-09-10 Thread Bill Traynor
On Wed, Sep 10, 2014 at 2:01 PM, Waxengecko coychrist...@gmail.com wrote: WL1835MOD W/ CHIP ANTEN Is building some yourself out of the question? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

[beagleboard] Beaglebone Blacks that suddenly die.

2014-09-10 Thread ursus . marsden
I have four Beaglebone Blacks that have died. They all exhibit the same behavior. When the power is applied the Power LED flashes on then off. Each time power is applied this short sequence repeats. My first guess is that the power conditioning circuit is failing to produce/receive a power

[beagleboard] Re: kernel source for bbb-exp-c

2014-09-10 Thread wesu
Can i build Yocto with this kernel? Thanks Wesu Am Sonntag, 31. August 2014 16:56:29 UTC+2 schrieb Bradley Matusiak: i ordered the BBB-EXP-C and it came with the DVD of software.. i pulled out the kernel and posted on github for a reference https://github.com/bmatusiak/bbb-exp-lcd7 --

Re: [beagleboard] Beaglebone Blacks that suddenly die.

2014-09-10 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack#Improper_Power_DownAll_Revisions Gerald On Wed, Sep 10, 2014 at 1:35 PM, ursus.mars...@gmail.com wrote: I have four Beaglebone Blacks that have died. They all exhibit the same behavior. When the power is applied the Power LED flashes on

Re: [beagleboard] Re: registering asynchronous events on kernel thread in user space

2014-09-10 Thread John Syn
From: neo prag.in...@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Wednesday, September 10, 2014 at 5:13 AM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: registering asynchronous events on kernel thread in

Re: [beagleboard] Beaglebone Black rev B - Embedded QT and X Sever - Deployment OS Ubuntu

2014-09-10 Thread John Syn
On 9/10/14, 6:15 AM, Peter Gregory talkto...@gmail.com wrote: I'm trying to get a good development system up and running for Beaglebone Black and Ubuntu. The goal is to launch an embedded GUI application on a LCD cape on boot. The application will control a hardware project and that is all it

Re: [beagleboard] Beaglebone Blacks that suddenly die.

2014-09-10 Thread Chris Morgan
I would be interested in the outcome of this investigation. We are using the bbb in a commercial setting, through CircuitCo, and I'm not sure what the power down ramp will look like. It is possible (and likely) that the voltage falloff will be slow compared to a quick unplug, but our devices power

Re: [beagleboard] Beaglebone Blacks that suddenly die.

2014-09-10 Thread Gerald Coley
I am working on this in my spare time. Basic concept is that you need enough power after you pull power to give the PMIC time to ramp the voltage rails down in order so as not to violate the specification of the processor.. Best idea so far is a super cap on the battery connections. That would

Re: [beagleboard] Beaglebone Blacks that suddenly die.

2014-09-10 Thread William Hermans
Gerald, hey question: This design you're working on will not stand in the way of us users doing our own thing. Will it ? I'm assuming you'd be implementing this into the next revision, or even board, but . . . Yeah assumptions . . . On Wed, Sep 10, 2014 at 12:45 PM, Gerald Coley

Re: [beagleboard] Beaglebone Black rev B - Embedded QT and X Sever - Deployment OS Ubuntu

2014-09-10 Thread Peter Gregory
Wayland! That's what I was missing. I was installing ubuntu-desktop. Looks like I'll be flashing a new image tonight and giving it a try. Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

Re: [beagleboard] Re: Boards abilities

2014-09-10 Thread William Hermans
Raspberry PI Pro's Graphics. Beagelbone Black Pro's Everything else. Technically, as what is in the reference material, the rPI is supposed to use less power too. However, according to the documents I've read, this does not include the power used by the graphics. Which can be quite substantial.

Re: [beagleboard] Re: Boards abilities

2014-09-10 Thread William Hermans
I should mention that the rPI's graphics are nearly or exactly impossible to disable the graphics chip. SO that additional power that is not counted in the power usage benchmarks will always be used. On Wed, Sep 10, 2014 at 1:30 PM, William Hermans yyrk...@gmail.com wrote: Raspberry PI Pro's

Re: [beagleboard] Beaglebone Black rev B - Embedded QT and X Sever - Deployment OS Ubuntu

2014-09-10 Thread John Syn
On 9/10/14, 1:10 PM, Peter Gregory talkto...@gmail.com wrote: Wayland! That's what I was missing. I was installing ubuntu-desktop. Looks like I'll be flashing a new image tonight and giving it a try. Thanks! From QT, you need qtwayland. Regards, John -- For more options, visit

[beagleboard] Fail over to USB power when disconnecting AC power supply

2014-09-10 Thread jsheridan
When disconnecting the AC power supply while also connected via USB the BBB is doing a soft shutdown. I used acpid_listen with acpid.service stopped to see the event it's generating and it is registering it as button/power PBTN 0080 which is the same event as the power button

Re: [beagleboard] Re: registering asynchronous events on kernel thread in user space

2014-09-10 Thread Brandon I
pseudo-interrupt from user space There's nothing pseudo about it. Again, any usual way to have a userspace application respond to an interrupt will be the exact same. The kernel will block the userspace process until the interrupt is seen. The only real alternative is burning up the cpu with

Re: [beagleboard] Re: registering asynchronous events on kernel thread in user space

2014-09-10 Thread John Syn
From: Brandon I brandon.ir...@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Wednesday, September 10, 2014 at 1:55 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: registering asynchronous events on kernel

Re: [beagleboard] Needed BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2014-09-10 Thread coychristmas
We can but we are on a pretty tight line. On Wednesday, September 10, 2014 2:14:21 PM UTC-5, Bill Traynor wrote: On Wed, Sep 10, 2014 at 2:01 PM, Waxengecko coychr...@gmail.com javascript: wrote: WL1835MOD W/ CHIP ANTEN Is building some yourself out of the question? -- For more

[beagleboard] Kernel 3.15.10 bone 8 + 4D LCD7 cape failed on BBB

2014-09-10 Thread Cedric Malitte
Hi all, First thanks to Robert and other contributors for having put dts files for the capes in the kernel tree. I've been away from BBB those last weeks because of work, and back on it after having played a bit with Qt5, opengl, pruss and ldc4 cape... I found out my fingers are way too big

[beagleboard] BeagleBone Black switching to 3.14 kernel

2014-09-10 Thread Cedric Malitte
Thanks for posting, I'll try that ;) -- 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

[beagleboard] Having trouble calibrating LCD7 with no XDM

2014-09-10 Thread Cedric Malitte
Ok, topic is a few weks old but if you're still stuck on this... You should read this : http://embedded.von-kannen.net/2014/05/21/qt-4-8-6-on-beaglebone-black/ I use tslib for touchscreen under Qt4, and you can calibrate the screen with ts_calibrate and then use the touchscreen for qt apps. I

[beagleboard] Re: Start QT Application on bootup on Beaglebone Black

2014-09-10 Thread Tim Cole
You've accomplished more than I've managed to do. Could you suggest some references I could check so I can figure out what silly mistakes I'm making? Cheers, Tim On Tuesday, September 9, 2014 3:57:58 AM UTC-4, Mickae1 wrote: you should switch to debian, you will have more help from the

Re: [beagleboard] BeagleBone Black switching to 3.14 kernel

2014-09-10 Thread William Hermans
So, at this point in time. What can we expect that is better with 3.14 versus 3.8 ? I do not personally have a problem using #include for various capes if need be, but I am wondering if USB hotplug, and / or if USB support is better. As was with 3.15. On Wed, Sep 10, 2014 at 5:42 PM, Cedric

Re: [beagleboard] Kernel 3.15.10 bone 8 + 4D LCD7 cape failed on BBB

2014-09-10 Thread Robert Nelson
On Wed, Sep 10, 2014 at 7:36 PM, Cedric Malitte cedric.mali...@gmail.com wrote: Hi all, First thanks to Robert and other contributors for having put dts files for the capes in the kernel tree. I've been away from BBB those last weeks because of work, and back on it after having played a

Re: [beagleboard] BeagleBone Black switching to 3.14 kernel

2014-09-10 Thread Robert Nelson
On Wed, Sep 10, 2014 at 8:02 PM, William Hermans yyrk...@gmail.com wrote: So, at this point in time. What can we expect that is better with 3.14 versus 3.8 ? I do not personally have a problem using #include for various capes if need be, but I am wondering if USB hotplug, and / or if USB

Re: [beagleboard] BeagleBone Black switching to 3.14 kernel

2014-09-10 Thread William Hermans
Thanks Robert. pm == power management ? If so how is it better ? On Wed, Sep 10, 2014 at 6:31 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Sep 10, 2014 at 8:02 PM, William Hermans yyrk...@gmail.com wrote: So, at this point in time. What can we expect that is better with 3.14

Re: [beagleboard] BeagleBone Black switching to 3.14 kernel

2014-09-10 Thread Robert Nelson
On Wed, Sep 10, 2014 at 8:41 PM, William Hermans yyrk...@gmail.com wrote: Thanks Robert. pm == power management ? If so how is it better ? echo mem /sys/power/state actually works.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss

Re: [beagleboard] BeagleBone Black switching to 3.14 kernel

2014-09-10 Thread William Hermans
Very nice. thanks Robert. On Wed, Sep 10, 2014 at 6:46 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Sep 10, 2014 at 8:41 PM, William Hermans yyrk...@gmail.com wrote: Thanks Robert. pm == power management ? If so how is it better ? echo mem /sys/power/state actually works..

[beagleboard] Bad data returned on UART2

2014-09-10 Thread Bob Mancarella
I am running the latest official bbb Debian from an sd card. I have a cape that accepts a string and returns a string. The problem is the returned string is correct accept that random characters are missing. For example if the expected return is this is a test it returns thsa tst. I am using

Re: [beagleboard] Beaglebone Black rev B - Embedded QT and X Sever - Deployment OS Ubuntu

2014-09-10 Thread wingli...@163.com
于 2014-9-10 21:15, Peter Gregory 写道: trying to get a minimal X server QT build working. I am doing the same thing at TI 8148。 I had make a ubuntu 12.04 with x,jwm,and QT 4.8 for x11. It take less than 500mb. A ubuntu without X is about 300mb in my experience. Adding a standalone QT , it take