Re: [beagleboard] Setting up cross compiler under OS X 10.11 / El Capitan

2015-11-17 Thread John Syne
t 5:56 PM, evilwulfie <evilwul...@gmail.com > <mailto:evilwul...@gmail.com>> wrote: > re read what he said. i think you misunderstood him. > > > On 11/17/2015 5:32 PM, John Syne wrote: >> Hi William, >> >> I don’t want to prompt an argument here, but I

[beagleboard] PRU Training Material

2015-11-14 Thread John Syne
TI released some PRU training material recently and I thought this might be helpful to those developers new to PRU development: https://training.ti.com/sitara-processors-building-blocks-for-pru-development-summary

Re: [beagleboard] GPIO's and Built-In Pull-Up Resistors

2015-11-09 Thread John Syne
> On Nov 9, 2015, at 7:38 PM, Jaron Horst wrote: > > I'm converting from Raspberry Pi to BBB and am trying to get the GPIO to > work. One thing I noticed is that Adafruit Pull-up resistor command in their > Python GPIO package only seams to work on certain GPIO's. Ex:

Re: [beagleboard] SPI BBB Master, BBB Slave

2015-11-05 Thread John Syne
Hi Ravi, This is something I’m currently working on. However, for your application, why do you need to use SPI? Surely you could use IP Sockets or UART to achieve the same thing. Also, McASP has both master and slave support through the sound subsystem. Specifically you can use

Re: [beagleboard] working with TI PRU CAPE in Debian?

2015-11-05 Thread John Syne
Looking at the first link, the “Hands-on Labs” will be what you are looking for. Specifically, Lab4 onwards. Regards, John > On Nov 5, 2015, at 12:18 PM, Robert Nelson wrote: > > On Thu, Nov 5, 2015 at 2:08 PM, wrote: >> I bought the TI PRU

[beagleboard] Slave McSPI with DMA

2015-11-03 Thread John Syne
Hi Matthijs, I have been reading your posts and I am impressed with your detailed knowledge of the inner workings of the AM335x. Do you have any experience with using MCSPI as a slave and using EDMA. I’m using a high speed ADC that works as a SPI master (generates sclk). Since LInux has no

Re: [beagleboard] Looking for SPI Salve configuration and sample code for testing on BBB with kernel 3.8.13

2015-11-03 Thread John Syne
Hi Ravi, My best advise is to look at Starterware example code for McSPI. This will give you some idea on how to configure and use the McSPI at the register level. When that is familiar, then reading through the /drivers/dma/edma.c code will be easier to understand. You will notice that the

Re: [beagleboard] Re: Slave McSPI with DMA

2015-11-03 Thread John Syne
v 3, 2015 at 4:25 PM, Matthijs van Duin <matthijsvand...@gmail.com > <mailto:matthijsvand...@gmail.com>> wrote: > On 2 November 2015 at 19:02, John Syne <john3...@gmail.com > <mailto:john3...@gmail.com>> wrote: > I have been reading your posts and I am imp

Re: [beagleboard] Re: Slave McSPI with DMA

2015-11-03 Thread John Syne
talking about using SPI Master mode using the inccorect acronyms > (SIMO, SOMI ) etc. > > Master device -> MISO, MOSI > Slave device -> SIMO, SOMI > > Is how I understand it's supposed to be . . . anyway, good luck, and I'll > keep an eye out for anything useful. &g

Re: [beagleboard] I2C driver by PRU

2015-11-02 Thread John Syne
PRU project for the beaglebone black ? > > In the CCS App center, the PRU compiler is installed, but I can't find how to > create a PRU project ? > > > Micka, > > > Le lun. 2 nov. 2015 à 01:30, John Syne <john3...@gmail.com > <mailto:john3...@gmail.com>

Re: [beagleboard] I2C driver by PRU

2015-11-02 Thread John Syne
f remoteproc / rpmsg, it seems very intuitive / > natural. > > Also Micka, there is *some* github project that uses starterware too . . . > demonstrating how to use starterware inside a ti_cgt C compiler project . . . > I do not remember which it is, so may not be able to find a link to it

Re: [beagleboard] I2C driver by PRU

2015-11-02 Thread John Syne
; > On Mon, Nov 2, 2015 at 10:49 AM, John Syne <john3...@gmail.com > <mailto:john3...@gmail.com>> wrote: > A few pieces of advise on how to get these examples to work. Make sure to > boot with the custom MLO provided with Starterware as this sets up memory and > clocks

Re: [beagleboard] I2C driver by PRU

2015-11-02 Thread John Syne
use starterware inside a ti_cgt C compiler project . . . I do not remember which it is, so may not be able to find a link to it . . .On Mon, Nov 2, 2015 at 8:37 AM, John Syne <john3...@gmail.com> wrote:Hi Micka,Follow this tutorial:http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_

Re: [beagleboard] kernel updates thread

2015-11-02 Thread John Syne
bility to use such a tool. > > On Mon, Nov 2, 2015 at 2:24 PM, John Syne <john3...@gmail.com > <mailto:john3...@gmail.com>> wrote: > The best way to learn this is to follow the LAB > > http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs &

Re: [beagleboard] kernel updates thread

2015-11-02 Thread John Syne
On Nov 2, 2015, at 12:55 PM, William Hermans <yyrk...@gmail.com> wrote: > > John Syne got the remoteproc_pruss working > > Grab the firmware: > > cd /opt/scripts/tools/ > git pull > sudo cp /opt/scripts/device/bone/pru-rpmsg_client_sample/am335x* > /lib/

Re: [beagleboard] kernel updates thread

2015-11-02 Thread John Syne
This, I can do, but it might take me time. > > On Mon, Nov 2, 2015 at 2:43 PM, John Syne <john3...@gmail.com > <mailto:john3...@gmail.com>> wrote: > Yeah, I hear you. This is part of what I described earlier regarding GEL > files which are necessary to configure t

Re: [beagleboard] I2C driver by PRU

2015-11-01 Thread John Syne
Hi Micka, With a few tweaks, you can use the drivers from Staterware[1] and use the PRU C compiler. My advice is to use Starterware on the CortexA8 to get familiar with the examples, utilities and driver code. Next you want to pull out just the driver and utility code you need and put it into

Re: [beagleboard] Console on other than UART0?

2015-10-31 Thread John Syne
On the bottom of this page will give you a clue: http://beagleboard.org/support/faq Why are no boot messages visible on a custom kernel? Passing the wrong bootargs to the kernel is a possible cause. Linux kernels >= 2.6.36 are using ttyOn instead ttySn for

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread John Syne
ybe ? > > > On Mon, Oct 26, 2015 at 7:29 PM, Rick Mann <rm...@latencyzero.com > <mailto:rm...@latencyzero.com>> wrote: > Hi John, > > Did you ever resolve this? > > > On Oct 19, 2015, at 11:08 , John Syne <john3...@gmail.com > > <mailto:

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread John Syne
-ti branches? > >> On Oct 27, 2015, at 14:40 , John Syne <john3...@gmail.com> wrote: >> >> Hi Rick, >> >> In samples/rpmsg, you will find a way to test pruss-pru/virtio_bus. You need >> to configure your kernel to build the sample/rpmsg. Use "

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread John Syne
> > >> On Oct 27, 2015, at 11:23 , John Syne <john3...@gmail.com> wrote: >> >> Hi Rich, >> >> Here is the update Robert added to his repo yesterday. >> >> https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/393f5ea242a86544063

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-19 Thread John Syne
Hi Rich, I have this working on BBB using V4.1.6-bone15, but I should receive an x15 sometime today and it will take me a few days to do testing. There is however one hick-up that needs input from Pantelis to resolve. When BBB first boots, remoteproc/virtio_rpmsg_bus load automatically and the

[beagleboard] remoteproc on V4.1

2015-10-06 Thread John Syne
I have pruss_remoteproc/virtio_rpmsg_bus working on V4.1 when I boot for the first time. However, when I uninstall the KO with rmmod -f pruss_remoteproc and then install the KO with modprobe pruss_remoteproc, I get a kernel exception. Investigating further, I found that

Re: [beagleboard] Are there any Capacitive Touchscreens that can work with the BBB?

2015-04-21 Thread John Syne
On Apr 21, 2015, at 3:04 PM, COG rog.se...@gmail.com wrote: Hi: I am a newbie and I just want to be able to utilize a capacitive touchscreen with my BeagleBone Black. Example of a capacitive touchscreen: PiTFT Mini Kit - 320x240 2.8 TFT+ Capacitive Touchscreen (Raspberry Pi)

[beagleboard] Re: beaglebone interface with audio

2015-03-02 Thread John Syne
/slau209a/slau209a.pdf http://www.ti.com/lit/ug/slau209a/slau209a.pdf Regards, John On Wed, Feb 25, 2015 at 12:20 PM, Zainab S.V sv.zai...@gmail.com mailto:sv.zai...@gmail.com wrote: Thank you On Tue, Feb 24, 2015 at 11:53 PM, John Syne john3...@gmail.com mailto:john3...@gmail.com wrote

[beagleboard] Re: beaglebone interface with audio

2015-03-02 Thread John Syne
, John On Wed, Feb 25, 2015 at 12:20 PM, Zainab S.V sv.zai...@gmail.com wrote: Thank you On Tue, Feb 24, 2015 at 11:53 PM, John Syne john3...@gmail.com wrote: On Feb 24, 2015, at 1:13 AM, Zainab S.V sv.zai...@gmail.com wrote: Hi, This is in reference to a thread in google group

Re: [beagleboard] BBB: SGX for X11 - is it possible?

2015-02-25 Thread John Syne
On Feb 25, 2015, at 9:30 PM, Victor victor@gmail.com wrote: Thank you, but this is not a case. I would like the whole X system to be HW accelerated. Chromium, players, everything. Like rowboat android. If you read TI’s release notes for SGX, it specifically says xorg not supported.

Re: [beagleboard] Preconfigured Ubuntu image with DSP support

2015-02-20 Thread John Syne
On Feb 19, 2015, at 7:28 AM, clemens.a...@gmail.com wrote: It has been quite a while since I played around with the beagle-xm and did some DSP coding. So I went ahead and used the trusty 14.04 image from http://elinux.org/BeagleBoardUbuntu http://elinux.org/BeagleBoardUbuntu, running

Re: [beagleboard] Microphone Bias Voltage Level

2015-02-19 Thread John Syne
On Feb 19, 2015, at 9:11 PM, sns sv.zai...@gmail.com wrote: Did it work? Can you please say the procedure? I am working on a project that has a similar requirement. The mic bias voltage on the TLV320AIC3104 isn’t connected on the audio cape so you will need external circuitry to use a mic.

Re: [beagleboard] BeagleBoard XM or BeagleBone Black?

2015-02-19 Thread John Syne
On Feb 19, 2015, at 8:14 PM, sns sv.zai...@gmail.com wrote: For audio projects,which need audio input and output(for speech processing projects),which is better xM or beaglebone black.i have found Beaglebone needs additional audiocape or usb sound card for this. And I think beagle xM

[beagleboard] Test Message 2

2014-01-10 Thread John Syne
-- 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+unsubscr...@googlegroups.com. For more

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-01-09 Thread John Syne
From: Giuseppe Iellamo pepp...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, January 9, 2014 at 8:11 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?) Sorry I can't help you but maybe you can help me. I'm

[beagleboard] Test Message

2014-01-09 Thread John Syne
-- 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+unsubscr...@googlegroups.com. For more

[beagleboard] Test Message 3

2014-01-09 Thread John Syne
I apologize for all these test messages. Google groups is acting up and I¹m trying to debug the problem. -- 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

Re: [beagleboard] interfacing LCD panel to BBB

2014-01-08 Thread John Syne
From: fatherboa...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, January 7, 2014 at 1:50 PM To: beagleboard@googlegroups.com Cc: samer shatta samer.sha...@gmail.com, yahya tawil yahya.ta...@gmail.com Subject: [beagleboard] interfacing LCD panel to BBB we are trying

Re: [beagleboard] Re: recommend usb external drive for booting?

2014-01-08 Thread John Syne
From: William Hermans yyrk...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, January 7, 2014 at 7:08 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: recommend usb external drive for booting? So, what is the SD card? It can't just boot off the USB? I

Re: [beagleboard] Re: recommend usb external drive for booting?

2014-01-08 Thread John Syne
From: William Hermans yyrk...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, January 7, 2014 at 7:08 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: recommend usb external drive for booting? So, what is the SD card? It can't just boot off the USB? I

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2014-01-08 Thread John Syne
On 1/8/14, 5:45 AM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo pepp...@gmail.com wrote: I built the kernel successfully and installed it and now if I try with the demo included in GFX sdk I get:

[beagleboard] Test Message

2014-01-08 Thread John Syne
-- 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+unsubscr...@googlegroups.com. For more

[beagleboard] Apologies for duplicate postings

2014-01-08 Thread John Syne
I apologize for all the duplicate postings recently. Somehow Google groups got messed up and wasn¹t sending me a copy of my messages. Anyway, I unsubscribed and subscribed again and now I can see my messages. Regards, John -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] current solution for JTAG debugging of beagleboard xm?

2014-01-04 Thread John Syne
On 1/4/14, 7:42 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Fri, 3 Jan 2014, Mark Lazarewicz wrote: Well if you prefer non open source solution and prefer a feature rich IDE(CCS5.X) backed by the vendor (TI) @ $79 xdsv2usb is the only way. I trust your google skills starting from

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-04 Thread John Syne
From: Anguel anguel.stan...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Saturday, January 4, 2014 at 3:09 PM To: beagleboard@googlegroups.com Cc: jason.krid...@hangerhead.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant On Saturday, January 4, 2014

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-03 Thread John Syne
From: Anguel anguel.stan...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, January 3, 2014 at 2:05 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant On Friday, January 3, 2014 1:20:58 AM UTC+1, John Syne wrote

Re: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x

2014-01-03 Thread John Syne
From: Anguel anguel.stan...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, January 3, 2014 at 3:28 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x On Thursday, December 26, 2013 8:52:38 PM UTC+1, John Syne wrote

Re: [beagleboard] current solution for JTAG debugging of beagleboard xm?

2014-01-03 Thread John Syne
On 1/3/14, 6:56 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: a client is interested in JTAG debugging of a beagleboard xm and, if memory serves, one approach once upon a time was described here: http://elinux.org/BeagleBoardJTAG involving tin can tools' flyswatter 2 and openocd. is

Re: [beagleboard] BBB no autoboot of uSD

2014-01-02 Thread John Syne
On 1/2/14, 7:41 AM, Robert Nelson robertcnel...@gmail.com wrote: Hi, Thank you for that clarification. Does the boot modes (if altered) survive if the power is removed and reapplied? Well they go back to factory default.. This is why every flashing guide says pull the power.. As weird

Re: [beagleboard] BBB no autoboot of uSD

2014-01-02 Thread John Syne
On 1/2/14, 2:16 PM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 2, 2014 at 3:56 PM, John Syne jsyne...@us-power.com wrote: Hey Robert, Now you have confused me and I thought I understood how the boot process worked. If the boot button isn¹t pressed, bootrom loads MLO from

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-02 Thread John Syne
From: Anguel anguel.stan...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, January 2, 2014 at 2:35 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant On Thursday, January 2, 2014 11:26:15 PM UTC+1, RobertCNelson

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-02 Thread John Syne
From: Anguel anguel.stan...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, January 2, 2014 at 2:53 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant On Thursday, January 2, 2014 11:37:58 PM UTC+1, RobertCNelson

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-02 Thread John Syne
From: Anguel anguel.stan...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, January 2, 2014 at 2:53 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant On Thursday, January 2, 2014 11:37:58 PM UTC+1, RobertCNelson

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-01 Thread John Syne
From: Terry Storm terrystor...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, January 1, 2014 at 7:05 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant What is funny is that it still seems to be expected that

Re: [beagleboard] Cross compiling linux for BBB

2014-01-01 Thread John Syne
From: Carl-Fredrik Sundström audio...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, January 1, 2014 at 9:15 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Cross compiling linux for BBB I want to get started in kernel development for the BBB and I can't

Re: [beagleboard] RF module interface to Beaglebone, SPI interface

2013-12-31 Thread John Syne
From: babu.de...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 31, 2013 at 3:41 AM To: beagleboard@googlegroups.com Subject: [beagleboard] RF module interface to Beaglebone, SPI interface Dear all, i am new to embedded field, i need to interface RF module to

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-30 Thread John Syne
From: Gerald Coley ger...@beagleboard.org Reply-To: beagleboard@googlegroups.com Date: Monday, December 30, 2013 at 2:21 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant In order to support the $45 price

Re: [beagleboard] Re: Error: cannot find -lstdc++

2013-12-30 Thread John Syne
From: liyaoshi liyao...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 30, 2013 at 6:38 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: Error: cannot find -lstdc++ Native gcc on board is really not a good idea ,try to build whole QT package on

Re: [beagleboard] Re: Error: cannot find -lstdc++

2013-12-30 Thread John Syne
2013/12/31 John Syne jsyne...@us-power.com From: liyaoshi liyao...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 30, 2013 at 6:38 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: Error: cannot find -lstdc++ Native gcc on board

Re: [beagleboard] Re: Error: cannot find -lstdc++

2013-12-30 Thread John Syne
. and it should works 2013/12/31 John Syne jsyne...@us-power.com From: liyaoshi liyao...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 30, 2013 at 6:38 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: Error: cannot find -lstdc++ Native gcc

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-30 Thread John Syne
From: Terry Storm terrystor...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 30, 2013 at 5:56 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant Hi William As I said, I have no problem with the BBB

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-30 Thread John Syne
, kernel modules and firmware. I hope this helps. Regards, John I appreciate it. Regards Terry On Tuesday, 31 December 2013 17:44:35 UTC+13, John Syne wrote: Actually, you could always use the v3.2 kernel where everything works just fine. All the capes work, all the touch screens work

Re: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x

2013-12-26 Thread John Syne
23, 2013 at 8:14 PM, John Syne jsyne...@us-power.com wrote: From: Daniel Metcalf kb3...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 23, 2013 at 4:54 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x John

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread John Syne
From: Terry Storm terrystor...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 23, 2013 at 1:21 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant A little birdy told me that Angstrom has been abandoned for the

Re: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x

2013-12-23 Thread John Syne
posting. Look for QT5.1.1 running on BeagleBoardBlack posted Dec 15. On Mon, Dec 23, 2013 at 5:55 PM, John Syne jsyne...@us-power.com wrote: From: Daniel Metcalf kb3...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Monday, December 23, 2013 at 2:09 PM To: beagleboard

Re: [beagleboard] Building a cross compilation toolchain

2013-12-22 Thread John Syne
From: Robert Ianovich rianovic...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Sunday, December 22, 2013 at 11:53 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Building a cross compilation toolchain Hello, I have some problems following this instructions:

Re: [beagleboard] beaglebone hdmi to VGA using powered Köning convertor not working ?

2013-12-22 Thread John Syne
advice I can give you is enter these commands one at a time and check the results. I hope this helps, Regards, John gr; johan Op zondag 22 december 2013 02:22:52 UTC+1 schreef John Syne: From: johan vermeire jhver...@gmail.com javascript: Reply-To: beagl...@googlegroups.com javascript

Re: [beagleboard] How to add a udev rule to beaglebone ??

2013-12-22 Thread John Syne
From: arunbarnabasj...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Saturday, December 21, 2013 at 11:31 AM To: beagleboard@googlegroups.com Subject: [beagleboard] How to add a udev rule to beaglebone ?? Hi, I am using beaglebone black running on stock Angstrom linux. I would

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-20 Thread John Syne
On 12/18/13, 5:45 PM, Robert Nelson robertcnel...@gmail.com 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

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-20 Thread John Syne
On 12/20/13, 12:32 PM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Dec 20, 2013 at 2:30 PM, Robert Nelson robertcnel...@gmail.com wrote: Hi Robert, I see that sgx_build_modules.sh isn¹t working. I¹ll work on fixing the problem? Other then building the modules, I'm not sure

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-20 Thread John Syne
On 12/20/13, 2:16 PM, John Syne jsyne...@us-power.com wrote: On 12/20/13, 12:50 PM, Robert Nelson robertcnel...@gmail.com wrote: That change is actually buried in the initial 5.00.00.01 commit, i need to refactor that change back out.. Hi Robert, I don¹t seem to be making the modules you

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-20 Thread John Syne
On 12/20/13, 2:33 PM, John Syne jsyne...@us-power.com wrote: On 12/20/13, 2:16 PM, John Syne jsyne...@us-power.com wrote: On 12/20/13, 12:50 PM, Robert Nelson robertcnel...@gmail.com wrote: That change is actually buried in the initial 5.00.00.01 commit, i need to refactor that change back

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-20 Thread John Syne
On 12/20/13, 2:49 PM, Robert Nelson robertcnel...@gmail.com wrote: yeap, but that sucks, was hoping it would be more useful.. Maybe in the next release. At least qt/eglfs users can use it. Or if the lxde - lxde-qt port would finish. ;) I didn¹t know about this. Looks great. I wonder if they

Re: [beagleboard] Check if ADC is giving real values or floating values

2013-12-19 Thread John Syne
From: Dhanushka Jayaweera danushka...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, December 19, 2013 at 7:42 PM To: beagleboard@googlegroups.com Cc: Amalinda J' Gamage amalinda.gam...@gmail.com Subject: Re: [beagleboard] Check if ADC is giving real values or floating

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 10:21 AM, Robert Nelson robertcnel...@gmail.com 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,

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 12:56 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Dec 18, 2013 at 2:11 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Dec 18, 2013 at 2:06 PM, John Syne jsyne...@us-power.com wrote: On 12/18/13, 10:21 AM, Robert Nelson robertcnel...@gmail.com wrote: Hi

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 1:46 PM, Robert Nelson robertcnel...@gmail.com 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, 2:21 PM, Robert Nelson robertcnel...@gmail.com 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:39 PM, John Syne jsyne...@us-power.com wrote: On 12/18/13, 2:21 PM, Robert Nelson robertcnel...@gmail.com 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:45 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Dec 18, 2013 at 4:39 PM, John Syne jsyne...@us-power.com wrote: On 12/18/13, 2:21 PM, Robert Nelson robertcnel...@gmail.com wrote: now just to 'refigure' out how to init this thing... Have you guys ran

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 3:08 PM, Robert Nelson robertcnel...@gmail.com 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

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 4:17 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Dec 18, 2013 at 5:43 PM, John Syne jsyne...@us-power.com wrote: On 12/18/13, 3:08 PM, Robert Nelson robertcnel...@gmail.com wrote: Hi Robert, Not necessary. Your V3.12 is booting via NFS. Just needed to enable

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-18 Thread John Syne
On 12/18/13, 5:45 PM, Robert Nelson robertcnel...@gmail.com 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

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

2013-12-18 Thread John Syne
From: bgr...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, December 18, 2013 at 7:33 PM To: beagleboard@googlegroups.com 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

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 char...@steinkuehler.net wrote:

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread John Syne
From: Gerald Coley ger...@beagleboard.org Reply-To: beagleboard@googlegroups.com Date: Monday, December 16, 2013 at 6:34 AM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Cc: somdev.rajau...@gmail.com Subject: Re: [beagleboard] Boot Android from eMMC without Micro SD ??

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-16 Thread John Syne
On 12/15/13, 4:44 PM, Robert Nelson robertcnel...@gmail.com wrote: On Sun, Dec 15, 2013 at 2:51 PM, John Syne jsyne...@us-power.com wrote: I finally managed to get QT5.1.1 running on BBB. I could not get the cross compile to work so I resorted to compiling QT natively on the BBB. My setup

Re: [beagleboard] Re: Edma 2channel transfer loop

2013-12-15 Thread John Syne
From: Terrence McGuckin tmc...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, December 12, 2013 at 5:31 PM To: beagleboard@googlegroups.com Cc: jimmy.bou...@gmail.com, Andrew D Righter andrew.righ...@gmail.com Subject: [beagleboard] Re: Edma 2channel transfer loop I am

[beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-15 Thread John Syne
I finally managed to get QT5.1.1 running on BBB. I could not get the cross compile to work so I resorted to compiling QT natively on the BBB. My setup is as follows: I followed this guide: http://tigraphics.blogspot.in/2013/11/4q-2013-linux-graphics-sdk-release.htm l My BBB mounts the rootfs

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] 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] BBB: debian armhf with ALSA + MIDI

2013-12-12 Thread John Syne
On 12/12/13, 4:37 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/defcon fig#L3147 What do you actually need? I gess that

Re: [beagleboard] Linux 3.8, am335x, How to set up continuous DMA transfers

2013-12-11 Thread John Syne
. BTW, EDMA can support more than two buffers for both TX and RX. Regards, John On Tuesday, December 10, 2013 3:49:38 PM UTC-8, John Syne wrote: From: l...@snupi.com javascript: Reply-To: beagl...@googlegroups.com javascript: Date: Tuesday, December 10, 2013 at 12:28 PM

Re: [beagleboard] Re: Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12?

2013-12-10 Thread John Syne
From: Daniel Nilsson dan...@dnil.se Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 10, 2013 at 3:05 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12? Hi, I haven't tried the

Re: [beagleboard] Linux 3.8, am335x, How to set up continuous DMA transfers

2013-12-10 Thread John Syne
From: l...@snupi.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 10, 2013 at 12:28 PM To: beagleboard@googlegroups.com Cc: Don Smyth d...@snupi.com Subject: [beagleboard] Linux 3.8, am335x, How to set up continuous DMA transfers Reading the documentation on the EDMA

Re: [beagleboard] linking device tree and simple driver

2013-12-10 Thread John Syne
From: Miro miroz2...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 10, 2013 at 8:53 PM To: beagleboard@googlegroups.com Subject: [beagleboard] linking device tree and simple driver Hello all. I have simple kernel driver that measures the pulse width of the

Re: [beagleboard] Running from eclipse as root?

2013-12-07 Thread John Syne
From: miroz2...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, December 6, 2013 at 9:36 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Running from eclipse as root? Ugh, I didn't explain this properly. My code running on beagle requires root. When using

Re: [beagleboard] Where is Angstrom-Linux stored?

2013-12-05 Thread John Syne
On 12/4/13, 10:33 PM, Satz Klauer satzkla...@googlemail.com wrote: John, thanks for your detailled answer On Wed, Dec 4, 2013 at 8:04 PM, John Syne jsyne...@us-power.com wrote: BBB can boot from several sources, but I¹ll restrict this explanation to the internal eMMC and the SDCard. uBoot

Re: [beagleboard] Re: Bitbake fail Ångström/cloud9 nodejs

2013-12-05 Thread John Syne
From: Yasir K yasi...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, December 5, 2013 at 4:39 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: Bitbake fail Ångström/cloud9 nodejs Hi Peter, facing the same issue, did you find a way to resolve this? On

Re: [beagleboard] Where is Angstrom-Linux stored?

2013-12-04 Thread John Syne
From: Satz Klauer satzkla...@googlemail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, December 4, 2013 at 4:24 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Where is Angstrom-Linux stored? Hi, I have a general problem in understanding the BBB and its boot

Re: [beagleboard] Which kernel to use for DSPBridge usage

2013-12-04 Thread John Syne
On 12/4/13, 10:18 AM, Thomas Drueke tdru...@gmx.net wrote: Thanks Robert. On 12/04/13 15:17, Robert Nelson wrote: On Wed, Dec 4, 2013 at 6:45 AM, Thomas Drueke tdru...@gmx.net wrote: Hello, I'm looking for a linux kernel to make use of the DSPBridge functionality on Beagleboard C4/-xM.

Re: [beagleboard] How to make BeagleBone black boot off SD card

2013-12-04 Thread John Syne
From: dmitryp...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, December 4, 2013 at 1:50 PM To: beagleboard@googlegroups.com Subject: [beagleboard] How to make BeagleBone black boot off SD card Good afternoon, I don't understand how to determine whether the BBB is

Re: [beagleboard] How to make BeagleBone black boot off SD card

2013-12-04 Thread John Syne
From: Gerald Coley ger...@beagleboard.org Reply-To: beagleboard@googlegroups.com Date: Wednesday, December 4, 2013 at 4:55 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] How to make BeagleBone black boot off SD card Push and hold the boot

<    2   3   4   5   6   7   8   >