Infinity
Infinity is a tool that enables persistent custom firmware on PSP firmware 6.60 and 6.61 for every model.
Compiling from source
Get this psptoolchain, unpack it to some directory. !OTHER TOOLCHAINS MAY CAUSE PROBLEMS, YOU HAVE BEEN WARNED!
Execute this script.
Export PSPDEV variable and add PSPDEV to PATH:
export PSPDEV=/path/to/pspdev
export PATH=$PATH:$PSPDEV/bin
Get required dependencies:
pip3 install pycryptodome ecdsa
Clone the repo:
git clone https://github.com/bibarub/Infinity && cd Infinity
Run cmake:
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/psp-toolchain.cmake ..
Finally, run make:
make
The output files will be in build/app
directory
Installation
To install infinity you must be on either firmware 6.60 or 6.61. If you have an old version of infinity (< 2.0), then you must uninstall it first by using Chronoswitch 7 or higher.
Download and extract the latest version of infinity. The extracted contents should be:
standard
folder containing the tool for non-PSPgo models.pspgo
folder contain the tool for PSPgo models.README.md
this readme file.LICENSE
a copy of the MIT license covering this software.
Instructions for PSP 1000, 2000, 3000 and Street
Browse into the standard
directory in the download and copy the file EBOOT.PBP
to the PSP/GAME/UPDATE
folder on your PSP. If this folder does not exist you may need to create it.
Instructions for PSPgo
Browse into the pspgo
directory in the download and copy the file EBOOT.PBP
to the PSP/GAME/UPDATE
folder on your PSPgo. If this folder does not exist you may need to create it.
Instructions for all PSP models
Once the correct EBOOT.PBP
file has been copied to your PSP, you can run the application to install infinity to your device. Re-running the application after installation will allow you to select which custom firmware you want enabled. You will need to run the installer for the custom firmware before enabling it within the infinity app.
Infinity supports both PRO and ME custom firmwares. Consult the installation material for theses custom firmwares for further instructions.
Troubleshooting
If you're experiencing some issues with infinity after installation there are a few methods you can use to diagnose the problem.
Key-combos
Infinity has several keycombos used for diagnosing issues.
- Holding the
HOME
button on boot will start the PSP without automatically loading a custom firmware. This is useful when you accidentally have a custom firmware enabled but not installed and the PSP is crashing on boot. - Holding
RIGHT TRIGGER + SQUARE
will boot infinity into a diagnostic mode. In the event where holding theHOME
button doesn't work this could be a way to figure out if there is some technical issue initiating the kernel exploit. The file will be written toinfinity_error.bin
on the root of the memory stick (even on PSPgo). - Holding
RIGHT TRIGGER + TRIANGLE
will boot infinity into a special recovery mode. This recovery mode is very basic and simply loads the filerecovery.bin
to an address specified in the file and executes it. There is currently no recovery software included with infinity.
Removing infinity
To remove infinity, please use Chronoswitch to reflash the firmware.
Socials
Follow me on twitter @DaveeFTW, and check out my blog.
License
This software is licensed under the MIT license. A copy of the license is available in the LICENSE file.