As I mentioned in my previous post, those Teensy++ boards arrived today. I just flashed mine and everything is working flawlessly. It’s incredibly simple.
- Download the latest Teensy Loader Application (for Windows, Mac, Linux) from PJRC’s website: right here.
- Download PSGroove for Teensy++: w/ Backup Support or w/o Backup Support.
- Connect your Teensy board via USB to your PC.
- Mac OS X:
- Open the dmg and copy teensy to Applications.
- Launch teensy.
- Press the button on your Teensy board to activate.
- From the File menu select “Open HEX File” and select “psgroove.hex.”
- From the Operation menu select “Program” and when it’s finished you should see “Download Complete.”
- Disconnect the board and connect it to your PS3. Note: your PS3 should be switched off on the back (PS3 Fat) or unplugged from the wall (PS3 Slim).
- Connect the Teensy board to your PS3 and switch on or plug in the main power.
- Now press the power button immediately followed by the eject button.
- Booyah — you’re hacked!
- Linux: (from a terminal)
- Download this file and copy to /etc/udev/rules.d/.
- wget http://www.pjrc.com/teensy/49-teensy.rules
- sudo cp 49-teensy.rules /etc/udev/rules.d/
- Decompress teensy.gz.
- gzip -d teensy.gz
- Launch teensy.
- chmod 755 teensy
- ./teensy &
- Now follow steps 3—8 from the Mac OS X section.
- Download this file and copy to /etc/udev/rules.d/.
- Windows:
- Open teensy.exe and follow steps 3—8 from the Mac OS X section.
To install homebrew wrapped in a dot pkg: Load the pkg files onto a mass storage device, connect that device to your PS3, and use “Install Package Files” from the XMB.
Source
0 comments:
Post a Comment