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

2015-10-27 Thread John Syne
Hi Rich, Here is the update Robert added to his repo yesterday. https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/393f5ea242a86544063ec2af63ef270094bfa1da/patches/pru/0003-Add-rpmsg_pru-support.patch

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

2015-10-27 Thread Rick Mann
Thanks! > On Oct 27, 2015, at 14:40 , John Syne 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 "make menuconfig” and > under "Kernel hacking”/“Sample kernel

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

2015-10-27 Thread John Syne
git clone https://github.com/RobertCNelson/ti-linux-kernel-dev.git cd ti-linux-kernel-dev checkout ti-linux-4.1.y ./build-kernel.sh When you see menuconfig, enable samples/rpmsg under "Kernel Hacking”. Press exit and allow the build to continue. The sample code will be in KERNEL/samples/rpmsg.

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

2015-10-27 Thread John Syne
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 "make menuconfig” and under "Kernel hacking”/“Sample kernel code”, enable “Build rpmsg client sample”. Next, you need to build the PRU firmware from"

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

2015-10-27 Thread Rick Mann
Sorry for the dumb question, but where's the kernel repo and branch that this patch applies to (or where it has already been applied)? And where are these examples, in the -ti branches? > On Oct 27, 2015, at 14:40 , John Syne wrote: > > Hi Rick, > > In samples/rpmsg, you

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

2015-10-27 Thread Rick Mann
> On Oct 27, 2015, at 11:23 , John Syne wrote: > > Hi Rich, > > Here is the update Robert added to his repo yesterday. > > https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/393f5ea242a86544063ec2af63ef270094bfa1da/patches/pru/0003-Add-rpmsg_pru-support.patch

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

2015-10-26 Thread William Hermans
Oh, and in case it's pertinent $ cat /etc/dogtag BeagleBoard.org Debian Image 2015-03-01 Wheezy 7.8 rootfs, and I'm using the pru's without remoteproc / rpmsg. On Mon, Oct 26, 2015 at 8:50 PM, William Hermans wrote: > I have it working Rick on . . . > $ uname -a > Linux

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

2015-10-26 Thread Rick Mann
Hi John, Did you ever resolve this? > On Oct 19, 2015, at 11:08 , John Syne wrote: > > 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

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

2015-10-26 Thread William Hermans
I have it working Rick on . . . $ uname -a Linux beaglebone 4.1.9-bone-rt-r16 #1 Thu Oct 1 06:19:41 UTC 2015 armv7l GNU/Linux This kernel was just an apt-get install. But, it's not a TI specific kernel if that's what you're wanting. As far as I can tell though, it's identical except that the pru

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

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

2015-10-18 Thread Robert Nelson
On Sun, Oct 18, 2015 at 7:05 PM, Rick Mann wrote: > Pruss is still broken in the 4.1.10-ti-r21 kernel, right? > > Does anyone know if the new remoteproc thing can be used to download existing > firmware that was built with pruss in mind, and how I could modify my code to

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

2015-10-18 Thread Robert Nelson
On Sun, Oct 18, 2015 at 8:52 PM, Rick Mann wrote: > >> On Oct 18, 2015, at 17:11 , Robert Nelson wrote: >> >> On Sun, Oct 18, 2015 at 7:05 PM, Rick Mann wrote: >>> Pruss is still broken in the 4.1.10-ti-r21 kernel, right?

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

2015-10-18 Thread Rick Mann
Pruss is still broken in the 4.1.10-ti-r21 kernel, right? Does anyone know if the new remoteproc thing can be used to download existing firmware that was built with pruss in mind, and how I could modify my code to use that instead? Thanks, -- Rick Mann rm...@latencyzero.com -- For more

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

2015-10-18 Thread Rick Mann
> On Oct 18, 2015, at 17:11 , Robert Nelson wrote: > > On Sun, Oct 18, 2015 at 7:05 PM, Rick Mann wrote: >> Pruss is still broken in the 4.1.10-ti-r21 kernel, right? >> >> Does anyone know if the new remoteproc thing can be used to download >>