[beagleboard] Re: Semi fast ADC w/ timestamp at 200-400SPS

2018-09-17 Thread TJF
Thanks for feedback! And sorry for my mistake: replace AdcUdt::DRam[1] by PruIo::DRam[1]! It's not that easy. The call to PruIo::mm_start() waits for the end of the measurement. You have to cover that call in one thread and use another thread to monitor PruIo::DRam[1] for your timestamp. Find

Re: [beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 3:41 PM GS wrote: > > Sorry I meant if I write my own PRU overlay file while completely disabling > universal cape, I should still be using "uboot_overlay_pru=" option? Really, you can use any of them, the variable uboot_overlay_pru has less other logic, so it's

[beagleboard] Re: Semi fast ADC w/ timestamp at 200-400SPS

2018-09-17 Thread Thomas Remmert
TJF, This is absolutely AWESOME! What a great library! I am just now reading through the documentation and reviewing your recommendations but have a question.. I plan on utilizing a GPIO pin and setting up MM mode and monitoring AdcUdt::DRam[1]. How do you recommend I monitor

Re: [beagleboard] Can't clone repository by Cloud9

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 11:51 AM Anton Nikiforov wrote: > > Tried to make example from > https://markayoder.github.io/PRUCookbook/02start/start.html, but repository > did not clone, so i get some commands from stackoverflow > and them did not help anyway: > > debian@beaglebone:/var/lib/cloud9$

[beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread GS
PRU cape overlay fails to load due to pin conflicts on latest image. I have tried various setups of overlays, none seem to work. I am not sure what am I missing. *Setup 1*: [Highlighted section identifies the difference in the setup] debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh

Re: [beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 3:21 PM GS wrote: > > PRU cape overlay fails to load due to pin conflicts on latest image. I have > tried various setups of overlays, none seem to work. I am not sure what am I > missing. > > Setup 1: [Highlighted section identifies the difference in the setup] > >

Re: [beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 3:32 PM Robert Nelson wrote: > > On Mon, Sep 17, 2018 at 3:28 PM Robert Nelson wrote: > > > > On Mon, Sep 17, 2018 at 3:21 PM GS wrote: > > > > > > PRU cape overlay fails to load due to pin conflicts on latest image. I > > > have tried various setups of overlays, none

Re: [beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread GS
Thanks, Robert. I dont know how i missed that. Just to make sure I understand your second point correctly, if I write my own overlay file while completely disabling universal cape, I should still be using "uboot_overlay_pru=" option? Thanks again On Monday, September 17, 2018 at 3:28:58 PM

Re: [beagleboard] Can't clone repository by Cloud9

2018-09-17 Thread Sicelo
On Mon, Sep 17, 2018 at 09:51:19AM -0700, Anton Nikiforov wrote: > Tried to make example from > https://markayoder.github.io/PRUCookbook/02start/start.html, but repository > did not clone, so i get some commands from stackoverflow > and them did not help anyway: > >

Re: [beagleboard] Re: Getting started with PRU (Trying to find examples)

2018-09-17 Thread pierrick . rauby
Ok, will do! That was also my felling... do you know why they keep breaking it ? That's quite annoying Le lundi 17 septembre 2018 11:08:15 UTC-4, RobertCNelson a écrit : > > On Mon, Sep 17, 2018 at 9:52 AM > > wrote: > > > > Dear Robert Nelson, > > > > Thanks for the info, I'll work

Re: [beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 3:28 PM Robert Nelson wrote: > > On Mon, Sep 17, 2018 at 3:21 PM GS wrote: > > > > PRU cape overlay fails to load due to pin conflicts on latest image. I have > > tried various setups of overlays, none seem to work. I am not sure what am > > I missing. > > > > Setup 1:

Re: [beagleboard] PRU cape overlay fails to load on latest IOT Stretch image

2018-09-17 Thread GS
Sorry I meant if I write my own *PRU *overlay file while completely disabling universal cape, I should still be using "uboot_overlay_pru=" option? On Monday, September 17, 2018 at 3:38:26 PM UTC-5, GS wrote: > > Thanks, Robert. I dont know how i missed that. > Just to make sure I understand

Re: [beagleboard] Wiznet W5500 ethernet module driver can't install

2018-09-17 Thread Steven Kronk
Hi Robert, The latest image on the beaglebone images site is 4.14.67-ti-r73, is there someone else I can get a newer kernel version? I tried the link you posted but it says the directory no longer exists? I also tried flashing some of the images form

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Anton Nikiforov
git:/opt/scripts/:[73593ebe3b7d3cc381eeb502d45ccb33a6ec5e78] eeprom:[A335BNLT00C02814BBBK2738] model:[TI_AM335x_BeagleBone_Black] dogtag:[BeagleBoard.org Debian Image 2018-08-30] bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 2018.03-2-gac9cce7c6a]:[location: dd MBR]

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 10:59 AM Anton Nikiforov wrote: > > git:/opt/scripts/:[73593ebe3b7d3cc381eeb502d45ccb33a6ec5e78] > eeprom:[A335BNLT00C02814BBBK2738] > model:[TI_AM335x_BeagleBone_Black] > dogtag:[BeagleBoard.org Debian Image 2018-08-30] >

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Robert Nelson
> Got it : > 100+0 records in > 100+0 records out > 104857600 bytes (105 MB, 100 MiB) copied > What it was? Old version of u-boot, blocking the newer u-boot on the microSD from doing the u-boot overlay method.. > Now i can follow https://markayoder.github.io/PRUCookbook/ for some > examples,

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Anton Nikiforov
понедельник, 17 сентября 2018 г., 19:04:41 UTC+3 пользователь RobertCNelson написал: > > On Mon, Sep 17, 2018 at 10:59 AM Anton Nikiforov > wrote: > > > > git:/opt/scripts/:[73593ebe3b7d3cc381eeb502d45ccb33a6ec5e78] > > eeprom:[A335BNLT00C02814BBBK2738] > >

[beagleboard] Can't clone repository by Cloud9

2018-09-17 Thread Anton Nikiforov
Tried to make example from https://markayoder.github.io/PRUCookbook/02start/start.html, but repository did not clone, so i get some commands from stackoverflow and them did not help anyway: debian@beaglebone:/var/lib/cloud9$ git clone https://github.com/MarkAYoder/PRUCookbook.git Cloning into

Re: [beagleboard] Re: Getting started with PRU (Trying to find examples)

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 9:52 AM wrote: > > Dear Robert Nelson, > > Thanks for the info, I'll work on this to maintain the doc so its up to date. > Thanks Best thing, just make a note, "currently, this is for v4.9.x-ti remoteproc_pruss"... ps, TI's broken compatibly on every version so far. ;)

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Anton Nikiforov
понедельник, 17 сентября 2018 г., 2:42:06 UTC+3 пользователь RobertCNelson написал: > > On Sun, Sep 16, 2018 at 6:37 PM Anton Nikiforov > wrote: > > > > There are a lot of examples for PRU in the web, but most of them don't > work correctly with latest images . > > > > Most occuring

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Anton Nikiforov
Thanks a lot понедельник, 17 сентября 2018 г., 19:20:22 UTC+3 пользователь RobertCNelson написал: > > > Got it : > > 100+0 records in > > 100+0 records out > > 104857600 bytes (105 MB, 100 MiB) copied > > What it was? > > Old version of u-boot, blocking the newer u-boot on the microSD from

[beagleboard] Re: Trying to start PRU Programming

2018-09-17 Thread TJF
It's pretty easy when you use the matching tools: a) disable rproc b) disable cape-universal Instead c) enable uio_pruss driver d) install libpruio Then do pinmuxing by function setPin(Top, Ball, Mode)

Re: [beagleboard] Trying to start PRU Programming

2018-09-17 Thread Anton Nikiforov
понедельник, 17 сентября 2018 г., 2:42:06 UTC+3 пользователь RobertCNelson > написал: > > > > There are a lot of examples for PRU in the web, but most of them don't > work correctly with latest images . > > > > Most occuring problem - setting up tree overlay for pru. > > > > Are there any

[beagleboard] Re: Trying to start PRU Programming

2018-09-17 Thread Anton Nikiforov
понедельник, 17 сентября 2018 г., 18:02:10 UTC+3 пользователь TJF написал: > > It's pretty easy when you use the matching tools: > > a) disable rproc > b) disable cape-universal > > Instead > > c) enable uio_pruss driver > d) install libpruio > > Then do pinmuxing by function setPin(Top, Ball,

Re: [beagleboard] Wiznet W5500 ethernet module driver can't install

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 5:35 PM Steven Kronk wrote: > > > Hi Robert, > > The latest image on the beaglebone images site is 4.14.67-ti-r73, is there > someone else I can get a newer kernel version? I tried the link you posted > but it says the directory no longer exists? Well it moved..

[beagleboard] Sr. OES Lead Engineer (NO H1B)

2018-09-17 Thread naveen tripathi
Please let me know if you have anyone available. This is 100% remote, but also requires expert-level knowledge with OES (Oracle Entitlement Server). Sr. OES Lead Engineer 100% REMOTE 12 months + extensions (option for Contract to Hire) Mode of Interview: They will hire off of a phone

[beagleboard] TFT Display Interface

2018-09-17 Thread engineer . labs
Is it possible to interface this TFT display (https://tinyurl.com/y83chdbj) to a PocketBeagle? Can I use I2C protocol? I guess I am going to need additional hardware, right? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

[beagleboard] Docker image for building BBB BSP : bsp version management

2018-09-17 Thread Hee-cheol Yang
Hello I am writing an dockerfile to make a docker image which contains the development environment and build outputs of bbb bsp. The github url is : https://github.com/hcyang1012/Beaglbone_Black_Build_Docker And The built docker image url is : https://hub.docker.com/r/hcyang1012/bbb_bsp/ This

[beagleboard] Re: USB errors and kernel panics with USB modem

2018-09-17 Thread gary . simmons
Looks like it's been quite a while, but were you able to find a solution to this issue? On Thursday, October 2, 2014 at 5:14:43 PM UTC-4, matt...@gmail.com wrote: > > Hey, I've found some similar posts around but no solutions, I'm wondering > if anyone knows how to fix this... > > # uname -a >

[beagleboard] Getting started with PRU (Trying to find examples)

2018-09-17 Thread Anton Nikiforov
There are a lot of examples for PRU in the web, but most of them don't work correctly with latest images . Most occuring problem - setting up tree overlay for pru. Are there any examples or tutorials , which would work with 4.14 kernel , Debian 9.5 2018-08-30? -- For more options,

[beagleboard] Re: Getting started with PRU (Trying to find examples)

2018-09-17 Thread pierrick . rauby
Hi, I had the same problem last year so I created this small documentation: https://github.com/PierrickRauby/PRU-RPMsg-Setup-BeagleBoneBlack It should work, if not, do not hesitate to tell me! Pierrick -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Getting started with PRU (Trying to find examples)

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 9:19 AM Anton Nikiforov wrote: > > There are a lot of examples for PRU in the web, but most of them don't work > correctly with latest images . > > Most occuring problem - setting up tree overlay for pru. > > Are there any examples or tutorials , which would work with

Re: [beagleboard] Re: Getting started with PRU (Trying to find examples)

2018-09-17 Thread Robert Nelson
On Mon, Sep 17, 2018 at 9:31 AM wrote: > > Hi, > I had the same problem last year so I created this small documentation: > https://github.com/PierrickRauby/PRU-RPMsg-Setup-BeagleBoneBlack > It should work, if not, do not hesitate to tell me! Sadly, ti changed the remoteproc driver in v4.14.x so

Re: [beagleboard] Re: Getting started with PRU (Trying to find examples)

2018-09-17 Thread pierrick . rauby
Dear Robert Nelson, Thanks for the info, I'll work on this to maintain the doc so its up to date. Thanks Le lundi 17 septembre 2018 10:38:13 UTC-4, RobertCNelson a écrit : > > On Mon, Sep 17, 2018 at 9:31 AM > > wrote: > > > > Hi, > > I had the same problem last year so I created this