Editing 1.00 Bogus Firmware
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 10: | Line 10: | ||
In order to properly install it, you will need to install the system software, and then clear out the registry after booting. You can also utilize the registry patcher application to patch the 1.0.3 registry to have it downgrade to the older settings version. | In order to properly install it, you will need to install the system software, and then clear out the registry after booting. You can also utilize the registry patcher application to patch the 1.0.3 registry to have it downgrade to the older settings version. | ||
While it can be installed over 1.0.3, the system will need a hard reset each time it is suspended. This is due to the power method being changed in 1.0.3 and thus its' IPL will break sleeping on older firmwares. This can be fixed by either replacing '''power.prx''' from 1.0.3 or using the correct IPL. | While it can be installed over 1.0.3, the system will need a hard reset each time it is suspended. This is due to the power method being changed in 1.0.3 and thus its' IPL will break sleeping on older firmwares. This can be fixed by either replacing '''power.prx''' from 1.0.3 or using the correct IPL. No 1.0.0 IPL is publicly available but the 0.9.0 IPL works and can be found on a few UMD games: two of these are Ridge Racers and Shotoku Battle, located in the PRX folder as '''kbooti.bin'''. | ||
To make it run on retail units, you will need to remove the | To make it run on retail units, you will need to remove the pre-ipl (first 0x1000 bytes) and make the following changes to main.bin: | ||
0x04000714 -> '''0x3224007F''' ( | 0x04000714 -> '''0x3224007F''' (fix for retail units, something related to IdStorage) | ||
0x04000730 -> '''0x1000FF47''' (clockgen fix, only needed for TA-082/86 PSPs) | |||
You can then use ipltool to reencrypt the IPL. | |||
You can then use ipltool to reencrypt the IPL | |||
= Version Differences from Release 1.0.3 = | = Version Differences from Release 1.0.3 = |