Downgrading with linux: Difference between revisions
(How to downgrade/update from 3.55) |
No edit summary |
||
Line 4: | Line 4: | ||
'''1st step''' – Generating a challenge | '''1st step''' – Generating a challenge | ||
———————————————– | ———————————————– | ||
Line 9: | Line 10: | ||
'''2nd step''' – Generating a valid response for a challenge | '''2nd step''' – Generating a valid response for a challenge | ||
————————————————————————– | ————————————————————————– | ||
Line 17: | Line 19: | ||
'''3rd step''' – Verifying response (Enabling “Product Mode”) | '''3rd step''' – Verifying response (Enabling “Product Mode”) | ||
—————————————————————————— | —————————————————————————— | ||
Line 23: | Line 26: | ||
'''4th step''' – Checking if “Product Mode” is enabled | '''4th step''' – Checking if “Product Mode” is enabled | ||
——————————————————————– | ——————————————————————– | ||
Line 30: | Line 34: | ||
'''5th step''' - Inspect if CORE_OS_PACKAGE.pkg isn´t damaged | '''5th step''' - Inspect if CORE_OS_PACKAGE.pkg isn´t damaged | ||
_______________________________________________________ | _______________________________________________________ | ||
Line 35: | Line 40: | ||
'''6th step''' - Install coreOS pkg | '''6th step''' - Install coreOS pkg | ||
________________________________________ | ________________________________________ | ||
Line 41: | Line 47: | ||
'''7th step''' – Disabling “Product Mode” | '''7th step''' – Disabling “Product Mode” | ||
————————————————– | ————————————————– | ||
# ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff | # ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff |
Revision as of 08:19, 2 April 2011
You should have grafchokolos modules, and patches installed
This works on 3.55 without a dongle
1st step – Generating a challenge
———————————————–
- ps3dm_usb_dongle_auth /dev/ps3dmproxy gen_challenge
2nd step – Generating a valid response for a challenge
————————————————————————–
You need a dongle id. Valid range for dongle IDs is 0×0000 – 0xffff. So choose one, doesn’t matter which one, but some are revoked !!!
- ps3dm_usb_dongle_auth /dev/ps3dmproxy gen_resp 0xBABE “here is a challenge like this 0xXX 0xXX … of size 20 bytes”
3rd step – Verifying response (Enabling “Product Mode”)
——————————————————————————
- ps3dm_usb_dongle_auth /dev/ps3dmproxy verify_resp 0xBABE
“here is the response from step 2 like this 0xXX 0xXX … of size 20 bytes”
4th step – Checking if “Product Mode” is enabled
——————————————————————–
The returned value shouldn’t be 0xff.
- ps3dm_um /dev/ps3dmproxy read_eprom 0x48C07
5th step - Inspect if CORE_OS_PACKAGE.pkg isn´t damaged
_______________________________________________________
ps3dm_um /dev/ps3dmproxy inspect_pkg 1 0x9 CORE_OS_PACKAGE.pkg
6th step - Install coreOS pkg
________________________________________
ps3dm_um /dev/ps3dmproxy update_pkg 1 0x9 CORE_OS_PACKAGE.pkg
7th step – Disabling “Product Mode”
————————————————–
- ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff