[beagleboard] Can't get SPI data up to 10 MHz - PRU

2018-12-04 Thread fred . p . gomes92
Hi, I need your help, I need to read data of an SPI Master device on the BeagleBone. Since the SPI kernel driver doesn't support an SPI slave mode I have to implement it in the PRU (Because the maximum frequency one BeagleBone's GPIO can be toggle is only 15 KHz). >From what I have read, the PR

[beagleboard] PRU - Can't read data up to 2.5 MHz

2018-11-28 Thread fred . p . gomes92
Hello, I need your help I have to read data from an SPI master device, which sends the clock at 10 MHz. Since the SPI kernel driver only allows to the beagle bone to working as SPI Master I had to implement this functionality using a PRU. >From what I've read throughout the internet the PRU pr

[beagleboard] How to acess shared memory between the PRU and Beagle Bone Black

2018-11-20 Thread fred . p . gomes92
Hi, I need your help, I am developing an application on the beagle bone for reading data for an SPI slave. For that, I have to use the PRU since the data transmission is up to 15 KHz. Following this tutorial: https://markayoder.github.io/PRUCookbook/ , in the *Chapter** 5 - Memory allocation

[beagleboard] Trouble in getting started with PRU

2018-11-14 Thread fred . p . gomes92
Hi guys, I am having some problems in getting started with PRU. So, first of all, I installed one PRU compiler (CSS) (I follow this article: http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs After having the compiled the file, and from what I've read throughout the internet,

[beagleboard] Trouble in getting started with PRU

2018-11-14 Thread fred . p . gomes92
Hi guys, I am having some problems in getting started with PRU. So, first of all, I installed one PRU compiler (CSS) (I follow this article: http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs After having the compiled the file, and from what I've read throughout the internet,

[beagleboard] Beagle Bone Black - trouble in setting-up the PRU (C++)

2018-10-22 Thread fred . p . gomes92
Hi guys, I need your help, the situation is the follows: I need to set up the beagle bone as SPI slave for reading data of a sensor, and since the kernel GPIO functions do not support very high frequencies I need to do that using the PRU. I am developing my application in C++ and I found this

Re: [beagleboard] Is cape manager obsolete? What about device tree overlays?

2018-10-09 Thread fred . p . gomes92
Hi I am having the same problem and can't solve it. Here is the output of "*sudo /opt/scripts/tools/version.sh "* *git:/opt/scripts/:[0aa8fd09a1821f6f9197aada6ec69e9746e91f67]* *eeprom:[A335BNLT00C05016BBBK1BDB]* *model:[TI_AM335x_BeagleBone_Black]* *dogtag:[rcn-ee.net console Ubuntu Image 2018-

Re: [beagleboard] Is cape manager obsolete? What about device tree overlays?

2018-10-09 Thread fred . p . gomes92
dd Em quarta-feira, 6 de dezembro de 2017 22:20:30 UTC, Mark A. Yoder escreveu: > > I got the LCD working! But it with using Adafruit's user space LCD > interface[1]. > I still need a framebuffer solution. > > --Mark > > [1] > https://learn.adafruit.com/user-space-spi-tft-python-library-ili9341-