Difference between revisions of "ECE497 Project - PS1 Emulator Console"

From eLinux.org
Jump to: navigation, search
(Installation Instructions)
(Executive Summary)
Line 7: Line 7:
  
 
== Executive Summary ==
 
== Executive Summary ==
This project sets up a ps1 console emulator onto the beaglebone and controls the games using a connected dualshock 3 controller. It will also be able to display onto monitors or TVs.
+
This project sets up a ps1 console emulator onto the beaglebone and controls the games using a connected dualshock 3 controller. It will also be able to display onto monitors or TVs. The games played on the beaglebone are loaded from a microSD card.
  
 
== Packaging ==
 
== Packaging ==

Revision as of 07:21, 15 October 2018

thumb‎ Embedded Linux Class by Mark A. Yoder


Team members: Michael D. Rosier


Executive Summary

This project sets up a ps1 console emulator onto the beaglebone and controls the games using a connected dualshock 3 controller. It will also be able to display onto monitors or TVs. The games played on the beaglebone are loaded from a microSD card.

Packaging

Installation Instructions

The installation of a PS1 emulator is relatively simple. all you have to do is: bone#: sudo apt install pcsxr. A message should pop up on you terminal telling you that it has to install a list of packages to run pcsxr

User Instructions

Highlights

Theory of Operation

Work Breakdown

Future Work

Conclusions



thumb‎ Embedded Linux Class by Mark A. Yoder