ps3 with SUB-20 hub mode
Moderator: serg
ps3 with SUB-20 hub mode
I need your help
I want use SUB-20 to PSJailbreak dongle myself
http://www.ps3hax.net/showthread.php?t=12760
psx-scene.com/forums/showthread.php?t=65202
http://www.ps3hax.net/2010/09/build-your-own-teensy-board/
I want use SUB-20 to PSJailbreak dongle myself
http://www.ps3hax.net/showthread.php?t=12760
psx-scene.com/forums/showthread.php?t=65202
http://www.ps3hax.net/2010/09/build-your-own-teensy-board/
Re: ps3 with SUB-20 hub mode
PSGroove
========
This is the PSGroove, an open-source reimplementation of the psjailbreak exploit for
AT90USB and related microcontrollers.
It should work on:
- AT90USB162
- AT90USB646
- AT90USB647
- AT90USB1286
- AT90USB1287
- ATMEGA32U4
... and maybe more.
**This software is not intended to enable piracy, and such features
have been disabled. This software is intended to allow the execution
of unsigned third-party apps and games on the PS3.**
Cloning
-------
The repository uses the LUFA library as a submodule. To clone, use something like:
git clone git://github.com/psgroove/psgroove.git
cd psgroove
git submodule init
git submodule update
Configuring
-----------
Chip and board selection can usually be handled in the Makefile.
In particular, update the MCU, BOARD, and F_CPU lines. Suggested values:
Teensy 1.0:
MCU = at90usb162
BOARD = TEENSY
F_CLOCK = 16000000
Teensy++ 1.0:
MCU = at90usb646
BOARD = TEENSY
F_CLOCK = 16000000
Teensy 2.0:
MCU = atmega32u4
BOARD = TEENSY
F_CLOCK = 16000000
Teensy++ 2.0:
MCU = at90usb1286
BOARD = TEENSY
F_CLOCK = 16000000
AT90USBKEY / AT90USBKEY2:
MCU = at90usb1287
BOARD = USBKEY
F_CLOCK = 8000000
Board-specific notes
--------------------
Teensy boards only have one LED, so it will turn off when the exploit
succeeds rather than turn green. Older Teensy 1.0 boards also have
the polarity inverted. In general, a LED should do something when the
board is powered, and do something different when the exploit works.
Building
--------
On Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr).
On Windows, WinAVR should do the trick.
make clean
make
Programming
-----------
Now program psgroove.hex into your board and you're ready to go. For
the AT90USBKEY and other chips with a DFU bootloader preinstalled, you
can get the dfu-programmer tool, put your board in programming mode,
and run
make dfu
For the Teensy boards, you probably have to use the [Teensy
Loader](http://www.pjrc.com/teensy/loader.html) software.
Using
-----
To use this exploit:
* Hard power cycle your PS3 (using the switch in back, or unplug it)
* Plug the dongle into your PS3.
* Press the PS3 power button, followed quickly by the eject button.
After a few seconds, the first LED on your dongle should light up.
After about 5 seconds, the second LED will light up (or the LED will
just go off, if you only have one). This means the exploit worked!
You can see the new "Install Package Files" menu option in the game
menu.
Notes
-----
A programmed dongle won't enumerate properly on a PC, so don't worry
about that.
**This software is not intended to enable piracy, and such features
have been disabled. This software is intended to allow the execution
of unsigned third-party apps and games on the PS3.**
========
This is the PSGroove, an open-source reimplementation of the psjailbreak exploit for
AT90USB and related microcontrollers.
It should work on:
- AT90USB162
- AT90USB646
- AT90USB647
- AT90USB1286
- AT90USB1287
- ATMEGA32U4
... and maybe more.
**This software is not intended to enable piracy, and such features
have been disabled. This software is intended to allow the execution
of unsigned third-party apps and games on the PS3.**
Cloning
-------
The repository uses the LUFA library as a submodule. To clone, use something like:
git clone git://github.com/psgroove/psgroove.git
cd psgroove
git submodule init
git submodule update
Configuring
-----------
Chip and board selection can usually be handled in the Makefile.
In particular, update the MCU, BOARD, and F_CPU lines. Suggested values:
Teensy 1.0:
MCU = at90usb162
BOARD = TEENSY
F_CLOCK = 16000000
Teensy++ 1.0:
MCU = at90usb646
BOARD = TEENSY
F_CLOCK = 16000000
Teensy 2.0:
MCU = atmega32u4
BOARD = TEENSY
F_CLOCK = 16000000
Teensy++ 2.0:
MCU = at90usb1286
BOARD = TEENSY
F_CLOCK = 16000000
AT90USBKEY / AT90USBKEY2:
MCU = at90usb1287
BOARD = USBKEY
F_CLOCK = 8000000
Board-specific notes
--------------------
Teensy boards only have one LED, so it will turn off when the exploit
succeeds rather than turn green. Older Teensy 1.0 boards also have
the polarity inverted. In general, a LED should do something when the
board is powered, and do something different when the exploit works.
Building
--------
On Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr).
On Windows, WinAVR should do the trick.
make clean
make
Programming
-----------
Now program psgroove.hex into your board and you're ready to go. For
the AT90USBKEY and other chips with a DFU bootloader preinstalled, you
can get the dfu-programmer tool, put your board in programming mode,
and run
make dfu
For the Teensy boards, you probably have to use the [Teensy
Loader](http://www.pjrc.com/teensy/loader.html) software.
Using
-----
To use this exploit:
* Hard power cycle your PS3 (using the switch in back, or unplug it)
* Plug the dongle into your PS3.
* Press the PS3 power button, followed quickly by the eject button.
After a few seconds, the first LED on your dongle should light up.
After about 5 seconds, the second LED will light up (or the LED will
just go off, if you only have one). This means the exploit worked!
You can see the new "Install Package Files" menu option in the game
menu.
Notes
-----
A programmed dongle won't enumerate properly on a PC, so don't worry
about that.
**This software is not intended to enable piracy, and such features
have been disabled. This software is intended to allow the execution
of unsigned third-party apps and games on the PS3.**
Re: ps3 with SUB-20 hub mode
Interesting.
Let's say we can compile firmware and provide it for uploading via SUB-20 FW Updater. But what about HW compatibility?
Let's say we can compile firmware and provide it for uploading via SUB-20 FW Updater. But what about HW compatibility?
Re: ps3 with SUB-20 hub mode
I can found source code for this
I have it source and compiled firmware
I need only
revert back old firmware for my board
I have it source and compiled firmware
I need only
revert back old firmware for my board
Re: ps3 with SUB-20 hub mode
Teensy++
http://www.pjrc.com/teensy/
BlackCat
http://www.embeddedcomputers.net/products/BlackcatUSB/
Olimex AVR-USB-162
http://www.olimex.com/dev/avr-usb-162.html (official site)
http://www.coolcomponents.co.uk/catalog ... cts_id=221
ATMEL - AT90USBKEY - EVALUATION KIT, AVR, USB
http://uk.farnell.com/atmel/at90usbkey/ ... dp/1455078
http://www.rapidonline.com/Electronic-C ... e=googleps
OpenKubus
http://www.embedded-projects.net/index. ... ikel&id=16
AVR-USB-STK AVR USB AT90USB162
http://www.skpang.co.uk/catalog/product ... cts_id=333
ATMEL - ATAVRXPLAIN
http://uk.farnell.com/atmel/atavrxplain ... dp/1778504
Blackcat
http://www.store.theoryshare.com/tools- ... g-kit.html
AT90USBKEY Development USB Board
http://www.quantronics.com.au/products/ ... sbkey.html
http://www.pjrc.com/teensy/
BlackCat
http://www.embeddedcomputers.net/products/BlackcatUSB/
Olimex AVR-USB-162
http://www.olimex.com/dev/avr-usb-162.html (official site)
http://www.coolcomponents.co.uk/catalog ... cts_id=221
ATMEL - AT90USBKEY - EVALUATION KIT, AVR, USB
http://uk.farnell.com/atmel/at90usbkey/ ... dp/1455078
http://www.rapidonline.com/Electronic-C ... e=googleps
OpenKubus
http://www.embedded-projects.net/index. ... ikel&id=16
AVR-USB-STK AVR USB AT90USB162
http://www.skpang.co.uk/catalog/product ... cts_id=333
ATMEL - ATAVRXPLAIN
http://uk.farnell.com/atmel/atavrxplain ... dp/1778504
Blackcat
http://www.store.theoryshare.com/tools- ... g-kit.html
AT90USBKEY Development USB Board
http://www.quantronics.com.au/products/ ... sbkey.html
Re: ps3 with SUB-20 hub mode
http://www.minimususb.com/
USBTiny Mkii Programmer aka USBTINY-MKII
http://tom-itx.dyndns.org:81/~webpage/c ... _index.php
Tom dispatches it really fast. I got it within 3 days.
Since this is not a common board, the hex file for this is not found easily. I compiled a working version with the following changes in Makefile
Code:
MCU = at90usb162
BOARD = USBTINYMKII
F_CPU = 16000000Attached the working hex file. The LED turns green indicating exploit executes successfully.
USBTiny Mkii Programmer aka USBTINY-MKII
http://tom-itx.dyndns.org:81/~webpage/c ... _index.php
Tom dispatches it really fast. I got it within 3 days.
Since this is not a common board, the hex file for this is not found easily. I compiled a working version with the following changes in Makefile
Code:
MCU = at90usb162
BOARD = USBTINYMKII
F_CPU = 16000000Attached the working hex file. The LED turns green indicating exploit executes successfully.
Re: ps3 with SUB-20 hub mode
OK,
So how do you want to convert SUB-20 hardware to be compatible with schematics you've sent?
So how do you want to convert SUB-20 hardware to be compatible with schematics you've sent?
Re: ps3 with SUB-20 hub mode
do you see schematic
every things all
I can de solder only LCD module tomorrow
but I need only
!!! SUB-20 firmware and bootloader for reconvert back
every things all
I can de solder only LCD module tomorrow

but I need only
!!! SUB-20 firmware and bootloader for reconvert back