Difference between revisions of "BeagleBone/PrussDemoSubmission"

From eLinux.org
Jump to: navigation, search
(Multimedia)
m (References)
Line 25: Line 25:
  
 
<references>
 
<references>
<ref name="source_tree">[https://github.com/mranostay/beagle-nixie| PRU source code]</ref>  
+
<ref name="source_tree">[https://github.com/mranostay/beagle-nixie | PRU source code]</ref>  
 
</references>
 
</references>

Revision as of 20:38, 22 December 2012

Design

Using the PRUSS functionality of AM335x core for driving an vacuum fluorescent display using a shift register in realtime.

This proposal will have the following:

  • Having PRU control everything once loaded.
  • Userspace can also talk to the PRUs to update data in almost real time.
  • Final demo should be off the breadboard and on finished PCB daughtercard for the Beaglebone

Software

All PRU source is available on GitHub[1]

Currently the userspace utility code exists but final demo will have the clock being ran completely from PRUSS and not touching outside of it at all.

Multimedia

Breadboard PRUS Demo Picture
Videos
Beaglebone PRUSS Demo

References