Difference between revisions of "ECE497 BeagleBone PRU"
(→User Instructions) |
(→User Instructions) |
||
Line 27: | Line 27: | ||
== User Instructions == | == User Instructions == | ||
− | Always run the following before doing anything with the PRU: | + | '''Always''' run the following before doing anything with the PRU: |
beagle$ '''modprobe uio_pruss''' | beagle$ '''modprobe uio_pruss''' | ||
Revision as of 08:50, 25 October 2012
Embedded Linux Class by Mark A. Yoder
Team members: Mark A. Yoder, Bryan Correll, Andrew Miller, Peter Ngo, James Popenhagen
Contents
Executive Summary
Give two sentence intro to the project.
Give two sentences telling what works.
Give two sentences telling what isn't working.
End with a two sentence conclusion.
The sentence count is approximate and only to give an idea of the expected length.
Installation Instructions
Give step by step instructions on how to install your project on the SPEd2 image.
- Include your github path as a link like this: https://github.com/MarkAYoder/gitLearn.
- Include any additional packages installed via opkg.
- Include kernel mods.
- If there is extra hardware needed, include links to where it can be obtained.
User Instructions
Always run the following before doing anything with the PRU:
beagle$ modprobe uio_pruss
Highlights
Here is where you brag about what your project can do.
Include a YouTube demo.
Theory of Operation
Give a high level overview of the structure of your software. Are you using GStreamer? Show a diagram of the pipeline. Are you running multiple tasks? Show what they do and how they interact.
Work Breakdown
Milestones
10/22: We should have all research done. Update documentation with every Milestone.
10/26: We should be able to show something, an example or simple implementation.
10/29: Ability to send different lengths to turn on an LEDs.
10/31: Ability to send different lengths to multiple LEDs.
11/2: We should be able to demo our overall work, possibly have some things to fix before presentation.
11/4: Finalize presentation
11/6: Presentation
Research
Most of our research has come from internet resources listed below:
- TI PRU Resources
- Example for Running Code on the PRU
- PRU Assembly Instructions
- Initializing PRU in C
- AM335X Datasheet
Future Work
Suggest addition things that could be done with this project.
Conclusions
Give some concluding thoughts about the project. Suggest some future additions that could make it even more interesting.
Embedded Linux Class by Mark A. Yoder