Difference between revisions of "ECE497 BeagleBone PRU"
(→Work Breakdown) |
(→Work Breakdown) |
||
Line 56: | Line 56: | ||
11/6: Presentation | 11/6: Presentation | ||
+ | |||
+ | Research | ||
+ | |||
+ | Most of our research has come from internet resources listed below: | ||
+ | *[http://elinux.org/Ti_AM33XX_PRUSSv2 TI PRU Resources] | ||
+ | *[http://blog.boxysean.com/2012/08/12/first-steps-with-the-beaglebone-pru/ Example for Running Code on the PRU] | ||
+ | *[http://processors.wiki.ti.com/index.php/PRU_Assembly_Instructions PRU Assembly Instructions] | ||
+ | *[http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader_API_Guide#prussdrv_map_prumem Initializing PRU in C] | ||
+ | *[http://www.ti.com/lit/ds/symlink/am3358.pdf AM335X Datasheet] | ||
== Future Work == | == Future Work == |
Revision as of 09:12, 22 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
Once everything is installed, how do you use the program? Give details here, so if you have a long user manual, link to it here.
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