https://github.com/jmacd/bbb-pru-examples
BeagleBone Black PRU examples
https://github.com/jmacd/bbb-pru-examples
Last synced: 8 months ago
JSON representation
BeagleBone Black PRU examples
- Host: GitHub
- URL: https://github.com/jmacd/bbb-pru-examples
- Owner: jmacd
- License: mit
- Created: 2022-11-11T05:51:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T08:49:08.000Z (over 3 years ago)
- Last Synced: 2025-02-08T16:43:42.164Z (over 1 year ago)
- Language: C
- Size: 4.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Beaglbone Black PRU example code is hard to find!
I had read through [Mark Yoder's PRU
Cookbook](https://github.com/MarkAYoder/PRUCookbook) but couldn't find
what I needed.
Much of the documentation is written for the "UIO" library, which gave
user-level access to the PRU. However, Texas Instruments never liked
UIO and instead we have RemoteProc. The examples here use RemoteProc.
Caution this is a work in progress. I built and tested these examples
using the AM3358 Debian 10.3 2020-04-06 build using the 4.19 kernel.
1. [Driving HUB75 LED matrix from the PRU using a DMA program.](./hub75dma)