|
1 |
| -BaryonSweeper - a JigKick internal service tool emulator, brought to you by patience and perserverance of: |
2 |
| - |
3 |
| -M4j0r - Syscon Voltage Fault Injection glitch help |
4 |
| - |
5 |
| -Wildcard - Syscon glitching and dumping |
6 |
| - |
7 |
| -Proxima - Firmware reverse engineering, battery authentication response generator script |
8 |
| - |
9 |
| -khubik - Emulator code, GUI design, authentication script porting |
10 |
| - |
11 |
| -dogecore - Authentication script porting, GUI code, emulator threading fix |
12 |
| - |
13 |
| -Mathieu Hervais - decrypt-sp & decrypt-OS2 homebrew code |
14 |
| - |
15 |
| -SSL/Zerotolerance - re-encryption for Math's homebrews |
16 |
| - |
17 |
| -zecoxao - decrypt-sp & decrypt-os2 PC ports, boards supply, authentication script porting help |
18 |
| - |
19 |
| -Yoti - decrypt-sp improvements, MSID Dumper, contribution to PSPx.ru's 3000 series JigKick hacking thread, PSP 3000 supplier (<3), PSP 3000 unbrick PoC |
20 |
| - |
21 |
| -ErikPshat - Useful intel about JigKick, PSPx.ru's 3000 series JigKick hacking thread contribution, creation of functional JigKick memcard clone from original dump, userguides for MSID dumping and JigKick memory card creation |
22 |
| - |
23 |
| -Boryan, lport3, dx3d and many others from PSPx.ru's 3000 JigKick hacking thread - battery communication dumps and protocol reversal, one wire UART adapter schematics and more! |
24 |
| - |
25 |
| -lolivera - PSP 3000 unbrick PoC, TA-095 testing |
26 |
| - |
27 |
| -Sean Shablack aka Kyp40 aka FBIsoBOT - Syscon glitching and dumping, simplest one wire UART adapter schematic ever |
28 |
| - |
29 |
| -预见 (zakezzzz) - TA-092 testing |
30 |
| - |
31 |
| -dee008 - Portable PSP battery controller emulator, PSP Street K-line pin location |
| 1 | +# BaryonSweeper - a JigKick internal service tool emulator |
| 2 | + |
| 3 | +## How-to |
| 4 | +To restore your PSP, follow a simple instruction: |
| 5 | +1. Get neccessary hardware to make a probe: |
| 6 | + - a USB to TTL converter; |
| 7 | + - a 1n4148 diode; |
| 8 | + - a 10kOhm diode; |
| 9 | + - a sacrificial battery you can rip the female connector from (or a way to substitute it) |
| 10 | + - of course, soldering equipment. |
| 11 | +2. Build your probe - one-wire UART (aka K-line) adapter.  You can omit an external battery if you power your PSP with a DC charger. Be aware that adapter's power output alone is not sufficient to power the PSP. |
| 12 | +3. Create a Magic Memory Stick compatible with PSP-3000. You need to use either an official JigKick MS clone or balika011's DDCv9 - you can create both with my tool (i just need to publish it lol) |
| 13 | +4. Insert your memory stick and connect your adapter to computer running the emulator, select the COM port of your adapter and start the service. |
| 14 | +5. Connect your probe to PSP's battery terminals. If done right, it should take one or two seconds for PSP to enter recovery mode and boot from MS. |
| 15 | + |
| 16 | +## Compatibility list |
| 17 | +| Model (last digit does not matter) | DATE CODE | Is compatible? | |
| 18 | +|------------------------------------|--------------------------------------------|----------------------------------------| |
| 19 | +| PSP-1000 | Any | Supported, any magic MS | |
| 20 | +| PSP-2000 | Any besides 8C | Supported, any magic MS | |
| 21 | +| PSP-2000 | 8C | Supported, only JigKick clone or DDCv9 | |
| 22 | +| PSP-3000 | 8C 8D 9A 9B and some 9C | Supported, only JigKick clone or DDCv9 | |
| 23 | +| PSP-3000 | some 9C; 9D, any code starting with 0 or 1 | Not supported | |
| 24 | +| PSPgo (N1000) | Any | Not supported | |
| 25 | +| PSP Steet (E1000) | Any | Not supported | |
| 26 | + |
| 27 | +## About |
| 28 | +- M4j0r - Syscon Voltage Fault Injection glitch help |
| 29 | +- Wildcard - Syscon glitching and dumping |
| 30 | +- Sean Shablack aka Kyp40 aka FBIsoBOT - Syscon glitching and dumping, simplest one wire UART adapter schematic ever |
| 31 | +- Proxima - Firmware reverse engineering, battery authentication response generator script |
| 32 | +- khubik - Emulator code, GUI design, authentication script porting |
| 33 | +- dogecore - Authentication script porting, GUI code, C# emulator threading fix |
| 34 | +- Mathieu Hervais - decrypt-sp & decrypt-OS2 homebrew code |
| 35 | +- SSL/Zerotolerance - re-encryption for Math's homebrews |
| 36 | +- zecoxao - decrypt-sp & decrypt-os2 PC ports, boards supply, authentication script porting help |
| 37 | +- Yoti - decrypt-sp improvements, MSID Dumper, contribution to PSPx.ru's 3000 series JigKick hacking thread, PSP 3000 supplier (<3), PSP 3000 unbrick PoC |
| 38 | +- ErikPshat - Useful intel about JigKick, PSPx.ru's 3000 series JigKick hacking thread contribution, creation of functional JigKick memcard clone from original dump, userguides for MSID dumping and JigKick memory card creation |
| 39 | +- Boryan, lport3, dx3d and many others from PSPx.ru's 3000 JigKick hacking thread - battery communication dumps and protocol reversal, one wire UART adapter schematics and more! |
| 40 | +- lolivera - PSP 3000 unbrick PoC, TA-095 testing |
| 41 | +- 预见 (zakezzzz) - TA-092 testing |
| 42 | +- dee008 - Portable PSP battery controller emulator, PSP Street K-line pin location |
| 43 | +- Wr0zen - PSPgo boards donation |
| 44 | +- VrOdin - PSPgo tracing |
0 commit comments