Editing Downgrading with linux
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 1: | Line 1: | ||
'''You should have grafchokolos modules, and patches installed''' | |||
'''This works on 3.55 without a fisical dongle''' | |||
== Downgrade Method - Emulating JIG with Linux == | |||
'''1st step''' – Generating a challenge | '''1st step''' – Generating a challenge | ||
Line 14: | Line 15: | ||
---- | ---- | ||
You need a dongle | You need a dongle id. | ||
Valid range for dongle IDs is 0×0000 – 0xffff. So choose one, | 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” | # ps3dm_usb_dongle_auth /dev/ps3dmproxy gen_resp 0xBABE “here is a challenge like this 0xXX 0xXX … of size 20 bytes” | ||
Line 28: | Line 29: | ||
---- | ---- | ||
The returned value | The returned value shouldn’t be 0xff. | ||
# ps3dm_um /dev/ps3dmproxy read_eprom 0x48C07 | # ps3dm_um /dev/ps3dmproxy read_eprom 0x48C07 | ||
'''5th step''' - Inspect if CORE_OS_PACKAGE.pkg | '''5th step''' - Inspect if CORE_OS_PACKAGE.pkg isn´t damaged | ||
---- | ---- | ||
ps3dm_um /dev/ps3dmproxy inspect_pkg 1 0x9 CORE_OS_PACKAGE.pkg | ps3dm_um /dev/ps3dmproxy inspect_pkg 1 0x9 CORE_OS_PACKAGE.pkg | ||
'''6th step''' - Install | '''6th step''' - Install coreOS pkg | ||
---- | ---- | ||
ps3dm_um /dev/ps3dmproxy update_pkg 1 0x9 CORE_OS_PACKAGE.pkg | ps3dm_um /dev/ps3dmproxy update_pkg 1 0x9 CORE_OS_PACKAGE.pkg | ||
'''7th step''' – Disabling “Product Mode” | '''7th step''' – Disabling “Product Mode” | ||
Line 47: | Line 49: | ||
# ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff | # ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff | ||
= | |||
== '''ALTERNATIVE METHOD - WARNING NOT TESTED''' == | |||
'''1st step''' – Enabling product mode | '''1st step''' – Enabling product mode | ||
Line 59: | Line 61: | ||
---- | ---- | ||
The returned value | The returned value shouldn’t be 0xff. | ||
# ps3dm_um /dev/ps3dmproxy read_eprom 0x48C07 | # ps3dm_um /dev/ps3dmproxy read_eprom 0x48C07 | ||
Line 70: | Line 72: | ||
'''4th step''' - Install CORE_OS_PACKAGE.pkg | '''4th step''' - Install CORE_OS_PACKAGE.pkg | ||
---- | ---- | ||
ps3dm_um /dev/ps3dmproxy update_pkg 1 0x9 CORE_OS_PACKAGE.pkg | ps3dm_um /dev/ps3dmproxy update_pkg 1 0x9 CORE_OS_PACKAGE.pkg | ||
'''5th step''' – Disabling “Product Mode” | '''5th step''' – Disabling “Product Mode” | ||
Line 77: | Line 81: | ||
# ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff | # ps3dm_um /dev/ps3dmproxy write_eprom 0x48C07 0xff | ||